Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character
- local character = player.Character
- local humanoid = character:WaitForChild("Humanoid")
- local KickMessage = "Cheater! Dont Use Never More!"
- while true do
- wait()
- if humanoid.WalkSpeed > 16 or humanoid.JumpPower > 50 or humanoid.MaxHealth > 100 or humanoid.Health >100 then
- player:Kick(KickMessage)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement