Advertisement
CrazIIZen

[OFFICIAL, ROBLOX] Anti-god script!

May 6th, 2016
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local hint = Instance.new('Hint', game.Workspace)
  2.  
  3. while true do
  4.     wait(1.0)
  5.     if game.Players.LocalPlayer.Character.Humanoid.MaxHealth == math.huge then
  6.         game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 0
  7.         hint.Text = "Someone tried to godmode and got rekt. . ."
  8.         wait(3.0)
  9.         hint:Remove()
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement