Advertisement
MaxproGlitcher

Anti-Reset Script by Max

Dec 28th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character
  3. local Humanoid = Character.Humanoid
  4.  
  5. print('Godmode working.')
  6.  
  7. Humanoid.MaxHealth = 999999
  8. Humanoid.Health = Humanoid.MaxHealth / 1
  9.  
  10. Humanoid.HealthChanged:connect(function()
  11. if Humanoid.Health < 10 then
  12. Humanoid.Health = Humanoid.MaxHealth
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement