
Originally Posted by
Riigged
like what? he didnt do anything different it looks like.. like i mean i can do it with just plain ordinary cheat engine that i get off google..
it has this script built into it.
<?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 ~= 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)
</LuaScript>
</CheatTable>
Not sure how it is built into it because i know nothing of coding or how to make it so cheat engine opens up with a script, but i dont think its a think you can just download cheat engine and instantly start speedhacking without that code.