| View previous topic :: View next topic |
| Author |
Message |
piethon Cheater
Reputation: 0
Joined: 06 May 2021 Posts: 46
|
Posted: Mon Aug 09, 2021 4:19 am Post subject: anybody know how to get a static pointer,no pointer scan |
|
|
anybody know how to get a static pointer without doing a pointer scan?
is it possible?sometimes i get a static pointer when makeing a pointer but is there a tactic to get a static pointer with no pointermap scan
|
|
| Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Mon Aug 09, 2021 4:38 am Post subject: |
|
|
| The Cheat Engine tutorial literally teaches how to do what you ask. Check Step 6/8.
|
|
| Back to top |
|
 |
piethon Cheater
Reputation: 0
Joined: 06 May 2021 Posts: 46
|
Posted: Mon Aug 09, 2021 5:05 am Post subject: |
|
|
yeah i try to guide but in the guide the address is green(a static address )
when i try to make a pointer in a game my address was black( a non static address)
|
|
| Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Mon Aug 09, 2021 5:29 am Post subject: |
|
|
| Continue searching until you find one that is static (multi-level pointer)
|
|
| Back to top |
|
 |
piethon Cheater
Reputation: 0
Joined: 06 May 2021 Posts: 46
|
Posted: Mon Aug 09, 2021 12:17 pm Post subject: |
|
|
| what are alll the types of pointers like pointer,pointer map scan,multi level pointers,are there any more types of pointers?
|
|
| Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Mon Aug 09, 2021 1:29 pm Post subject: |
|
|
A pointer is the same thing (an address which points to something)
The address can point to a value (static pointer) or to another address (multi-level pointer). The pointer scanner is a tool to help find static pointers. Pointer map scan is something I have not used before so I can't advise in that regard.
|
|
| Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
Posted: Mon Aug 09, 2021 3:56 pm Post subject: |
|
|
To use pointer maps. You generate them in different game states, i.e.: different levels, game restarts, different PCs, and different characters. Then you do a pointer scan using the pointer maps you created.
_________________
|
|
| Back to top |
|
 |
|