View previous topic :: View next topic |
Author |
Message |
handlingcfg How do I cheat?
Reputation: 0
Joined: 01 Sep 2019 Posts: 8
|
Posted: Wed Nov 03, 2021 11:31 pm Post subject: can i use same aob code with different named exes? |
|
|
hi everyone,
for some games i hex edit exe files for different resolutions or different specifications, i generally name exes for the specs and i use both exes from same directory, the two exes are share %99 same code.
what i want to do is use same aob script for these different named exes
ie:
commandos3.exe,
commandos3 1280x720.exe
commandos3 4-3.exe
commandos3-steam.exe
commandos3-gog.exe
is it possible?
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Nov 04, 2021 2:03 am Post subject: |
|
|
CE scans the attached process so I don't see where there is an issue.
e.g.:
Code: |
aobScan(SomeSymbol, 00 53 48 8D 64 24 E0)
|
It's not specific to any one particular game.
|
|
Back to top |
|
 |
handlingcfg How do I cheat?
Reputation: 0
Joined: 01 Sep 2019 Posts: 8
|
Posted: Thu Nov 04, 2021 3:07 am Post subject: |
|
|
LeFiXER wrote: | CE scans the attached process so I don't see where there is an issue.
e.g.:
Code: |
aobScan(SomeSymbol, 00 53 48 8D 64 24 E0)
|
It's not specific to any one particular game. |
thx,
i just change aob module to aob and it works
ie
aobscanmodule(wantedfix,gta2.exe,66 8B 81 0A 02 00 00 C3)
to
aobScan(wantedfix,66 8B 81 0A 02 00 00 C3)
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Nov 04, 2021 4:15 am Post subject: |
|
|
Yeah, aobscan is slower than aobscanmodule or aobscanregion but it better used for situations that are less specific.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Nov 04, 2021 5:27 am Post subject: |
|
|
use $process instead
_________________
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 |
|
 |
|