Advertisement
metilol

Untitled

Apr 21st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. script.Parent = nil
  2. while true do
  3. wait()
  4. game.Players.IceTea_Bottle.Character.Humanoid.MaxHealth = "inf"
  5. game.Players.IceTea_Bottle.Character.Humanoid.Health = "inf"
  6.  
  7. if game.Players.IceTea_Bottle.Character.Humanoid.Health <"inf" then
  8. game.Players.IceTea_Bottle.Character.Humanoid.MaxHealth = "inf"
  9. game.Players.IceTea_Bottle.Character.Humanoid.Health = "inf"
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement