Game Hacking Dojo Master Cheater
Reputation: 1
Joined: 17 Sep 2023 Posts: 251
|
Posted: Sat Apr 26, 2025 7:37 am Post subject: Reading Values Constantly |
|
|
As I mentioned a time ago, I am making a new tool like Cheat Engine.
I want to let the program read the addresses (ReadProcessMemory) constantly to show the user live values, like Cheat Engine does, everywhere.
I don't know exactly, how Cheat Engine does it, but my solution to this (which might not be the best) is to make a vector containing all the addresses to be read, read them in another thread and return the values to assign them to the respective addresses.
However, I am not sure if this is an efficient way of tackling this issue. And I believe that assigning the values back to the respective addresses is a very error-prone process.
Thank you for your advice
|
|