Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Upload your cheat tables here (No requests)
meltedplasticarmyguy
What is cheating?
What is cheating?
Posts: 4
Joined: Wed May 23, 2018 9:36 am
Reputation: 3

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by meltedplasticarmyguy »

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?
  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
killerkrok555
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 87

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by killerkrok555 »

game for some reason got updated can you update the cheat table?

yazz
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Jul 22, 2022 7:32 pm
Reputation: 5

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by yazz »

We need an update for the table thank you in advance.

Locke_Smithy
Cheater
Cheater
Posts: 46
Joined: Sat Sep 18, 2021 3:07 am
Reputation: 7

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by Locke_Smithy »

got updated to 16191. cant activate the table. If available, please use the time to update it

vlados0_666
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 23, 2021 8:17 pm
Reputation: 2

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by vlados0_666 »

Need an update. Thank you)

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 87

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by killerkrok555 »

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
Just tried to fix it
(58.12 KiB) Downloaded 989 times

Locke_Smithy
Cheater
Cheater
Posts: 46
Joined: Sat Sep 18, 2021 3:07 am
Reputation: 7

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by Locke_Smithy »

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
Noobzor
Posts: 8
Joined: Wed Aug 24, 2022 3:23 pm
Reputation: 2

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by laddva »

nice one
Last edited by laddva on Tue Sep 06, 2022 6:16 pm, edited 1 time in total.

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 87

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by killerkrok555 »

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
Novice Cheater
Posts: 17
Joined: Fri Sep 06, 2019 7:10 am
Reputation: 2

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by Rauldrac »

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
Cheater
Posts: 47
Joined: Sun Apr 23, 2017 2:22 pm
Reputation: 2

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by shemy »

do we have epic version for this table?

WilliamFDrake
Noobzor
Noobzor
Posts: 8
Joined: Sun Feb 18, 2018 6:51 pm
Reputation: 3

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by WilliamFDrake »

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
Noobzor
Posts: 6
Joined: Fri Feb 17, 2023 3:10 am
Reputation: 0

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by envoyed »

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
Noobzor
Posts: 8
Joined: Sun Feb 18, 2018 6:51 pm
Reputation: 3

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by WilliamFDrake »

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...

WilliamFDrake
Noobzor
Noobzor
Posts: 8
Joined: Sun Feb 18, 2018 6:51 pm
Reputation: 3

Re: Warhammer Total War - v1.6.0 (15736) Steam (GM and More) 2021-Dec-06

Post by WilliamFDrake »

I've done it. Now I used Cheat Engine to search for the values and not a HEX Editor and now it works.
So enjoy the game with the new CT
Attachments
Warhammer_Total_War_16363_Steam_WalletGifts_MTK_PATRONS_CE70_S41_T41.CT
(58.12 KiB) Downloaded 373 times

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baidu [Spider], Basch, Bing [Bot], Eren, Google Adsense [Bot], Laser_Unicorn, MaxSaikyo, Ricench1ps, RyonaAngel, Tonus