2020年7月2日星期四

How to Cheat in Clicker Hero2 with CE

Clicker Hero2 is a fun game.
For having more fun with this game, I want to use my cheat engine on it.

Some values can be easily found. Like ruby, energy, mana . But others can not be simply found with the value displayed in the game.

After some analazing, I sovled the mystery.
The values are saved in the format of  Scientific notation.(https://en.wikipedia.org/wiki/Scientific_notation)
A value is divided into 2 double(8 byte) memory.
The first is coefficient(the value before "e"), the second is the exponent(The value after "e").

If the gold displayed on the screen is 44.3e10 or 443e9,  just scan the double value 4.43(NOT 44.3, NOT 443) .
When you found the address, add it to the address list.
Then right click the list item we just added, choose "Browse this memory region".
In the "Memory Viewer", right click the value displayed as hex, choose "Display type -> Double".
Now you can find your GOLD here. Double click to change the value.

UPDATE:
About Skill Point.

Skill point is not saved in memory directly, but the difference between Level and Points.

SavedValue = Level - Points -1

And SavedValue is also in the format of  Scientific notation.

Enjoy!

没有评论:

发表评论