what's different in the 2nd version?
CPLUSPLUSMemory Editor
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 :
?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"));
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.
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.
Thanks for the tutorial =)
How can I read a float number from memory using your library?
How can I read a float number from memory using your library?
thx!
so easy
so easy
@Orbiter1987 floats values only on 2nd version
Similar Threads
Combat Arms Hacks & CheatsMemory editor?AL 19 Mission Against Terror DiscussionsUndetect memory editor but hav virus
0 Combat Arms Hack Coding / Programming / Source Codedoes anyone have a memory editor? 12 Visual Basic ProgrammingExtreme Memory Editor
41 Visual Basic ProgrammingExtreme Memory Editor v2
9
