| View previous topic :: View next topic |
| Author |
Message |
NecroSyri How do I cheat?
Reputation: 0
Joined: 12 Dec 2012 Posts: 6
|
Posted: Sun Mar 22, 2020 11:54 pm Post subject: Speedhack hotkeys doesn't works |
|
|
Hi, I don't understand why, but speedhack hotkeys doesn't works.
I tried a lot of different keys (letters, numpad numbers, end, arrow keys, with or without modifiers like ctrl or shift...), with focus on the game, on cheat engine directly, or on another window like chrome.
There's only a single thing that worked :
I can bind something to F1, but it only works when cheat engine has the focus.
It's the only key that works for some reasons, and I need to give the focus to cheat engine (so not really usable in game)
Does anyone understand which kind of bug I could be facing, and how I could fix it please ?
Tanks
ps:
I'm using last version of CE, 7.0
|
|
| Back to top |
|
 |
noobes Advanced Cheater
Reputation: 0
Joined: 17 Dec 2018 Posts: 89
|
Posted: Mon Mar 23, 2020 4:24 am Post subject: |
|
|
| Same there
|
|
| Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Mon Mar 23, 2020 6:37 am Post subject: |
|
|
| Code: | | IknowIsAbug70 = true |
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25856 Location: The netherlands
|
Posted: Mon Mar 23, 2020 6:45 am Post subject: |
|
|
| Code: |
function f1()
print("f1")
end
function f2()
print("f2")
end
function f3()
print("f3")
end
function a()
print("a")
end
function b()
print("b")
end
function c()
print("c")
end
createHotkey(f1, VK_F1)
createHotkey(f2, VK_F2)
createHotkey(f3, VK_F3)
createHotkey(a, VK_A)
createHotkey(b, VK_B)
createHotkey(c, VK_C)
|
Run this lua code press a,b,c,f1,f2,f3 in another program (e.g windows calculator) and see if they show up
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
Last edited by Dark Byte on Mon Mar 23, 2020 8:18 am; edited 1 time in total |
|
| Back to top |
|
 |
NecroSyri How do I cheat?
Reputation: 0
Joined: 12 Dec 2012 Posts: 6
|
Posted: Mon Mar 23, 2020 6:59 am Post subject: |
|
|
Ok it's weird, I tried the code and it worked with the calculator or browser.
Then I started the game I wanted to speedhack : Deiland.
And it didn't worked anymore, even when I alt tabed and gave focus to browser or calculator or anything.
The moment I open the game in CE, it seems to stop catching keypress
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25856 Location: The netherlands
|
Posted: Mon Mar 23, 2020 8:19 am Post subject: |
|
|
have you tried long pressing the keys. E.g over 1 second ?
If the game fetches the keys the same was as CE does then CE can only see if it's currently down, not if it has been pressed since last check (since the game checked last)
could also be a systemhook that hooks the windows api
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
NecroSyri How do I cheat?
Reputation: 0
Joined: 12 Dec 2012 Posts: 6
|
Posted: Mon Mar 23, 2020 8:43 am Post subject: |
|
|
Long presses changed nothing.
I tried killing my autohotkey script I had running just in case (it changes opacity when I press win+scroll, I think it only capture this specific keys but I might be wrong), but it changed nothing.
Maybe the game has a weird way to handle keys that conflict with CE, is there a way around it ?
|
|
| Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Mon Mar 23, 2020 10:08 am Post subject: |
|
|
| Corroder wrote: | | Code: | | IknowIsAbug70 = true |
|
EDIT:
For speed hack, I forgot to copy speedhack-i386.dll and speedhack-x86_64,dll to my Custom CE 7.1. Now, speed hack just works fine.
DB example script above also works fine.
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
| Back to top |
|
 |
|