Thanks, it's not perfect but these are the bases :).
Yes I know some games using pointers.
- If you never worked with pointers, you can look for "zombinizer". Money is pointed by a value and its address changes. Try to do it yourself first, but if you have a hard time, you can look on there:
Hack zombinizer (#7231b1l8)
- You can also look for "blade crafter", where you have multipointers and encryption, I learnt a lot with this game. You should try to figure out how to hack it by yourself, but if you have a hard time, you can read what follows.
If you want help without me telling you everything, ask me ;).
--Don't read the following if you want to do it yourself--
You have a main structure where pointers for almost everything in the game are located (currencies, blades, upgrades, minigames data, other stuff,...), and these pointers most of the time lead to a 2nd pointer (2 pointers for diamonds), and even sometimes to a 3rd one, pointing to the value you want (3 pointers for money). Some multipointers change every single time the related value changes, like money or diamonds.
I have 1 post on this forum about this game, and a video where I only show diamonds and money, but you can see how it looks like and follow other pointers of the main structure if you want. In my post on the forum, I show a list of descriptions for almost every pointer in the main structure, but it may have changed with updates. I didn't understand well how money was stored or the diamonds encryption when I did the video, but if you need help ask me.
post:
Blade Crafter (#79dvu88p)
video: