gdCheater How do I cheat?
Reputation: 0
Joined: 14 Jan 2021 Posts: 1
|
Posted: Thu Jan 14, 2021 8:05 am Post subject: Tips on finding a specific function | general tips|Grim Dawn |
|
|
I've been making some simple hacks for Grim Dawn using Cheat Engine, C++ and AutoHotkey.
So far I managed to do game speed toggle / freeze experience and few others.
I'm a novice at this and not a very good programmer. I've been using mostly Referenced functions
but now I need to get to a function Game.GAME::Item::CanAutoPickup that's not there,
only in Enumerate DLL's and Symbols. See the screenshot below.
Also functions on the right seem to share the same incorrect address where something else resides.
imgur. com/VF3fWFT.png (cannot post urls yet, please delete 1 space before "com")
Would you be so kind to give me some tips what to try further or maybe learn?
Oh and btw could you recommend some tutorials on allocating new memory in process
in the context of game hacking to reproduce more complex Cheat Engine hacks in C++?
For now I mostly overwrite the code with NOPs.
|
|