Upload your cheat tables here (No requests)
meltedplasticarmyguy
What is cheating?
Posts: 4 Joined: Wed May 23, 2018 9:36 am
Reputation: 3
Post
by meltedplasticarmyguy » Mon Apr 11, 2022 10:24 am
I know this is an older post, but can I use this with the Epic version of the game? If not, is there a way to bypass that restriction?
UPDATE: I know it says STEAM in the title, but it does work for the EPIC version as well.
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
killerkrok555
Expert Cheater
Posts: 205 Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 101
Post
by killerkrok555 » Thu Aug 04, 2022 8:31 pm
game for some reason got updated can you update the cheat table?
yazz
Novice Cheater
Posts: 15 Joined: Fri Jul 22, 2022 7:32 pm
Reputation: 5
Post
by yazz » Thu Aug 04, 2022 11:04 pm
We need an update for the table thank you in advance.
Locke_Smithy
Expert Cheater
Posts: 51 Joined: Sat Sep 18, 2021 3:07 am
Reputation: 11
Post
by Locke_Smithy » Fri Aug 05, 2022 9:18 am
got updated to 16191. cant activate the table. If available, please use the time to update it
vlados0_666
What is cheating?
Posts: 3 Joined: Tue Nov 23, 2021 8:17 pm
Reputation: 2
Post
by vlados0_666 » Fri Aug 05, 2022 12:01 pm
Need an update. Thank you)
killerkrok555
Expert Cheater
Posts: 205 Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 101
Post
by killerkrok555 » Tue Aug 23, 2022 10:30 am
i attempted in fixing it, i don't know what features are broken and what works, all i know is that godmode, troop xp works
also added my own fast cooldown for the skills, its not perfect because i don't have time to work on it.
tell me what doesn't and ill attempt to fix it.
Locke_Smithy
Expert Cheater
Posts: 51 Joined: Sat Sep 18, 2021 3:07 am
Reputation: 11
Post
by Locke_Smithy » Wed Aug 24, 2022 5:05 am
The table you edited, killerkrok555, works.
god mode
fresh units
winds of magic
construction 1 turn
research 1 turn
recruitment 1 turn
recover troops size
minimum treasure
public order
pop surplus
hero xp almost complete
quick level up
these are the ones i tested. they work
laddva
Noobzor
Posts: 8 Joined: Wed Aug 24, 2022 3:23 pm
Reputation: 2
Post
by laddva » Wed Aug 24, 2022 3:28 pm
nice one
Last edited by
laddva on Tue Sep 06, 2022 6:16 pm, edited 1 time in total.
killerkrok555
Expert Cheater
Posts: 205 Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 101
Post
by killerkrok555 » Sat Aug 27, 2022 1:24 pm
i had some time so i created an faster magic cast for those wizard scrubs because i was bored
Code: Select all
{ Game : Warhammer.exe
Version:
Date : 2022-08-27
Author : admin
This script does blah blah blah
}
[ENABLE]
aobscanmodule(InstantMagic,Warhammer.exe,89 46 28 85 C0) // should be unique
alloc(newmem,$1000,InstantMagic)
label(code)
label(return)
newmem:
code:
sub eax,(int)50 // 50 = 5 sec so if you want faster cast time change it
mov [rsi+28],eax
test eax,eax
jmp return
InstantMagic:
jmp newmem
return:
registersymbol(InstantMagic)
[DISABLE]
InstantMagic:
db 89 46 28 85 C0
unregistersymbol(InstantMagic)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: Warhammer.exe+49346E
Warhammer.exe+493447: 75 47 - jne Warhammer.exe+493490
Warhammer.exe+493449: 48 8B 8D 98 3A 00 00 - mov rcx,[rbp+00003A98]
Warhammer.exe+493450: 48 8B 01 - mov rax,[rcx]
Warhammer.exe+493453: FF 50 28 - call qword ptr [rax+28]
Warhammer.exe+493456: 84 C0 - test al,al
Warhammer.exe+493458: 75 36 - jne Warhammer.exe+493490
Warhammer.exe+49345A: 66 0F 6E 46 28 - movd xmm0,[rsi+28]
Warhammer.exe+49345F: 0F 5B C0 - cvtdq2ps xmm0,xmm0
Warhammer.exe+493462: F3 0F 5C 05 92 AD CD 01 - subss xmm0,[Warhammer.exe+216E1FC]
Warhammer.exe+49346A: F3 0F 2C C0 - cvttss2si eax,xmm0
// ---------- INJECTING HERE ----------
Warhammer.exe+49346E: 89 46 28 - mov [rsi+28],eax
// ---------- DONE INJECTING ----------
Warhammer.exe+493471: 85 C0 - test eax,eax
Warhammer.exe+493473: 7F 76 - jg Warhammer.exe+4934EB
Warhammer.exe+493475: 4C 8B 8E 58 50 00 00 - mov r9,[rsi+00005058]
Warhammer.exe+49347C: 48 8B D5 - mov rdx,rbp
Warhammer.exe+49347F: 4C 8B 86 60 50 00 00 - mov r8,[rsi+00005060]
Warhammer.exe+493486: 48 8B CE - mov rcx,rsi
Warhammer.exe+493489: E8 72 9A FF FF - call Warhammer.exe+48CF00
Warhammer.exe+49348E: EB 5B - jmp Warhammer.exe+4934EB
Warhammer.exe+493490: 48 8B CD - mov rcx,rbp
Warhammer.exe+493493: E8 B8 35 2E 00 - call Warhammer.exe+776A50
}
Rauldrac
Novice Cheater
Posts: 17 Joined: Fri Sep 06, 2019 7:10 am
Reputation: 2
Post
by Rauldrac » Thu Nov 17, 2022 3:45 pm
killerkrok555 wrote: ↑ Tue Aug 23, 2022 10:30 am
i attempted in fixing it, i don't know what features are broken and what works, all i know is that godmode, troop xp works
also added my own fast cooldown for the skills, its not perfect because i don't have time to work on it.
tell me what doesn't and ill attempt to fix it.
Warhammer_Total_War_v1-6-0-15736_Steam_WalletGifts_MTK_PATRONS_CE70_S41_T412 .CT
I tried your table but it's not working anymore, it says there is an error in line 131, that the bytes at the app are not what was expected.
shemy
Cheater
Posts: 47 Joined: Sun Apr 23, 2017 2:22 pm
Reputation: 2
Post
by shemy » Mon May 08, 2023 1:29 am
do we have epic version for this table?
WilliamFDrake
Noobzor
Posts: 8 Joined: Sun Feb 18, 2018 6:51 pm
Reputation: 4
Post
by WilliamFDrake » Thu Aug 24, 2023 3:22 pm
Today there was a new update. Is it possible to update the CT? Or tell me how to do it myself? The script says that from line 124 the byte in line Warhammer.exe+007D1F60 aren't what expected. So I opened the warhammer.exe with an Hex Editor and searched for the value in line 124 assert(GDMD,44 8B 41 04 45 33 C9 44 2B C2 3B 51 04 45 0F 47 C1 44 89 41 04 8B) //. found it and changed it in the script but it didn't work. Obviously I did something wrong so plz I need some help
envoyed
Noobzor
Posts: 6 Joined: Fri Feb 17, 2023 3:10 am
Reputation: 1
Post
by envoyed » Sun Aug 27, 2023 6:35 am
Would appreciate some help to update this as well.
The stealth update messed the table up.. or otherwise, anyone knows how to roll back the update?
WilliamFDrake
Noobzor
Posts: 8 Joined: Sun Feb 18, 2018 6:51 pm
Reputation: 4
Post
by WilliamFDrake » Sun Aug 27, 2023 7:07 pm
envoyed wrote: ↑ Sun Aug 27, 2023 6:35 am
Would appreciate some help to update this as well.
The stealth update messed the table up.. or otherwise, anyone knows how to roll back the update?
It's not so easy to reroll the update if you have all expansion-packs. I tried it and used the old .exe, just the .exe and I couldn't play any of the expansion-packs races, but the .CT works...