Posted: Mon Nov 30, 2015 3:33 pm Post subject: Find Multilevels Pointer AOB
Code:
In cheat engine: "OnePunchMan.exe"+0104D0F8
Offsets: 0xC, 0x84, 0x4C8
My question is how to find AOB of 0x0104D0F8? I want to know its AOB, so i can code it in c++ and use findpattern function to keep my hack working even after game updates.
If this is a pointer, an AoB is pointless (no pun intended). Just get the address of the module, add that first offset to it (0x0104D0F8), and traverse the pointer path (make sure you dereference the pointers as you go), and you'll end up at your address.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum