 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
wlix32 Newbie cheater
Reputation: 0
Joined: 01 Jan 2016 Posts: 12
|
Posted: Sat Jan 02, 2016 12:46 pm Post subject: Need I find the base address using AOB? |
|
|
Hi guys, I am learning about AOB and auto assemble and I have a question that I can not understand reading topics on the web.
I know that if I want to write a trainer for example I need to find the base address for the value using the pointer scan , for example. The question is:
When I am working with AOB I need to find the base address and later use the AOB or in AOB has a way to do not need use pointer scan or manually "find out what ...." ? If AOB have it , how can I do it?
thanks a lot
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sat Jan 02, 2016 1:21 pm Post subject: |
|
|
An AOB simply finds a location in memory based on a constant value that does not change between game sessions.
This location is normally within the game code itself and allows us to find a specific instruction.
That instruction may retrieve a base pointer or it may directly update values in the game.
By changing that instruction's function, through code injection, we gain control of that value.
Alternatively, an AOB can find the location of some in-game data structure, for example a player's statistics.
Health, stamina, mana, strength, dexterity, etc. all change, sure, but they may contain static maximums or base values.
Finding an AOB surrounding those maximum and base values may provide us with the location of the structure, a pointer of sorts.
|
|
| 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 Jan 02, 2016 1:28 pm Post subject: |
|
|
Also, there is handy "groupscan".
_________________
|
|
| Back to top |
|
 |
wlix32 Newbie cheater
Reputation: 0
Joined: 01 Jan 2016 Posts: 12
|
Posted: Sat Jan 02, 2016 1:43 pm Post subject: |
|
|
| Zanzer wrote: | An AOB simply finds a location in memory based on a constant value that does not change between game sessions.
This location is normally within the game code itself and allows us to find a specific instruction.
That instruction may retrieve a base pointer or it may directly update values in the game.
By changing that instruction's function, through code injection, we gain control of that value.
Alternatively, an AOB can find the location of some in-game data structure, for example a player's statistics.
Health, stamina, mana, strength, dexterity, etc. all change, sure, but they may contain static maximums or base values.
Finding an AOB surrounding those maximum and base values may provide us with the location of the structure, a pointer of sorts. |
Oh Good, but how I am learning, the AOB limitation is that this instruction can access only one address("Find out what address this instruction access"), or the game can crash. So, I need to find a value that is writed by a instruction that is used only for that. Is it right?
|
|
| Back to top |
|
 |
|
|
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
|
|