Page 1 of 1

[REQUEST] [HELP] Princess Maker Faery Tales Come True HD

Posted: Fri Aug 07, 2020 2:29 pm
by eventide017
Game Name: Princess Maker ~Faery Tales Come True~ (HD Remake)
Game Engine: Unity?
Game Version: 1.0.7
Options Required: Every stat
Steam Website:

Sorry for bad English

I was able to find pointer for gold, it works on both game restart and new game. But values for other stats reset after edit. There are 2 topics there, but they are fore Princess Maker 3 released in 2017, and doesn't work on this 2019 HD Remake.
Thanks in advance for any help

Re: [REQUEST] [HELP] Princess Maker Faery Tales Come True HD

Posted: Thu Aug 20, 2020 4:47 am
by AkaneChi00
Just for a hint.. the stats have more value on it.
Ex. Your exact value of trust is 40, then you need to find the value by around 400 or 401

Re: [REQUEST] [HELP] Princess Maker Faery Tales Come True HD

Posted: Thu Aug 20, 2020 10:54 am
by Mark195
well if u have pointer/address for stats u can make a simple aob mov script that locks the address and makes the address to a certain number
after knowing what writes the address u can use something like that :
Example /
newmem :
mov [eax+00000190],2406+309 or if it said mov [eax+00000190],ecx u write mov ecx,XXX
code:
mov ecx,[eax+00000190]
jmp return

so everytime u turn on the script it makes the value to a certain number and locks it since it always movs 'XXX' to [eax+00000190]

ps : remember those are hex
2406+309 = 9999 i think
or 400-19 = 999
18556+149 = 99999