ADVERTISEMENTREMOVE ADS
Kitty OP KICK ALL [Open Source and No Key]
47,220 views
Description
Basically sends the players to the edge of the world, causing them force exit from the game (or waiting for an endless loop, which you could exploit to steal all of its brainrots)
ANYWAYS i dont know why u would use exploits in a girls game.
ADVERTISEMENTREMOVE ADS
22 Lines • 854 Bytes
local players = game:GetService("Players")
local ply = players.LocalPlayer
local Event
if ply.Character:FindFirstChild("Slap") then -- just for make sure to get the event
Event = ply.Character.Slap.Event -- This is the remote event
else
Event = ply.Backpack.Slap.Event -- This is the remote event too if the tool isnt eqquiped
end
while true do -- LOOP
task.wait(.555) -- i dont know i typed a random number
for i,v in players:GetPlayers() do -- GET THE PLAYERS
if v == ply then continue end -- avoid the localplayer
if not v.Character then continue end -- avoid ppl with no characters
Event:FireServer( -- FIRE THE REMOTE
"slash",
workspace[v.Name],-- SEARCH HIS CHARACTER IN THE WORKSPACD
Vector3.new(2^31, -0, 6) -- BOOOOOOOOOOM GET OUT OF THE FKIN SERVER BITTRRCHHHHHJJJHHHH
)
end
end -- end.
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
like plz 🥺
very good troll script +! rep
@Jake2 thanks 😀
Doesn’t work. or just doesn’t work on delta
@JaydenSerrano I did it in delta, but I did few testings, I'm sure the script has many bugs, maybe you don't have the white Slap item?
I have it and it still doesn’t work idk
@JaydenSerrano hmmmm i test it and the code work fine even with other items, if u want, run the code and show me the console, so i can see what is the bug please
@JaydenSerrano i tested it and still working fine, if ur interested in this script pls show me the console when running the code
@JaydenSerrano It works on delta. I can confirm