Advertisement
Guest User

a

a guest
Jun 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Ultimate God Mode
  2. STAMINA = true
  3. GETPLAYER = game.Workspace:FindFirstChild(game.Workspace.HillaryAssassination.Name)
  4. while wait() do
  5. game.Lighting.Remote.AddHealth:FireServer(GETPLAYER.Humanoid, 999999)
  6. game.Players.LocalPlayer.playerstats.Hunger.Value = 100
  7. game.Players.LocalPlayer.playerstats.Thirst.Value = 100
  8. if STAMINA == true then
  9. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement