lastSpeed=1.3;
function checkKeys(timer)
if (isKeyPressed(VK_V)) then if lastspeed ~= 10 then speedhack_setSpeed(10) lastSpeed=10 end
else if lastspeed ~= 1.3 then speedhack_setSpeed(1.3) lastSpeed=1.3 end
end
end
t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
BTW this might look like telelport hack to some people