Getting X Position
Hey there, I'm having trouble reading the x offset memory to get my players x position, or anything addresses for that matter.
I'm getting some really odd numbers (example 244345 -E54).
My access flags are 0x0439. When I'm reading the memory I'm using 4 bytes and trying to read this address: 0x9EB944+0x102E8 (playerpointer + X offset).
I can't figure out what I'm doing wrong.