Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- print('Infinite health active..')
- Humanoid.MaxHealth = 2400000000902000
- Humanoid.Health = Humanoid.MaxHealth / 0
- Humanoid.HealthChanged:connect(function()
- if Humanoid.Health < 99 then
- Humanoid.Health = Humanoid.MaxHealth
- end
- end)
- -- Made by guest - edited by me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement