New Speed Hack Script
uhh I found this new Speed for Roblox hack when you press Q thats when you start to speed up all you need is c.e open the Lua table and paste this in:
SpeedHackAmount=10;
KeyForSpeedhack = VK_Q;
lastSpeed=0;
function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end
t=createTimer(nil)
timer_setInterval(t, 900)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
Over 6 days wil this Patched This don''t work Go to another forum Noob -,-