Football Manager 2024 [EG/WS/STEAM] - 24.4.2

Upload your cheat tables here (No requests)
Ama15
Cheater
Cheater
Posts: 31
Joined: Sun Nov 13, 2022 2:01 pm
Reputation: 2

Re: Football Manager 2024 [EG/WS/Steam]

Post by Ama15 »

Hello, thanks for the help. it worked
tdg6661 wrote:
Fri Feb 21, 2025 5:46 am
Ama15 wrote:
Wed Feb 19, 2025 1:27 pm
hello,

local playerStart = readQword(Team+0x38)
local playerEnd = readQword(Team+0x40)

how to find the offsets to change the attributes in Person Data >, Staff Data >, Manager Data >

for example for Ambition I found its address {pero.Pada+0x1} but it does not change
You can try this:

Code: Select all

[ENABLE]
local function _updateFunc(addr)
	local Club = getAddressSafe(addr)
	if Club == nil or Club == 0 or not isClub(Club) then
		Club = readQword(addr)
	end
	if Club == nil or Club == 0 or not isClub(Club) then
		Club = readQword('ptrClub')
	end
	if Club == nil or Club == 0 or not isClub(Club) then return end

	forEachPlayerInClub(Club, function(k, addr)
		local Person = getPersonFromPlayer(addr)
		writeByte(Person+pero.Pada+0x1, 20) -- Max 20
	end)
	return
end

_updateFunc('ptrClub')
enableAutoDisable(memrec, nil)

[DISABLE]


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

Ama15
Cheater
Cheater
Posts: 31
Joined: Sun Nov 13, 2022 2:01 pm
Reputation: 2

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Ama15 »

hi, there really is no solution for finances ? for example freezing expenses (month/year) at 0 forever.
because I use the clear expected script to clear the expenses but it doesn't work. at the start of each month it resets

Scheimann
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Jul 21, 2019 4:27 am
Reputation: 25

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Scheimann »

Ama15 wrote:
Wed Feb 26, 2025 5:48 pm
hi, there really is no solution for finances ? for example freezing expenses (month/year) at 0 forever.
because I use the clear expected script to clear the expenses but it doesn't work. at the start of each month it resets
But of course! Each month your team has new expenses every day ... The best way is to use on the last day of the month.

Ama15
Cheater
Cheater
Posts: 31
Joined: Sun Nov 13, 2022 2:01 pm
Reputation: 2

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Ama15 »

yes, I use it at the end of each month just before moving on to the next one. but it still resets, not the same value but still
Scheimann wrote:
Mon Mar 03, 2025 2:06 am
Ama15 wrote:
Wed Feb 26, 2025 5:48 pm
hi, there really is no solution for finances ? for example freezing expenses (month/year) at 0 forever.
because I use the clear expected script to clear the expenses but it doesn't work. at the start of each month it resets
But of course! Each month your team has new expenses every day ... The best way is to use on the last day of the month.

AnthonyE7
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 05, 2025 1:27 pm
Reputation: 0

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by AnthonyE7 »

I'm having problems.
I opened the table and applied some changes, it doesn't work anymore...
Now when I open it, it loads the cheat and closes...
Is there a way to reset the table settings? :?

SuperMamie
Noobzor
Noobzor
Posts: 5
Joined: Fri Feb 07, 2025 7:09 am
Reputation: 2

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by SuperMamie »

@tdg6661

Do you have some ideas ?
SuperMamie wrote:
Sat Feb 22, 2025 6:43 am
HI
Same problem with your Ce Link

Code: Select all

--------------------------------------------------------------------------------
-- LUA SCRIPT FOR TDG6661'S CHEAT TABLE
-- EDITING MAY CAUSE SOME FUNCTION NOT WORK PROPERLY
--------------------------------------------------------------------------------
decodeFunction('c-n/g(2G}]5T4l]CvGZ!D!2f]NKgR;#51fL6FB5n#I?SSYuCa]f{IG(rQ.N{55Se*BAz1-sJ-wCT(lhX5?Q#^kzMV6JF[$2^M^SQ=JnH.e64r4M=U%fhd1zVJ$-KwlsulaqVnZ;CP$DvU=4OA,Xk?1Mv(n#FlhOw(Hjtmg=l(83P)5OZTEBc%H;m6l,==^+^s!I%i7,J+P}XrITY9v?[?Iv3BV#hfE5G:c#j*Ye6{*h4mJKTHHH.JCFhbQRb)+8vH=yR*!8Z)yEO[ghM_J^A+#z2.DvAop!i]ZDCWazjd2J#sCPhoQBuQ1I0Cc51MD_CsKx*ZMjcmxl8/Wg]6T,UVtW#PQ[G6syU5*_U%y:U[4YzyE*c#bpjz-iDHcB,NJ)]CU@MGv9l:RI;Yi((%Ok+[*lnzi]E[]KS9uK/5ge}0iN/./*x]=^rx,3$N,dNT)y@xLx0?c*Mn1QLEO#X#]BOW3Yg0$v)PW%tDN#A!zlDDWOFEm7H/]LIdC$d+I-]72I]aPx=Rt]p/90_5A@EABMRsP%E1ZqV,s!?-b2%%raZ29kz!ucCW$B6.ZRQgjU.QBbZ}X=y(4.A')()

-- Variable to deactivate timers
if _G['_deactivateTimers'] == nil then
  _deactivateTimers = true
end
---
if timers == nil then
  timers = {}
end
---
if aobscans == nil then
  aobscans = {}
end
---
loadReadMe()
loadFirstPopUp()
--- 

User avatar
Sonica
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Apr 06, 2019 12:24 pm
Reputation: 29

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Sonica »

AnthonyE7 wrote:
Wed Mar 05, 2025 1:31 pm
I'm having problems.
I opened the table and applied some changes, it doesn't work anymore...
Now when I open it, it loads the cheat and closes...
Is there a way to reset the table settings? :?
You'll have to delete the table you edited. Then, download tdg6661's table from this thread, and it will work.
Make sure when you run the table that you don't already have the game open in case the edits you made prevent the downloaded table or options from working correctly.

Jaynip
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 13, 2025 12:00 pm
Reputation: 0

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Jaynip »

Any idea how changing the subs rule works, I have changed it to 12 from 12 but doesn't seem to be working

User avatar
Sonica
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Apr 06, 2019 12:24 pm
Reputation: 29

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Sonica »

Jaynip wrote:
Thu Mar 13, 2025 12:02 pm
Any idea how changing the subs rule works, I have changed it to 12 from 12 but doesn't seem to be working
This was asked before, and this is the answer: viewtopic.php?p=390039#p390039

SuperMamie
Noobzor
Noobzor
Posts: 5
Joined: Fri Feb 07, 2025 7:09 am
Reputation: 2

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by SuperMamie »

Hi someone have idea ?

SuperMamie wrote:
Thu Mar 06, 2025 7:43 pm
@tdg6661

Do you have some ideas ?
SuperMamie wrote:
Sat Feb 22, 2025 6:43 am
HI
Same problem with your Ce Link

Code: Select all

--------------------------------------------------------------------------------
-- LUA SCRIPT FOR TDG6661'S CHEAT TABLE
-- EDITING MAY CAUSE SOME FUNCTION NOT WORK PROPERLY
--------------------------------------------------------------------------------
decodeFunction('c-n/g(2G}]5T4l]CvGZ!D!2f]NKgR;#51fL6FB5n#I?SSYuCa]f{IG(rQ.N{55Se*BAz1-sJ-wCT(lhX5?Q#^kzMV6JF[$2^M^SQ=JnH.e64r4M=U%fhd1zVJ$-KwlsulaqVnZ;CP$DvU=4OA,Xk?1Mv(n#FlhOw(Hjtmg=l(83P)5OZTEBc%H;m6l,==^+^s!I%i7,J+P}XrITY9v?[?Iv3BV#hfE5G:c#j*Ye6{*h4mJKTHHH.JCFhbQRb)+8vH=yR*!8Z)yEO[ghM_J^A+#z2.DvAop!i]ZDCWazjd2J#sCPhoQBuQ1I0Cc51MD_CsKx*ZMjcmxl8/Wg]6T,UVtW#PQ[G6syU5*_U%y:U[4YzyE*c#bpjz-iDHcB,NJ)]CU@MGv9l:RI;Yi((%Ok+[*lnzi]E[]KS9uK/5ge}0iN/./*x]=^rx,3$N,dNT)y@xLx0?c*Mn1QLEO#X#]BOW3Yg0$v)PW%tDN#A!zlDDWOFEm7H/]LIdC$d+I-]72I]aPx=Rt]p/90_5A@EABMRsP%E1ZqV,s!?-b2%%raZ29kz!ucCW$B6.ZRQgjU.QBbZ}X=y(4.A')()

-- Variable to deactivate timers
if _G['_deactivateTimers'] == nil then
  _deactivateTimers = true
end
---
if timers == nil then
  timers = {}
end
---
if aobscans == nil then
  aobscans = {}
end
---
loadReadMe()
loadFirstPopUp()
--- 

danielristoh
Noobzor
Noobzor
Posts: 8
Joined: Wed Sep 05, 2018 5:47 pm
Reputation: 0

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by danielristoh »

PAID REQUEST.

i think i need the shooting will not deviated or always aim into the goal.

Or team talk always reacted green positive. Mot just personal talk.

Now if somebody can help me contac me thru this reply or discord

Danielristoh
Daniel.ristoh@gmail.com

Thanks

JorSK13
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Mar 04, 2023 1:19 pm
Reputation: 2

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by JorSK13 »

Hello,
Does anyone know how this fix my cheat engine? Everytime i press run table the thing starts loading and couple seconds later it turns off(not responding). If someone could help me with i would really appreciate it.

User avatar
Sonica
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Apr 06, 2019 12:24 pm
Reputation: 29

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Sonica »

JorSK13 wrote:
Sun Mar 23, 2025 10:31 am
Hello,
Does anyone know how this fix my cheat engine? Everytime i press run table the thing starts loading and couple seconds later it turns off(not responding). If someone could help me with i would really appreciate it.
Make sure you are using Cheat Engine 7.5 as it does not work with 7.6.

FYI to tdg6661 that 7.6 is available to download [Link] Ignore that the downloaded file says "CheatEngine75" because file versioning does state 7.6.

Woo-Cash
Noobzor
Noobzor
Posts: 9
Joined: Sat Sep 09, 2023 9:15 pm
Reputation: 1

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by Woo-Cash »

Is it possible to automatically or semi-automatically change all newgens' birth year by +1 or +2 years? Not just my club but globally every year?

JayMaggz
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Mar 25, 2025 6:04 pm
Reputation: 0

Re: Football Manager 2024 [EG/WS/STEAM] - 24.4.1

Post by JayMaggz »

im getting an error here which says[Error:[string "---------------------------------------------..."]:5: attempt to call a string value] at the decode function when trying to run the script. what am i doing wrong. also when i click "Run table nothing is happening. can i get a step by step process

Post Reply

Who is online

Users browsing this forum: Abc123Ek3, AhrefsBot, Akira808, biosolidsnake, BLEXBot, Cid_G, Google Adsense [Bot], jonaaa, KishudarK, Rienfleche, Solgath