CPLUSPLUSMemory Editor

Posts 1624 of 24 · Page 2 of 2
what's different in the 2nd version?
the 2nd version will be with hook and Array of b. scan, with out ReadProcessMemory and Write... This will help with anti-cheat bypass
how can i red 4 byte value to a label ?

My code :
uint base_address = mem.baseaddress("Game.exe");
base_address = base_address + 0x6D0CB970;
uint address = (uint)mem.ReadPointer(base_address) + 0x68;
address = (uint)mem.ReadPointer(address) + 0x1b4;
address = (uint)mem.ReadPointer(address) + 0x4;
address = (uint)mem.ReadPointer(address) + 0x9a4;
MessageBox.Show(address.ToString("x"));
@P.o.X have you tested the code on 1 address to make sure it works before testing w/ 4 addr and offsets ?!

You probably have the offsets wrong if you're getting an unexpected value. Try reading 1 addr first and make sure it can return the
correct value before reading 4-5.
Quote Originally Posted by abuckau907 View Post
<!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
@<a href="http://www.mpgh.net/forum/member.php?u=1017087" target="_blank">P.o.X</a>
<!-- END TEMPLATE: dbtech_usertag_mention --> have you tested the code on 1 address to make sure it works before testing w/ 4 addr and offsets ?!

You probably have the offsets wrong if you're getting an unexpected value. Try reading 1 addr first and make sure it can return the
correct value before reading 4-5.
Ok i made a video check it and say what i need to do,i`m not pro.
Thanks for the tutorial =)

How can I read a float number from memory using your library?
Quote Originally Posted by P.o.X View Post
Ok i made a video check it and say what i need to do,i`m not pro.
Why you no answer my question? I can't help you..

Obviously you're finding multi-level pointers, but not reading them correctly. Start with baby steps...

"check it and say what i need to do" - Please? No.
thx!
so easy
Posts 1624 of 24 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?