Page 1 of 1

Forza Horizon 5 ** Mastery Points Multiplier **

Posted: Fri Nov 04, 2022 9:55 pm
by relentlesstech
I noticed that there wasn't any tables that had any option for the Mastery Points, so I made it my mission to make a script for it!

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)
Once activated, no matter how little you earned in a run will be multiplied by whatever the value in script is (Resulting in massive Mastery Points after a few times - Maximum of 999 Mastery Points are allowed).

This has been tested with the Steam version, not sure if it works on others ...

Re: Forza Horizon 5 ** Mastery Points Multiplier **

Posted: Fri Nov 04, 2022 10:03 pm
by RampageFormula
Can you please make a CT and upload it to the forum? Many users don’t know how to use cheat engine and create unnecessary posts asking for help when uploading a table is much simpler. Remember this is beginner friendly community.

Also

viewtopic.php?t=18265

Do not post the actual tables xml/scripts into posts as code instead upload it as CT.
This just increases database size making it a mess to maintain it and many users don't know what to do with it also.

Re: Forza Horizon 5 ** Mastery Points Multiplier **

Posted: Sun Nov 06, 2022 3:47 am
by batty1224
Casanova wrote:
Fri Nov 04, 2022 10:03 pm
Can you please make a CT and upload it to the forum? Many users don’t know how to use cheat engine and create unnecessary posts asking for help when uploading a table is much simpler. Remember this is beginner friendly community.

Also

viewtopic.php?t=18265

Do not post the actual tables xml/scripts into posts as code instead upload it as CT.
This just increases database size making it a mess to maintain it and many users don't know what to do with it also.
Hello I Have Turned The Code into A Ct Table Here Is The Attachment For Anyone Who Want's It
Mastery Points.CT
(1.82 KiB) Downloaded 509 times
And I Don't Play Forza Horizon 5 Or Any other Racing game At All

Re: Forza Horizon 5 ** Mastery Points Multiplier **

Posted: Wed Jan 11, 2023 7:42 pm
by kaka50
can you update ?