Is this game can be cheat with CE ? ... If ti can, how to target the money ?
I want to cheat but only money, no success.
You need to do pointer scan and then sig it. I´ll do that when I download 1.75 absurd .. 5.6 gig .. GOD
...
4k images ?
I´ll try to make CE table. edit// waiting on mega limit
4hrs
Okay, easy to cheat in this, just the addreses will last for 1-2 clicks on things, due to constant recalculations. If you are good with CE, you can update pointers dynamically with LUA (base module is qsp.dll).
Just start sandbox, do classic scan for hero points and find address.
Then just add 50 to the address , and you have the money.
Hard ? (Scan for all Value type)
Screen attached.
I know that working with pointers/aob has no meaning for ppl who can´t do anything in low lvl programming, but this is sort of workaround. -> only pure adresses, so basic cheat engine principle.
1)Just find a value which does not update so often, for example the hero points.
2)Look at the address, write it down or add it to the address list.
3)Look for value you want to edit, but can´t find.
4)You will got bunch of results, scroll down until you are at the similar address.
Hero point had 09A549B8 address.
There was only 09A54A08 which had the value of my money. And it is 09A549B8 + 50 to simplify it for one step, so you don´t have to search for money, just for hero points. Everything is on the screenshot.
But generally, games keep their variables nicely together, so player mana will be located exactly after player health in most cases
.(for example..)
See how similar are the addresses in second images ?
This makes it clear, that the value is players money...
I hope I made it clear
...