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('Godmode working.')
- Humanoid.MaxHealth = 24009999910
- Humanoid.Health = Humanoid.MaxHealth / 0
- Humanoid.HealthChanged:connect(function()
- if Humanoid.Health < 10 then
- Humanoid.Health = Humanoid.MaxHealth
- end
- end)
- -- Try it on Trigon or Skisploit or Rosploit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement