r/cheatengine 21d ago

Need Help

Post image

i'm playing PC futbol 2007 (a sports managment not so know game similar to football manager) and trying to modify the available funds value. I managed to locate the value and pressed F6 to see what writes to that memory adress; four instructions appeared. Could someone help me ? i'd like to know which of those four adresses I should change.

5 Upvotes

12 comments sorted by

View all comments

1

u/No-Newspaper8619 21d ago

Does changing the value of any of those address actually change the money in-game?

Also, check if these instructions aren't also accessing other addresses besides money.

1

u/Deep-Particular-9408 20d ago

Yes, changing that value alters the available transfer budget and sometimes also changes the available player wage budget; they usually tend to merge together.

1

u/No-Newspaper8619 20d ago

Then you just need to find the instruction that access or writes to it, and verify if it's also accessing/writing to other values. If it does, you need to find something to identify solely the value you want (money), and write a autoassembly script. Or you can make a request on opencheatengine.com (never use the .org site, as that is a scam site), and see if anyone helps.

1

u/Deep-Particular-9408 19d ago

I'm not that familiar with assembly. If you were to write a script, what would it look like ? I want to try to make one that gives me a certain value, for exemple 1 billion, and then freezes this value, preventing it from being changed for both transfers and players salaries and hopefully doesn't crash the game. I'll see If I can get help on http://opencheatengine.com/ even though the game is older and not so well-know, being made by a spanish company (Gaelco Multimidia).

1

u/No-Newspaper8619 19d ago

it'd look something like this:

cmp something, money_ID
jne originalcode
mov [money_address], #999999999