Advertisement
Guest User

Roblox Speed Hack

a guest
Dec 2nd, 2013
63,722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. If you play ROBLOX here's a working speed hack or as i like to call a spag because it makes lag while you speed heres the vid for it plus the script! :D
  2. http://www.youtube.com/watch?v=Y30mnVFJuIM
  3.  
  4.  
  5. function checkKeys(timer)
  6. if (isKeyPressed(VK_Z)) then if lastspeed ~= 10 then speedhack_setSpeed(10) lastSpeed=10 end
  7. else if lastspeed ~= 1 then speedhack_setSpeed(1) lastSpeed=1 end
  8. end
  9.  
  10. end
  11.  
  12. t=createTimer(nil)
  13. timer_setInterval(t, 100)
  14. timer_onTimer(t, checkKeys)
  15. timer_setEnabled(t, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement