Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script (only copy and paste the one IN the separators (=======)):
- =========================================================================================================================================
- lastSpeed=1;
- function checkKeys(timer)
- if (isKeyPressed(VK_E)) then if lastspeed ~= 10 then speedhack_setSpeed(10) lastSpeed=10 end
- else if lastspeed ~= 1 then speedhack_setSpeed(1) lastSpeed=1 end
- end
- end
- t=createTimer(nil)
- timer_setInterval(t, 100)
- timer_onTimer(t, checkKeys)
- timer_setEnabled(t, true)
- =========================================================================================================================================
- Press E to test the lag switch. You can change the key to anything by changing the E in (VK_E)) to something else such as Q, Z, X, C, F and all that stuff.
- -robloxjojoba
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement