Advertisement
HHLExploits

boom

Nov 8th, 2019
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local function god()
  2. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4. l.Parent = game.Players.LocalPlayer.Character
  5. l.Name = "Humanoid"
  6. wait(0.1)
  7. game.Players.LocalPlayer.Character["1"]:Destroy()
  8. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  9. game.Players.LocalPlayer.Character.Animate.Disabled = true
  10. wait(0.1)
  11. game.Players.LocalPlayer.Character.Animate.Disabled = false
  12. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  13. end
  14.  
  15. god()
  16. wait(0.5)
  17. game.Players.LocalPlayer.Character.Head:Destroy()
  18. wait(0.5)
  19. god()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement