Posted: Sun Aug 04, 2013 5:14 pm Post subject: What do I do with offsets that look like this?
I'm trying to manually search through multilevel pointers, but I've never seen this in place of an offset before. How would I go about adding an offset like this to an address?
The something*4 is also part of the offset, you just have to evaluate it yourself. The bottom part of your screenshot says ecx=2, so ecx*4=8, and ecx*4-08=0. Congratulation in this case your offset is 0.
I hope that if you restart your game and redo the whole hacking process ecx is still 2, otherwise it's going to be fairly more complicated. _________________
DO NOT PM me if you want help on making/fixing/using a hack.
Thanks so much for that explanation, Gniarf! You really helped make that click for me.
Unfortunately, ecx changes, but I'm not so sure I'm on the right track yet with what I'm searching for. If I am, then unfortunately, ECX does change. We'll see what happens...
Anyway, thanks again. That really helped me understand a little bit more. =)
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