wayden Cheater
Reputation: 0
Joined: 09 Dec 2020 Posts: 27
|
Posted: Wed Dec 09, 2020 11:58 am Post subject: [Auto-Solved]AobScanregion What is that region ? |
|
|
Hi, I found a Cheat table from "ColonelRVH" for Hollow knight searching inside his scripts to see how they work so i find these lines :
Code: | aobscanregion(Get_Enemy_HP_AOB,HealthManager:TakeDamage+b00,HealthManager:TakeDamage[/color]+cff,8B 87 AC 00 00 00 2B C1 83 EC 08 6A CE 50 E8) // should be unique
alloc(newmem,$1000)
|
and
Code: |
aobscanregion(Get_Enemy_HP_AOB,HealthManager:TakeDamage+b00,HealthManager:TakeDamage+cff,8B 87 AC 00 00 00 2B C1 83 EC 08 6A CE 50 E8) // should be unique
alloc(newmem,$1000)
|
and i don't understand what are those "type" of regions specified and where i can find somes like that ?
i tried different method before to get a instruction with a static Aob but none look like that (they were normal adress or things like mono.dll+xx)
and when i change the scan option to specify where i want to search that not appear
Edit : Code: | {$lua}
if (LaunchMonoDataCollector()==0) then
error('Failed. Check the game version, cheat table or contact me on Patreon.')
end
{$asm}
[ENABLE]
[DISABLE] |
i found this if i delete it Cheat engine don't recognize the region, so i have another question what is LaunchDataCollector, is it a lua Function and if it is how can i acces and see what this function do
EDIT 2 : I found what "HealthManager:" is, it's not really a region it's a class in Mono.dll wich can be found by activating monofeature and dissect it, and MonoDataCollector is the thing that CE use to collect data from Mono.dll (we obtain the same things with Dnspy) now i have to figure out how can i use and interact with those class
|
|