Unknown_Username Newbie cheater
Reputation: 0
Joined: 31 Mar 2016 Posts: 11
|
Posted: Thu Mar 31, 2016 11:45 pm Post subject: HELP: Attempting to locate pointers for StarCraft II |
|
|
Ever since a recent patch for the game StarCraft II, I've been unable to find a stable pointer via the automated pointer scanning that CE offers. Whenever StarCraft II restarts, the pointers will point to completely different or invalid addresses, nothing like what I was working with prior to closing the application. This used to work, but it appears as though the developers have made this slightly harder to do.
How do I go about finding pointers which will always point to the right address?
Just as a note, what I do to get these codes is:
1. Search all value types
2. Use an in game cheat code
3. Alternate searching between 0 and 2 with entering the cheat code to end up with only one address
4. Pointer scan the address
5. Pick out 50 or so of the 40-100 thousand pointers
So, what's happening? Why is this method no longer working?
|
|