Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function edit(h)
- if h ~= nil then
- h.WalkSpeed = 100
- h.JumpPower = 150
- h.Health = 999999999
- h.MaxHealth = 999999999
- h.MaxSlopeAngle = 89.9
- end
- end
- while true do
- cur = game.Players:GetChildren()
- for i = 1, #cur do
- edit(cur[i].Character.Humanoid)
- wait(0.1)
- end
- wait(4)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement