Facebook
From Scorching Tapir, 1 Year ago, written in Plain Text.
This paste is a reply to Re: roblox speed hack from Sweet Hog - go back
Embed
Viewing differences between Re: roblox speed hack and Re: Re: roblox speed hack
roblox booga booga speed hackhackIf 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
http://www.youtube.com/watch?v=Y30mnVFJuIM


function checkKeys(timer)
if (isKeyPressed(VK_Z)) 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)