Football Manager 2020 | Steam 20.4.4 | 4-Nov-2020

Upload your cheat tables here (No requests)
tfigment
Table Makers
Table Makers
Posts: 642
Joined: Sat Apr 15, 2017 12:49 am
Reputation: 802

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by tfigment »

mephistopheles13 wrote:
Wed Apr 29, 2020 11:05 pm
I did get stuck at where the tutorial to update says to: "Select Persons and monitor the Allocated Pointers > VTables > Selected Object"
I couldn't tell which address goes in which vtable so I kinda went with guessing but whatever I changed there didnt change anything and the table worked nonetheless.
This part is kinda hard its really annoying to document. Basically there are a bunch of values that define the VTables on the players. These likely change if the other addresses changed. These are in tthe top level script.
Top Level Script Pointers

define(datTimeRoot, fm.exe+7350DF0) // root of clock
// 01 00 00 00 20 ?? 00 00 01 00 6c 07
define(datPlayersList, fm.exe+7458BD0) //Root Pointer for Players List
// search 8B C1 25 00 00 00 ff 3d 00 00 00 ff 0f 84 ?? ?? 00 00 81 e1 ff ff 7f 00 81 f9 ff ff 7f 00 0f 84 ?? ?? 00 00 4C 8B 05
// pointer is in the MOV instruction below this

define(lblManagerRoot, fm.exe+742E3F8) // Start of Manager Pointer Root
// search 4c 89 74 24 58 48 89 74 24 30. pointer is in the MOV instruction 2 instructions above this
define(datTransferOrdersRoot,fm.exe+7559B10) // Root of Tranfer Order Array
// search 48 29 F8 48 89 CD 48 A9 FC FF FF FF. address in mov below this

define(vtbManagerPerson, fm.exe+6D50688) //Manager Person VTable
define(vtbManagerPlayer, fm.exe+6D50640) //Manager Player VTable
define(vtbPlayerPerson, fm.exe+6D620E8) //Player Person VTable
define(vtbStaffPerson, fm.exe+6D51140) //Staff Person VTable
define(vtbStaff, fm.exe+6D51940) //Staff Non-Player VTable
define(vtbPlayerCoachPerson, fm.exe+6D78F38) //Player/Coach Person VTable
define(vtbAgentPerson, fm.exe+6D66440) //Agent Person VTable
define(vtbPlaceholderPerson, fm.exe+6D6E128) //Placeholder Person VTable
define(vtbCompetition, fm.exe+6D619B0) //Competitition VTable
define(vtbNation, fm.exe+6D63DE0) //Nation VTable
define(vtbTeam, fm.exe+6D5D550) //Team VTable
define(vtbClub, fm.exe+6D4FE98) //Club VTable
define(vtbMatch, fm.exe+6547558) //Match VTable
You need to go to "Table Settings->AllocatedPointers->VTables" and match the "Selected Object" under vtables to the currently focused object in FM. So basically going to top level inbox is usually the manager. The vtbManagerPerson is the VTable Selected Object. (Note that the address shown usually has a leading digit (like 4) that is ignored (because fm.exe usually starts at 140000000 and therfore fm.exe+6D50688 and 146D50688 are the same). So now update the script to match the number in that selcted object.

Once you do that then deactivate the whole table and reactivate it. That should allow the other VTables in that list to update. You can copy basPerson (when manager is selected) to vtbManagerPerson. Copy Club to club in script, team to team, nation to nation. Next select any player. Selected Object will update to the player. Now you can update person and player equivalents in the first script. Next find a staff and repeat. Select agent and repeat.

Note that many scripts will appear to work if this is not done. But they will just fail without error and not do anything. Namely scripts to fix morale, fitness, will not actually work.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
mephistopheles13
Fearless Donors
Fearless Donors
Posts: 4
Joined: Tue Apr 24, 2018 11:28 am
Reputation: 4

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by mephistopheles13 »

CH21S wrote:
Thu Apr 30, 2020 6:28 pm
...
kweripx wrote:
Fri May 01, 2020 11:05 pm
...
The table has been updated in my original post. It now works a lot better than before thanks, once again, to tfigment (the real MVP)
Let me know if you encounter issues with it.

here is a link for the lazy ones: viewtopic.php?f=4&t=10802&start=255#p132209

cheers! :geek:

IcyWay
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sat Dec 28, 2019 4:37 pm
Reputation: 1

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by IcyWay »

how to edit the ffb limits to get the perfect result passing the profit/loss regulations?

tfigment
Table Makers
Table Makers
Posts: 642
Joined: Sat Apr 15, 2017 12:49 am
Reputation: 802

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by tfigment »

IcyWay wrote:
Sun May 03, 2020 12:14 pm
how to edit the ffb limits to get the perfect result passing the profit/loss regulations?
I though this was under Club -> Finances -> General -> FFP Max Allowed Weekly Wage Total or something.

Note that game stores all finance values as british pounds and usually does so on weekly basis. Multiply by 52 to get yearly value or divide yearly by 52 to get weekly.

IcyWay
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sat Dec 28, 2019 4:37 pm
Reputation: 1

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by IcyWay »

tfigment wrote:
Sun May 03, 2020 2:43 pm

I though this was under Club -> Finances -> General -> FFP Max Allowed Weekly Wage Total or something.

Note that game stores all finance values as british pounds and usually does so on weekly basis. Multiply by 52 to get yearly value or divide yearly by 52 to get weekly.
thank you, i will try

h4zlfc
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 06, 2020 5:29 am
Reputation: 0

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by h4zlfc »

thanks for making this! does this work on a mac by any chance?
Last edited by h4zlfc on Wed May 06, 2020 6:07 am, edited 2 times in total.

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by danielyee »

hi sir..i just need the financial ...need to buy players...and full god mode player..scoring machine..er if can,table to be update..tq

RequinBlanc
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 07, 2020 1:15 am
Reputation: 0

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by RequinBlanc »

Is there a way to use Cheat Engine in an online party when you are not the host ? Thanks

fnmario12
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 08, 2020 2:11 pm
Reputation: 0

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by fnmario12 »

is there a way to get a player from another team to my team?

sukhish
Noobzor
Noobzor
Posts: 6
Joined: Tue May 12, 2020 2:54 am
Reputation: 3

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by sukhish »

Doesn't work on the latest build of gamepass...

Edit: It's working now, issue was with the older version of cheat engine! Thanks for the help.

One small thing, i changed the budget and went crazy with signings, however my club now is failing in the FFP, anyways to avoid that?
my income for the month is 0 and expense is euro 788,542,463

goldsnake
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 13, 2020 11:29 am
Reputation: 0

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by goldsnake »

It doesn't work, please update

mooinn
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 14, 2020 6:04 pm
Reputation: 0

Re: Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by mooinn »

Hello,can u tell me how to change player's nationality?

malinchoo2
Expert Cheater
Expert Cheater
Posts: 55
Joined: Sat Sep 30, 2017 6:00 pm
Reputation: 4

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by malinchoo2 »

how to make the board to accept every request by me?

onurm
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 24, 2020 11:31 am
Reputation: 0

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by onurm »

Hello and thanks for this amazing table :)

i want to ask about trainer scripts in player fast growth ?

Can we edit it ? to make player growth too fast ?



Thank You

naigaxeon
Expert Cheater
Expert Cheater
Posts: 130
Joined: Fri Jun 16, 2017 3:37 am
Reputation: 14

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Post by naigaxeon »

[QUOTE="onurm, post: 136670, member: 41941"]

Hello and thanks for this amazing table :)

i want to ask about trainer scripts in player fast growth ?

Can we edit it ? to make player growth too fast ?



Thank You

[/QUOTE]

juts use profile



edit CA = 100

PA =188 then edit your CA = 188 use the same value as PA, then will be instant .....

Post Reply