Blackwake speedhack with cheat engine

Posts 15 of 5 · Page 1 of 1
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 !
Quote Originally Posted by T-800 View Post
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 !

+1 WORK! TOOL TIP: you can change the speed by set the "29" at (SpeedHackAmount=29 10 is better to control ;-D
Quote Originally Posted by Rapid91 View Post
+1 WORK! TOOL TIP: you can change the speed by set the "29" at (SpeedHackAmount=29 10 is better to control ;-D
Indeed, enjoy
Quote Originally Posted by T-800 View Post
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 !
Wow it's really works, thks :3
Quote Originally Posted by T-800 View Post
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 !
Thank you for this script very much, dont mean to sound like an ass or anything but I think it would be improved by telling people where you can choose the speedhack speed and how to edit the buttons for those who dont know how other than that I dont know how to make these so thank you
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?