Sarkon wrote: ↑Sun Mar 26, 2023 4:16 am
How, mind sharing?
So I used cheat engine to search for my amount of money. I kept spending to narrow it down to about three addresses.
I went to edit > settings and changed the debugger/scanner settings to VEH instead of windows.
I right clicked on one of the previous addresses and selected the "find out what writes to this address", you need to wait until something populates in the debugger.
Once populated in the debugger click show disassembler, now you want to scroll up until you see a "LEA" opcode, click on that line to highlight it blue.
Go to tools > auto assemble > template > full injection, once there scroll down until you see the code: section which should be around line 20-25.
Then you need to adjust the lea rcx part to something like mov rcx, int(10000) or add rcx, int(10000), or whatever OP code is there you match it.
Once done go to file > assign to current cheat table, then go back to the main cheat engine tab and activate the script that was added and do the same spending action you did in the beginning and it should add you money instead of remove money.
I can't remember if this is exactly how I did it, I will have to go do it again to get a more clear picture but it's along these lines.