Upload your cheat tables here (No requests)
badmad
Novice Cheater
Posts: 22 Joined: Thu Aug 31, 2017 7:32 am
Reputation: 2
Post
by badmad » Mon Oct 01, 2018 1:19 pm
Just a heads up, 1.27.0 Poland update is up, checksum edf9
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
CompactDisc
Table Makers
Posts: 694 Joined: Tue Mar 07, 2017 11:52 am
Reputation: 853
Post
by CompactDisc » Mon Oct 01, 2018 7:01 pm
Aww crap :O Lovely update though
Recifense
Expert Cheater
Posts: 1441 Joined: Thu Mar 02, 2017 11:25 pm
Reputation: 30
Post
by Recifense » Mon Oct 01, 2018 11:56 pm
Hi Guys,
A table was updated for version 1.27.0.0. Please check at the first post.
Cheers!
CompactDisc
Table Makers
Posts: 694 Joined: Tue Mar 07, 2017 11:52 am
Reputation: 853
Post
by CompactDisc » Wed Oct 03, 2018 8:55 am
I haven't noticed anything breaking in the Extension. So if anyone noticed something, please do notify me.
R3wu0
What is cheating?
Posts: 1 Joined: Wed Oct 03, 2018 10:20 am
Reputation: 0
Post
by R3wu0 » Wed Oct 03, 2018 10:22 am
I have a little truble with the new table.
When the trainer is active the game crash evry time i send a pace offer to my enemys.
Someone have this problem?
a248362791
What is cheating?
Posts: 1 Joined: Wed Oct 03, 2018 10:45 am
Reputation: 0
Post
by a248362791 » Wed Oct 03, 2018 10:46 am
thank you very much guys
Nafigator
Noobzor
Posts: 6 Joined: Wed Apr 05, 2017 10:40 am
Reputation: 4
Post
by Nafigator » Thu Oct 04, 2018 4:07 am
CompactDisc wrote: ↑ Wed Oct 03, 2018 8:55 am
I haven't noticed anything breaking in the Extension. So if anyone noticed something, please do notify me.
Russian government pointers refuse to work in a Muscovy start. Everything else works great.
Krzychol3000
What is cheating?
Posts: 2 Joined: Fri Nov 24, 2017 4:48 pm
Reputation: 0
Post
by Krzychol3000 » Thu Oct 04, 2018 1:58 pm
1.27.1 is out already hence table doesn't work >.<
Jasinn
Expert Cheater
Posts: 110 Joined: Fri Aug 04, 2017 1:34 pm
Reputation: 26
Post
by Jasinn » Thu Oct 04, 2018 5:09 pm
1.27.2 is out, wow, what the hell are these fast updates Lol.
Recifense
Expert Cheater
Posts: 1441 Joined: Thu Mar 02, 2017 11:25 pm
Reputation: 30
Post
by Recifense » Thu Oct 04, 2018 10:44 pm
Hi guys,
A table was updated for version 1.27.2.0. Please look at the first post.
Cheers!
smeagol001
Noobzor
Posts: 5 Joined: Thu Apr 19, 2018 3:53 pm
Reputation: 0
Post
by smeagol001 » Sun Oct 07, 2018 6:08 am
what are the chantes of getting the tableextensiion too?
Nafigator
Noobzor
Posts: 6 Joined: Wed Apr 05, 2017 10:40 am
Reputation: 4
Post
by Nafigator » Sun Oct 07, 2018 6:56 am
smeagol001 wrote: ↑ Sun Oct 07, 2018 6:08 am
what are the chantes of getting the tableextensiion too?
The one for 1.26.1 still works in 1.27.2.
instant.sc
Noobzor
Posts: 6 Joined: Thu Apr 19, 2018 3:34 pm
Reputation: 3
Post
by instant.sc » Sun Oct 07, 2018 8:20 am
Hello everyone! In frustration at the fast update and being unable to continue my latest save I found and disabled the checksum check for achievements (it works for the "DLCs were disabled or enabled" message, not sure about other situations like mods). If anyone finds use for it, you're welcome to use it. It would be great if this could be included into the main table.
Code: Select all
{ Game : eu4.exe
Version:
Date : 2018-10-07
Author : instant.sc
This script disables the invalid checksum validation
}
[ENABLE]
aobscanmodule(INJECT,eu4.exe,8B 81 DC 6C 00 00 88 91 E2 6C 00 00 85 C0) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov eax,1
jmp return
INJECT:
jmp newmem
nop
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db 8B 81 DC 6C 00 00
unregistersymbol(INJECT)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "eu4.exe"+AB84DB
"eu4.exe"+AB84B9: 6A FF - push -01
"eu4.exe"+AB84BB: 68 81 E4 36 02 - push eu4.exe+128E481
"eu4.exe"+AB84C0: 50 - push eax
"eu4.exe"+AB84C1: 64 89 25 00 00 00 00 - mov fs:[00000000],esp
"eu4.exe"+AB84C8: 81 EC 98 00 00 00 - sub esp,00000098
"eu4.exe"+AB84CE: 8B 55 08 - mov edx,[ebp+08]
"eu4.exe"+AB84D1: 56 - push esi
"eu4.exe"+AB84D2: 57 - push edi
"eu4.exe"+AB84D3: 8B F9 - mov edi,ecx
"eu4.exe"+AB84D5: 8B 0D E0 D4 94 02 - mov ecx,[eu4.exe+186D4E0]
// ---------- INJECTING HERE ----------
"eu4.exe"+AB84DB: 8B 81 DC 6C 00 00 - mov eax,[ecx+00006CDC]
// ---------- DONE INJECTING ----------
"eu4.exe"+AB84E1: 88 91 E2 6C 00 00 - mov [ecx+00006CE2],dl
"eu4.exe"+AB84E7: 85 C0 - test eax,eax
"eu4.exe"+AB84E9: 0F 85 C6 00 00 00 - jne eu4.exe+AB85B5
"eu4.exe"+AB84EF: 8A 81 F0 1D 00 00 - mov al,[ecx+00001DF0]
"eu4.exe"+AB84F5: 8B CF - mov ecx,edi
"eu4.exe"+AB84F7: 84 C0 - test al,al
"eu4.exe"+AB84F9: 74 0D - je eu4.exe+AB8508
"eu4.exe"+AB84FB: 52 - push edx
"eu4.exe"+AB84FC: 6A 01 - push 01
"eu4.exe"+AB84FE: E8 CD F7 FF FF - call eu4.exe+AB7CD0
}
CompactDisc
Table Makers
Posts: 694 Joined: Tue Mar 07, 2017 11:52 am
Reputation: 853
Post
by CompactDisc » Tue Oct 09, 2018 8:45 pm
Nafigator wrote: ↑ Thu Oct 04, 2018 4:07 am
CompactDisc wrote: ↑ Wed Oct 03, 2018 8:55 am
I haven't noticed anything breaking in the Extension. So if anyone noticed something, please do notify me.
Russian government pointers refuse to work in a Muscovy start. Everything else works great.
Those darned pointers are impossible! It'll be much easier to write a function for it. But then the console command does the exact same thing.
For now, just use 'russian' in the console again. I don't get why these pointers have to be so darn hard!
instant.sc wrote: ↑ Sun Oct 07, 2018 8:20 am
Hello everyone! In frustration at the fast update and being unable to continue my latest save I found and disabled the checksum check for achievements (it works for the "DLCs were disabled or enabled" message, not sure about other situations like mods). If anyone finds use for it, you're welcome to use it. It would be great if this could be included into the main table.
And I'd love to implement that achievement code you wrote there into the extension.
Perhaps use it for some other purposes, or edit it a little for stability.
Sourenics
Expert Cheater
Posts: 56 Joined: Sun Jul 30, 2017 3:47 pm
Reputation: 9
Post
by Sourenics » Thu Oct 11, 2018 4:56 pm
Hi guys! Does anybody know the code or something to automatically upgrade provinces? It's kinda annoying to upgrade them one at a time.