Thanks for that share !
How could I edit the speed so that it goes a bit less faster?
Thanks
- - - Updated - - -
Edit: I found out by myself. The code if someone needs help :
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
<CheatEntries/>
<UserdefinedSymbols/>
<LuaScript>lastSpeed=1;
function checkKeys(timer)
if (isKeyPressed(VK_E)) then if lastspeed ~= 5 then speedhack_setSpeed(5) lastSpeed=5 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)
</LuaScript>
</CheatTable>
Optimal otherwise I lag out.