Ok i managed to hack this game through
game guardian (Thank you, Tyras

). You need select memory range only for Others (for faster result), use encrypted value option, search the value after shifting the bits with 011. The value is in dword for golds and available points for stats.
For example, if you want search 50:
1. Convert it to binary
50 = 0000000000110010
2. Shift the bits to the left with 011
0000000000110010 = 0000000110010011
3. Convert it back to decimal
0000000110010011 = 403
So 403 is the value you should search, not 50. For changing value, you need to do the same thing. Use the value after you shift the bits to the left. One thing, in my other phone, the value appears one point higher after shifting (in this case, it's 404 not 403). So all you need to do for changing the value is just also add +1 (after shifting the value to the left course). I suggest you to search the golds first after prologue (there's merchant so you get or lose the gold easily). After that, you can go the memory range (or address range? Sorry, i forgot) of that value to find the available points (in my case, just scroll down, remember the value here it's not the actual value, it's the value after shifting like i said before). DO NOT MOVE YOUR CHARACTER TO ANOTHER LOCATION WHEN SEARCHING, THE ADDRESSES WOULD BE CHANGED IF YOU DO THAT, SO JUST STAY IN ONE LOCATION.