Warrock Get Player 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.
example of what I'm getting in return: 130446304 then after a few loops it starts counting up from 1, adding one each loop. No idea why.