| View previous topic :: View next topic |
| Author |
Message |
Kolonel How do I cheat?
Reputation: 0
Joined: 18 Mar 2020 Posts: 4
|
Posted: Tue Dec 07, 2021 5:51 am Post subject: read "find what addresses this instruction accesses&quo |
|
|
Hi,
Following these steps I got the entities X coords that are around me:
| Code: |
1 - Find an enemy's HP value.
2 - Right-click, find what accesses that address.
3 - Find code there that runs all the time, click Show Disassembler.
4 - On that code, right-click it and choose "find what addresses this instruction accesses".
5 - Leave the new window open and play in-game a bit, and see if that window starts filling in with lots of addresses (it should), each of those should be an enemy's HP address added to the list as it's touched by the game.
|
But now I don't know how should I access them programmatically to read all entities X's so I can make a map.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25931 Location: The netherlands
|
Posted: Tue Dec 07, 2021 6:03 am Post subject: |
|
|
I'd say use some code injection
If assembler and C are too tricky, you can use lua as well
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Kolonel How do I cheat?
Reputation: 0
Joined: 18 Mar 2020 Posts: 4
|
Posted: Tue Dec 07, 2021 8:48 am Post subject: |
|
|
The problem would be... I don't even know where to start from.
Here is how it looks:
| Description: |
|
| Filesize: |
23.43 KB |
| Viewed: |
1726 Time(s) |

|
| Description: |
|
| Filesize: |
21.93 KB |
| Viewed: |
1726 Time(s) |

|
|
|
| Back to top |
|
 |
|