| View previous topic :: View next topic |
| Author |
Message |
sekaidown How do I cheat?
Reputation: 0
Joined: 14 May 2020 Posts: 3
|
Posted: Thu May 14, 2020 9:30 pm Post subject: Need Help - Get address |
|
|
I'm trying to get the addresses and offset of the hp, mana and exp indicators from a little game.
But I can not.
Searching for exp directly gives me the static address of EXP:
anotação
When I try to find the address of HP and MANA I don't get any results:
1 and 2
Last doubt.
When I manually add the static address I already have (client.exe + 22BDA8) it becomes another random address.
But if I try to read the memory from client.exe + 22BDA8 I have an error.
How to make the address that client.exe + 22BDA8 will get?
| Description: |
|
| Filesize: |
303.21 KB |
| Viewed: |
1498 Time(s) |

|
| Description: |
|
| Filesize: |
176.61 KB |
| Viewed: |
1498 Time(s) |

|
| Description: |
|
| Filesize: |
246.65 KB |
| Viewed: |
1498 Time(s) |

|
|
|
| Back to top |
|
 |
sekaidown How do I cheat?
Reputation: 0
Joined: 14 May 2020 Posts: 3
|
Posted: Fri May 15, 2020 11:18 am Post subject: |
|
|
| Someone?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 98
Joined: 14 Jul 2007 Posts: 3419
|
Posted: Sat May 16, 2020 3:59 am Post subject: |
|
|
I am guess those other values are not 4-byte integers.
Try float.
If nothing, try searching for changing values.
|
|
| Back to top |
|
 |
sekaidown How do I cheat?
Reputation: 0
Joined: 14 May 2020 Posts: 3
|
Posted: Sat May 16, 2020 8:56 am Post subject: |
|
|
| Csimbi wrote: | I am guess those other values are not 4-byte integers.
Try float.
If nothing, try searching for changing values. |
Hi, I appreciate your reply.
I tried all types: float, double and 4-byte.
I tried to see only by difference, increase or decrease, even then it did not work.
|
|
| Back to top |
|
 |
|