If CT cannot be used due to process name, It can be used by changing the following code from line 32 to line 42 of
[X] <-Football Manager 2020 (20.4.1) Cheat Table v25.
- Copy the CODE.
- Right click on [X] <-Football Manager 2020 (20.4.1) Cheat Table v25.
- Select a "Change script".
- Select lines 32 to 42 and paste the CODE.
- Done.
Code: Select all
-- Checking Selected Process
if(process == nil) then
ShowMessage('No process was selected')
deactivateScript()
-- Edit code (Forced change of process name)
else
unregisterSymbol("fm.exe")
registerSymbol("fm.exe", process)
-- Align the line spacing
-- Align the line spacing
end
Reduce Expenditure (Transfer Expenditure is not included)
- Mainly cheats Player Wages and Tax.
- Copy and paste the following code to your table. (Highlight an entry on your table, press Ctrl + V)
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="31">
<CheatEntries>
<CheatEntry>
<ID>12381</ID>
<Description>"Reduce Expenditure (Transfer Expenditure is not included)"</Description>
<LastState/>
<Color>FF0000</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
assert("fm.exe"+17B4DB08,29 D0)
assert("fm.exe"+17B4DD15,29 D0)
assert("fm.exe"+17B4E145,29 D0)
assert("fm.exe"+17B4E3E5,29 D0)
assert("fm.exe"+17B4E625,29 D0)
assert("fm.exe"+17B504B5,29 D0)
assert("fm.exe"+17B505C5,29 D0)
assert("fm.exe"+17B50758,29 D0)
assert("fm.exe"+17B50C85,29 D0)
"fm.exe"+17B4DB08:
xor eax,eax
"fm.exe"+17B4DD15:
xor eax,eax
"fm.exe"+17B4E145:
xor eax,eax
"fm.exe"+17B4E3E5:
xor eax,eax
"fm.exe"+17B4E625:
xor eax,eax
"fm.exe"+17B504B5:
xor eax,eax
"fm.exe"+17B505C5:
xor eax,eax
"fm.exe"+17B50758:
xor eax,eax
"fm.exe"+17B50C85:
xor eax,eax
[DISABLE]
"fm.exe"+17B4DB08:
db 29 D0
// sub eax,edx
"fm.exe"+17B4DD15:
db 29 D0
// sub eax,edx
"fm.exe"+17B4E145:
db 29 D0
// sub eax,edx
"fm.exe"+17B4E3E5:
db 29 D0
// sub eax,edx
"fm.exe"+17B4E625:
db 29 D0
// sub eax,edx
"fm.exe"+17B504B5:
db 29 D0
// sub eax,edx
"fm.exe"+17B505C5:
db 29 D0
// sub eax,edx
"fm.exe"+17B50758:
db 29 D0
// sub eax,edx
"fm.exe"+17B50C85:
db 29 D0
// sub eax,edx
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>