Lewis_on

BOXING SIMULATOR HACK SCRIPT

Dec 6th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. PROVIDED BY Lewis on
  2.  
  3.  
  4. for babas = 1, 10 do
  5. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6. if v:IsA("Tool") then
  7. v.Parent = game.Players.LocalPlayer
  8. wait(0.1)
  9. game.Players.LocalPlayer.Character.Head:Destroy()
  10. wait(6)
  11. end
  12. end
  13. end
  14. for q,e in pairs(game.Players.LocalPlayer:GetChildren()) do
  15. if e:IsA("Tool") then
  16. e.Parent = game.Players.LocalPlayer.Character
  17. end
  18. end
  19. while wait() do
  20. for r, q in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  21. if q:IsA("Tool") then
  22. q:Activate()
  23. wait(0.1)
  24. end
  25. end
  26. end
Add Comment
Please, Sign In to add comment