I downloaded the game and it's nice,Now for the other part and that is cheats like,how can I use cheat engine easily,how do I get unlimited money ,with superior weapons and what is the code to unlock the door to the final ending ,How do AI get a save to unlock everything
And Perveloper can you give us different versions of hair in the next version like unbraided?
Okay, I see a lot of people are overthinking with the CE values or dont know what to do. Some are even messing up with floats for the reasons unknown.
I'll make it simple for you:
- most values are stored in
4 bytes. In most games such values are not stored in float. Float values are usually reserved for animation values etc. You can sometimes have a representation of said value in multiple ones but floats are often unreliable in such cases.
- most values change when level is changing (only visual bars and cash stays with you)
- ammo for the current weapon is the current ammo count: 12 bullets=look for 12 in CE, shoot one bullet, look for 11. It's done in 2 searches usually. You can switch weapons and freeze multiple ones because values for ammo are independent.
- cash is the same as ammo but it's the value that stays the same even if you change levels
- hearts are also following the same scheme, starting with 3 and going down to 1 (0 is game over). You can find the right value after two searches but sometimes it might leave you with 4 records, so move around and you're down to 1 anyway.
-
1120403456 is the value that means
100% for all bars
- unlike cash and ammo, bars tend to have two records with the same value - one is the visual one, the other is actual value. The point here is that visual bar stays with you when changing levels so after finding the values for the first time, you just check for the visual value of what you want!
- HP and Strength have value of 1120403456 when full, so when you start level, check for those first. If you are lucky, you can do it in 3 moves for both values.
- ERO bar and Love bar start from 0 and they are a bit tricky to find at first but in less than 6 searches you can find them.
- struggle bar is also possible to hack - starts from 0, so just struggle and check until you find the right one
Now, my only pain is finding the animation values. I've found some float counter that increases for each animation segment (so it resets down to 0 multiple times during one sequence) but freezing it only makes enemies stutter until you unfreeze it (at least it stays within the same record for the entire level). In most Hgames like this you can find the time counter or even animation counter for the enemies. In Fairy Fighting it was easy to loop enemies that way as a sorry excuse of a gallery. Would anyone be willing to help me with this? 4 bytes store only the visual bar (the small orange one below struggle bar) for the enemy and I can't find what is writting to this one.