ADVERTISEMENTREMOVE ADS

KILL ALL (Slap Tower Games)

Universal script
5 months ago
Script preview thumbnail
Script Preview

Description

This script abuses a vulnerability found in some Tower games that have the remote 'Event' in the item.

Affected games (could be more):

Troll is a pinning tower1 --> Punch Tower

Troll is not a pinning tower

Squid Game Troll Tower

and more..

Features:

  • AutoSlap
ADVERTISEMENTREMOVE ADS
17 Lines • 453 Bytes
Raw
local cloneref = cloneref or function(obj)
return obj
end
local Players = cloneref(game:GetService('Players'))
local lplr = Players.LocalPlayer
local function getTool()
return lplr.Character and lplr.Character:FindFirstChildWhichIsA('Tool', true) or nil
end
local tool = getTool()
for i,v in Players:GetPlayers() do
if v ~= lplr then
tool.Event:FireServer('slash', v.Character, Vector3.new(60, 60, 60))
end
end
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
na

it not a vulnerability you are just spamming remote

0
0
st

@namehubscript technically is, because this gives u a slap all feature if u need any more support with knowing how this is a "vulnerablity"

0
0
ADVERTISEMENTREMOVE ADS