Advertisement
Wolfz_Cheats

PuncherEnabled

Apr 17th, 2020
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. function Spam(bool)
  2. _G.PunchSpam = bool
  3.  
  4. repeat wait()
  5.  
  6. if _G.PunchSpam == true then
  7. if not game.Workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name):FindFirstChild("InVehicle") then
  8.  
  9. getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript).tick = function() return 0/0 end
  10. if isrbxactive() then
  11. else
  12. getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript).tick = tick
  13. end
  14. end
  15. else
  16. getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript).tick = tick
  17. end
  18.  
  19. until _G.PunchSpam == false
  20. end
  21.  
  22. -- Turned on punch spam
  23. Spam(true)
  24.  
  25. -- Wait 3 seconds
  26. wait(3)
  27.  
  28. -- Turned off punch spam
  29. Spam(false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement