Blackwake speedhack with cheat engine
Code:
SpeedHackAmount=29;
KeyForSpeedhack = VK_N;
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, 50)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
1- open cheat engine
2- select any process (blackwake)
3- click -Memory view-
4- click -Tools-
5- click -Lua Engine-
6- copy and past the script in the lower part of the window !!!
7- click -Execute-
8- click -N- in the keyboard to active the code !