 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
xedc How do I cheat?
Reputation: 0
Joined: 06 Feb 2022 Posts: 4
|
Posted: Thu Feb 17, 2022 6:31 pm Post subject: Help getting data on the structure of a level |
|
|
I want to hack the game Towerfall Ascension in order to create an AI to play it.
Each level has a different structure of platforming blocks on a grid, which define the walls and floor of the level, and this data is essential to create the AI. The problem is that I have no idea how to get such level data, it's very different from getting the amount of health or the player position, which are just numbers.
I tried scanning for values that change when the level changes and stay the same on the same level, but couldn't get anything useful. |
|
| Back to top |
|
 |
panraven Grandmaster Cheater
Reputation: 62
Joined: 01 Oct 2008 Posts: 959
|
Posted: Thu Feb 17, 2022 7:20 pm Post subject: |
|
|
It seems a dotNet game, if not obfuscated, likely you can has a look into the source code from the assembly (*.exe or *.dll) .
Try google 'dnSpy' or alike de-compiler, and use it to open *.exe *.dll.
With the source, you probably can locate the function handle the map structure, then CE can help you find where the function in run-time memory, then the map pointer may be logged and then further do thing on it. _________________
- Retarded. |
|
| 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
|
|