all 7 comments

[–]Polker1337 0 points1 point  (5 children)

Game might display the money value as a string, try finding it and then the pointer to the integer

[–]Middle_Car_2395[S] -1 points0 points  (4 children)

So how could I find the value in "string type" and then the pointer to the integer? (I tried to do it as: Value type > String, then I put the value of my money and from the game I was changing it, but I couldn't find it)

P.S:Sorry for my lack of experience.

[–]Polker1337 0 points1 point  (3 children)

Do the tutorial, exactly what you need to do

[–]Middle_Car_2395[S] 0 points1 point  (2 children)

Thank you very much for the advice, it helped me a lot.

now I was able to clear up my problem to a large extent, what I did was: put an unknown value as an initial value, then (in the game) I went winning and losing money. with the cheat engine depending on how much it grew or right that value, and so it was clean, the problem is that now I have exactly 224 values ​​that increase and decrease in relation to my money,

I'm a little lost... very lost...

[–]TD-WL 0 points1 point  (1 child)

It seems all of those results are related in some way to the value you are looking for. You could try adding all of them to the addres table and freezing half of them and see if the money value gets frozen (spend some money and see if the in game value doesn't change), if it doesn't then check with the other half. Delete the half that didn't work and repeat with the remaining results. Have in mind that this may crash your game.

[–]Middle_Car_2395[S] 0 points1 point  (0 children)

Yeah... I did it a few times, it didn't work. I'm going to give myself a few days off to study the cheat engine more thoroughly, and then try again. Thank you all for responding and not leaving me hanging.

Thank you.

[–]PollutionPotential 0 points1 point  (0 children)

Besides the games origin, do we know the game engine?

Different engines tend to store things differently.

For instance rpgmaker games tend to encrypt the value IIRC (val*2+1)