Hi, i have a problem, when i tried get the value of the address:
"metin2client.exe"+00F5565C Offset: 130, like this:
not work, but when i get the real address of this Pointer and Offset it work
i want know how i get the value of a address with multi level pointer, thanks;
"metin2client.exe"+00F5565C Offset: 130, like this:
Code:
float result = *(float*)(ModuleBase+0x00F5565C+0x130);
Code:
float result = *(float*)(0x22B020);







