Posted: Sat May 21, 2011 6:58 am Post subject: Memory scanning problem
Hello guys, I have problem while scanning memory of Lineage2 game. I have address that in cheat engine I added by "Add address manually" - it has Value 4356 - that it had to have but when I go to "Browse memory region" at that address it shows me only 4 and the next is DEC 17(HEX 11). In C# I tried to read that memory address using:
Code:
pReader.OpenProcess();
int bytesReaded;
int CurrentCP;
byte[] memory;
int CPaddress = 0x07756240;
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