how to find clientoffset?
@Jabberwo0ck this is for making CE Pointer in DLL right?
Also why did you change it from Code:
unsigned long address = 0x1B8B054 + ClientOffset;
int content = *(int*)address;
to
Code:
unsigned long address = 0x1B8B054 + ClientOffset;
*(int*)address = 12345;