| View previous topic :: View next topic |
| Author |
Message |
Reaper79 Advanced Cheater
Reputation: 2
Joined: 21 Nov 2013 Posts: 68 Location: Germany
|
Posted: Tue Aug 22, 2023 3:19 pm Post subject: AutoAssembler doesn't find array, but Cheat Engine UI does ? |
|
|
Hi there,
i have following hex array which Cheat Engine UI finds a valid address, but if i use it in AutoAssembler with aobscanmodule it gives an error message.
array:
FF FF FF FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 32 18 0C 00 ?? ?? ?? ?? ?? ?? ?? ?? FF FF FF FF ?? ?? ?? ?? 2D 18 0C 00 ?? ?? ?? ?? ?? ?? ?? ??
aobscanmodule(INJECT,SomeGame-Win64-Shipping.exe,FF FF FF FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 32 18 0C 00 ?? ?? ?? ?? ?? ?? ?? ?? FF FF FF FF ?? ?? ?? ?? 2D 18 0C 00 ?? ?? ?? ?? ?? ?? ?? ??)
Error while scanning for AOB's: INJECT
Error: Not all results found
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Aug 22, 2023 4:03 pm Post subject: |
|
|
| You are sure that the array resides within that module? Also, that there are no other signatures inside of the script?
|
|
| Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Tue Aug 22, 2023 8:38 pm Post subject: |
|
|
i guess it's one of two reasons:
-there is another aob inection or a patch messing with your pattern scan here
or
-this is some protected/packed/self-modifying game exe, so the bytes are placed in some allocated memory at runtime, so in that case, you can try aobscan command, instead of aobscanmodule.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25811 Location: The netherlands
|
Posted: Wed Aug 23, 2023 3:03 am Post subject: |
|
|
yes, use aobscan, not aobscanmodule. This AOB looks like data
_________________
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 |
|
 |
|