View previous topic :: View next topic |
Author |
Message |
AskaLangly Advanced Cheater
Reputation: 0
Joined: 22 Apr 2009 Posts: 74 Location: New Jersey
|
Posted: Sat May 17, 2014 10:30 am Post subject: Multilevel Pointer Scan Help |
|
|
Alright, so I got the gist on how to do multi-level pointers, but there's something wrong here.
Game Attempting to Cheat: Croixleur Sigma
What I'm Searching For: Special Move Count
What's expected: the usual; number of Special Attacks are in a different address every time you restart.
The value can easily be found; is R/W.
I go about the 1st level: dec [ebx+30C]. Gives me value 143F5ED0 to search for.
Search for that, there's at least 40 addresses, all R/W. One that sticks out is this 14xxxxxx one, sandwiched between these 06xxxxxx and 18xxxxxx ones. I find what accesses that, and boom, when I press the attack's button, I find the action's opcode: mov [ecx+08], ebx. That gives me the value 143F6254 to search for.
When I search for that, I get NO results! What am I doing wrong?
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sat May 17, 2014 10:35 am Post subject: |
|
|
Try this:
Or this:
_________________
|
|
Back to top |
|
 |
AskaLangly Advanced Cheater
Reputation: 0
Joined: 22 Apr 2009 Posts: 74 Location: New Jersey
|
Posted: Sat May 17, 2014 11:07 am Post subject: |
|
|
Is there some address I have to look out for, or could I just use one of the "duplicated" entries in the pointer scan?
Nevermind, found these two with 6 levels. It works.
Funny, the timer is only 1-level.
EDIT: Well, I restarted the game, and the pointers did not work. >_>
I swear, it can't get to 2nd-level pointer.
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sat May 17, 2014 3:33 pm Post subject: |
|
|
AskaLangly wrote: | Is there some address I have to look out for, or could I just use one of the "duplicated" entries in the pointer scan? |
Just do as many pointer rescans as you can.
_________________
|
|
Back to top |
|
 |
AskaLangly Advanced Cheater
Reputation: 0
Joined: 22 Apr 2009 Posts: 74 Location: New Jersey
|
Posted: Sat May 17, 2014 4:29 pm Post subject: |
|
|
Hey all. I managed to get what I needed. Had to dig deep with four 9-level pointers. Results here.
|
|
Back to top |
|
 |
|