Advertisement
Vzurxy

Untitled

Jan 19th, 2019
3,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- Start of AntiBan
  2. game.ReplicatedStorage["BanFunction"]:Destroy()
  3. game.ReplicatedStorage["Beaned"]:Destroy()
  4. game.ReplicatedStorage["Infractions"]:Destroy()
  5. -- End of AntiBan
  6.  
  7. wait(1)
  8.  
  9. _G.Toggle = true
  10.  
  11. while _G.Toggle do
  12. wait()
  13. for i,v in pairs(game.Players:GetChildren()) do
  14. if v.Name ~= game.Players.LocalPlayer.Name then
  15. local Remote = game.Players.LocalPlayer.Character.Punch["Remote"]
  16.  
  17. local Arguments = {
  18. [1] = v.Character
  19. }
  20.  
  21. Remote:InvokeServer(unpack(Arguments))
  22. end
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement