The_Newt

[ROBLOX] Newt's Anti-Speed Hack v7.8

Aug 27th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. --[[
  2. updated 30-09-2014
  3. this script kicks a player if their walk & animation speed is bigger than 60 (default)
  4. programmed by NewtPewt
  5. ]]--
  6.  
  7. local player = game.Players.localPlayer
  8. while wait(0.5) do
  9.     if Workspace:getRealPhysicsFPS() > 61 then
  10.         player:kick()
  11.     end
  12. end
Add Comment
Please, Sign In to add comment