I am trying to make some script for my convenient use, is there any way to search club pointer address by their row/unique ID as parameter using simple lua script?
function clubPtrLookup(GivenUID)
local clubPtr = nil
forEach(ClubTableStart, ClubTableEnd, 0x8, function(k, elemAddr)
local Club = readQword(elemAddr) -- indirect through pointer
if Club == nil or Club == 0 then return end
local ClubUID = readInteger(Club+0xC)
if ClubUID == GivenUID then
clubPtr = hex(elemAddr) -- Club's Pointer
return false
end
end)
return clubPtr
end
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
Full Release Table for FM21, expected for Steam/EG.
Fixed bugs, and much improved performance.
Installation instruction see Readme.txt.
If you have any suggestions, tell me.
Thank you for sharing. I follow instruction on Readme.txt but when I select Main Script it shows errors as bellows:
Error:[string "local syntax check,memrec=......"]:75: attempt to perform arithmetic on a nil value (global 'TeamTable')
What should I do to active Main Script successfully without error?
Sorry about that, this happened because different version / size of exe. Different size means different offsets/addresses, just like app on Steam and Gamepass. The table cannot find the specific pointer for yours, so the result it keeps showing that error.
Since I'm not planning to work on different version, it's better to use other FM21 tables instead. I'm really sorry.
when you add a team to the freezer and then hit increase player development, it puts the pro at 127. there is no way to reduce that number or make development a bit slower
when you add a team to the freezer and then hit increase player development, it puts the pro at 127. there is no way to reduce that number or make development a bit slower
Go to Club -> Presets -> Restore Hacked Professionalism
Amazing work on this table and much thanks. I would like to ask is there any way to make players always have max/infinite player condition during the actual match.
Amazing work on this table and much thanks. I would like to ask is there any way to make players always have max/infinite player condition during the actual match.
I can't seem to activate the option "Accelerate All Player Development", is there anything I'm doing wrong?
Or does it just not work for player after a certain age?
I can't seem to activate the option "Accelerate All Player Development", is there anything I'm doing wrong?
Or does it just not work for player after a certain age?
Hello @all
I want to Upgrade my Facilities to Maximum. (Youth, Training, Buiseness, Recruitment etc) But it doesn't work.
How it Works? I setted it to 100, nothing, 200 nothing, 244 nothing. No Number between 0 to 244 are working. What is the Key to upgrade the Facilites. Thanks