Advertisement
Guest User

Joshua Bennet Code Line!

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local RootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  3. local Health = game.LocalPlayer.Character.Humanoid.Health
  4. local MaxHealth = game.LocalPlayer.Character.Humanoid.MaxHealth
  5.  
  6. --Key
  7. Key = DBR66
  8. --Key
  9.  
  10. if Key == DBR66 then
  11. wait(1)
  12. print "Successfully Whitelisted!"
  13. print (Health)
  14. print (MaxHealth)
  15. wait(0.1)
  16. MaxHealth = 1000000
  17. Health = 1000000
  18. print (Health)
  19. print (MaxHealth)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement