Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Start of AntiBan
- game.ReplicatedStorage["BanFunction"]:Destroy()
- game.ReplicatedStorage["Beaned"]:Destroy()
- game.ReplicatedStorage["Infractions"]:Destroy()
- -- End of AntiBan
- wait(1)
- _G.Toggle = true
- while _G.Toggle do
- wait()
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- local Remote = game.Players.LocalPlayer.Character.Punch["Remote"]
- local Arguments = {
- [1] = v.Character
- }
- Remote:InvokeServer(unpack(Arguments))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement