Code: Select all
aobscanmodule(INJECT,Game.exe,0C 82 F1 02 00 00)
Code: Select all
aobscanmodule(INJECT,Game.exe,0C 82 F1 02 00 00)
If it's mono, enabling the Mono Data Collector will show symbols instead of the addresses. But yes, you would need to useTheVine wrote: ↑Mon Jun 20, 2022 3:56 pmSo normally the injection point occurs in something like "GameName.exe + address" and so the injection code looks like
I was able to find the AOB I want to change, but it appears to be at an address that isn't associated with "GameName.exe" but just a regular address in memory, not green, just black text memory address. I'm not really sure what that means or how that works, it's a Mono game if that's important, but is there a way to target AOBs like that?Code: Select all
aobscanmodule(INJECT,Game.exe,0C 82 F1 02 00 00)
Code: Select all
aobscanregion
Code: Select all
aobscan(INJECT,0C 82 F1 02 00 00)
Like Rhark said for mono games I would recommend enabling mono and using the symbols for an aobscanregion like this
Code: Select all
aobscanregion(cheatname,symbol,symbol+offset,0C 82 F1 02 00 00)
Code: Select all
define(cheatname,symbol+offset)
define(bytes,0C 82 F1 02 00 00)
assert(cheatname,bytes)
Users browsing this forum: No registered users