edit the "general .3" script, locate all the lines that start with "aobscanmodule" or "luaCall". note that they all consist of an aob in the line.
e.g., line 40, you can find this aob:
Code: Select all
53 48 ** ** ** 48 ** ** ** 4C 89 C3 E8 ** ** ** ** 89 03 31 C0
now, find all these aob, do a manual scan for each of them.
if you don't know how to searh the aob, here's an example, for line 111 aob:
do the following:
1. choose "Array of byte" for Value Type.
2. clik "Writable" until it changes to a filled square.
3. paste the aob here.
4. start the scan.
again, do these search for all the aobs, see which one have no result and tell me which aob(s) they are. for exmaple, tell me "ammoWriteCallAOB" doesn't work if line 113 returns no result.
thanks.