OhYeahIHack

God mode hack roblox

Sep 15th, 2021 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Script made by BobbyYourMinion. If you wanna be a butthurt and remove this do it. --
  2.  
  3. local Player = game.Players.LocalPlayer
  4. local Character = Player.Character
  5. local Humanoid = Character.Humanoid
  6.  
  7. print('Godmode working.')
  8.  
  9. Humanoid.MaxHealth = 999999
  10. Humanoid.Health = Humanoid.MaxHealth / 2
  11.  
  12. Humanoid.HealthChanged:connect(function()
  13. if Humanoid.Health < 10 then
  14. Humanoid.Health = Humanoid.MaxHealth
  15. end
  16. end)
Add Comment
Please, Sign In to add comment