SXGuy Posted August 17, 2008 Posted August 17, 2008 its nothing to do with the number next to the process name. You say its a green address yet it changes when you log off the game, this puzzles me, since green means static, i.e doesnt change. How did you come about to find this address? did you scan another to see what accesses it, or what? more info would help me to fix your problem.
SXGuy Posted August 18, 2008 Posted August 18, 2008 Ok you got me, i have no idea why it would keep changing, my only guess is the first pointer is a floating point value, maybe it isnt static at all, or rather, static for the duration of logon. i notice esi+10 is the same as eax, have you tried the pointer above it, eax+14? Also, forget the green and black addresses, sometimes the debugger is wrong, it just trys to guess which one the pointer would be, ive known cases where it was completely wrong lol. My advice, try using addresses that are displayed as a result, which are close to the green address in value, look at the registers for the same value and try to find other pointers with other offsets that point to the same location, one of them is bound to be static.
Szhlopp Posted August 18, 2008 Posted August 18, 2008 (edited) Ok you got me, i have no idea why it would keep changing, my only guess is the first pointer is a floating point value, maybe it isnt static at all, or rather, static for the duration of logon.i notice esi+10 is the same as eax, have you tried the pointer above it, eax+14?Also, forget the green and black addresses, sometimes the debugger is wrong, it just trys to guess which one the pointer would be, ive known cases where it was completely wrong lol.My advice, try using addresses that are displayed as a result, which are close to the green address in value, look at the registers for the same value and try to find other pointers with other offsets that point to the same location, one of them is bound to be static.Thanks, I finally got it to work.Went through carefully knocking down every address that showed up until there was only 1 address remaining green. I used that address and copied it so the static address formatted right. Thanks again so much for your help. This makes it so much easier now that I don't have to find the address everytime I boot something up! LOL Edited August 18, 2008 by Szhlopp RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
SXGuy Posted August 18, 2008 Posted August 18, 2008 haha its cool, its an easy mistake! happens all the time
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now