View previous topic :: View next topic |
Author |
Message |
casperc How do I cheat?
Reputation: 0
Joined: 07 Jan 2016 Posts: 3
|
Posted: Thu Jan 07, 2016 10:32 am Post subject: Getting health on enemy ingame. |
|
|
Hello guys. I have used cheatengine to get health on target enemy. I got the address. But when i close the game and open again. the address changes. Is there anyway I can make a shortcut or someting to get the value instead of attacking one a search for the hp every time i open the game.
Im new to I dont even know what to search for, i tried google alot but I cant find a solution if there is one.
Thanks.
|
|
Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Thu Jan 07, 2016 10:49 am Post subject: Re: Getting health on enemy ingame. |
|
|
casperc wrote: | Hello guys. I have used cheatengine to get health on target enemy. I got the address. But when i close the game and open again. the address changes. Is there anyway I can make a shortcut or someting to get the value instead of attacking one a search for the hp every time i open the game.
Im new to I dont even know what to search for, i tried google alot but I cant find a solution if there is one.
Thanks. :D |
Usually pointers fit this role, but if it's a game with multiple generated enemies, than you'll need to iterate thru the entities structure of the game itself.
_________________
|
|
Back to top |
|
 |
casperc How do I cheat?
Reputation: 0
Joined: 07 Jan 2016 Posts: 3
|
|
Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Thu Jan 07, 2016 11:07 am Post subject: |
|
|
casperc wrote: | Its getting the HP of my current target. And its working. I tried searching for pointers but there is ALOT. But i am sure i am doing something wrong :(
This is what I get when i read what access to address when i click on a enemy |
Apparently, the register rbx (in the first line) contains the base address of the player structure, so check what's its value.
Once done, search for the value of RBX with the memory scanner of cheat engine, set to hexadecimal and 4 bytes scan value.
You should find at least one address with a green text, if done, add it to your addresses table.
You can then add an address manually as a pointer (watch this video https: // www . youtube. com/watch?v=YPHy_9zaP2w)
remember to put the offset, in your case: 324
You should first solve the step 6 on the cheat engine tutorial.
_________________
|
|
Back to top |
|
 |
casperc How do I cheat?
Reputation: 0
Joined: 07 Jan 2016 Posts: 3
|
|
Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Thu Jan 07, 2016 3:48 pm Post subject: |
|
|
casperc wrote: | This is what I get I tried adding a pointer and its working but when i close and open the game it isnt working and the address is changed :o |
It might be a multilevel pointer.
In that case, use the pointer scanner instead.
_________________
|
|
Back to top |
|
 |
|