HOWTO:
1. Create a new 'Cheat Table Framework' script (From disassembler: Tools > Auto Assemble > Template > Cheat Table Framework code)
2. Open created script, and erase all entries (So the script is blank)
3. Paste the following code into the blank script, then click File > Assign to current cheat table
Code: Select all
[ENABLE]
aobscanmodule(skills,ForzaHorizon5.exe,41 89 77 18 49 8B CF)
alloc(newmem,$1000,skills)
label(code)
label(return)
newmem:
code:
mov esi,[r15+20]
imul esi,#20 //<-- Change this to whatever you want the multiplier to be (Default here is 20x)
mov [r15+18],esi
mov rcx,r15
jmp return
skills:
jmp newmem
nop 2
return:
registersymbol(skills)
[DISABLE]
skills:
db 41 89 77 18 49 8B CF
unregistersymbol(skills)
dealloc(newmem)
This has been tested with the Steam version, not sure if it works on others ...
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