Advertisement
ForkFullFight

Lol

Apr 15th, 2023 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character
  3. local Humanoid = Character.Humanoid
  4.  
  5. print('Infinite health active..')
  6.  
  7. Humanoid.MaxHealth = 2400000000902000
  8. Humanoid.Health = Humanoid.MaxHealth / 0
  9.  
  10. Humanoid.HealthChanged:connect(function()
  11. if Humanoid.Health < 99 then
  12. Humanoid.Health = Humanoid.MaxHealth
  13. end
  14. end)
  15. -- Made by guest - edited by me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement