I wonder how exactly we could make it so the money sticks like in the Forza Motorsport 7 Cheat table. id love to be able to have max money without the hack enabled.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Hey I used this cheat and it works great! Thumbs up for the dev But when I tried to change the 15 million value in the script I can't find it, can anyone help me out here? Thanks
There's apparently some other hacks out in the wild. Was online last night and saw some guy in a lambo randomly jumping multiple times, also seemed to have super fast speed and handling.
Cheat doesn't work for me, the box that you need to check doesn't check no matter what i do. does anyone have any suggestions? or does this cheat just need to be updated?
Cheat doesn't work for me, the box that you need to check doesn't check no matter what i do. does anyone have any suggestions? or does this cheat just need to be updated?
Pretty sure they patched it with the last update on 10-23-18
Greetings guys, I just checked and found that Injection point is changed but bytes are not changed. Something like that, if I explained correctly.
Well, I created an table with new Injection point but when I start injecting that table to game process, game is crashing -_-
Could someone help me to fix this crashing trouble, if it possible of course. In advance Thank You so much for your help.
Here (under spoiler) is screenshot where you can see Injection point before update and after update. I hope it will explain more than me. Spoiler
Greetings guys, I just checked and found that Injection point is changed but bytes are not changed. Something like that, if I explained correctly.
Well, I created an table with new Injection point but when I start injecting that table to game process, game is crashing -_-
Could someone help me to fix this crashing trouble, if it possible of course. In advance Thank You so much for your help.
Here (under spoiler) is screenshot where you can see Injection point before update and after update. I hope it will explain more than me. Spoiler
I think ShyTwig16 also pointed out something here, which I don't know what to do:
lea rcx,[rsp+50]
mov [rdi], #17396679699 //// your moving 5 bytes here,
//// but the game compares it with a single byte, you should double check your value types.
//// And MOV will only take a 32 bit value as an immediate when writing to memory.
//// But it will take a 64 bit immediate when writing to a registry.
//// i.e:
// push rax
// mov rax,000000040CEC4413
// mov [rdi],rax
// pop rax