View previous topic :: View next topic |
Author |
Message |
eerraayyss How do I cheat?
Reputation: 0
Joined: 19 Jul 2023 Posts: 1
|
Posted: Wed Jul 19, 2023 5:53 pm Post subject: Copy Game Data to a Certain Memory Location |
|
|
The game has some useful data about the enemy which is not visible to the player. I can find these data points and their opcodes. I would like to access these data in the game and copy them to static address/pointer locations which I can read through C++ or Python scripts so that I would have the intel about the enemy. How can I do this? The new location can be anything if the game and Cheat Engines allow it, it doesnt have to sit in the game memory slots.
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3305
|
Posted: Tue Jul 25, 2023 4:46 am Post subject: |
|
|
Why copy? Use the data there directly and then you don't need to worry about having to update the copy over time.
Anyhow, you can allocate memory with CE, and you can copy memory there with memcpy if you are so inclined.
|
|
Back to top |
|
 |
|