Kingdom Come Deliverance

Upload your cheat tables here (No requests)
Post Reply
User avatar
The Mogician
Table Makers
Table Makers
Posts: 787
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 591

Kingdom Come Deliverance

Post by The Mogician »

Pointer table for:
Health
Stamina
Energy
Nourishment
Skill points and experience pointers (special thanks goes to soulofshiba for discovering how it was stored)
Dice pointers for player and opponent (set opponent numbers to 0 to ensure he never wins and set your own numbers to 2000 for easy win)
Dice bet amount (change it to a high amount when you choose the bet and accept so you win all the money on the gambler)
Horse health and stamina (lock stamina to gallop all the way)
Currently facing enemy health and stamina (change health to 1 to instakill or make stamina 1 and use him as a punching bag)

Work in progress:
Haggle gimmicks with the aim of allowing the player to haggle free items from the salesperson
Pickpocket timer
Disable body part injuries
Easy lockpicking
Inventory editor
Archery Points/Arrows

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
Attachments
Kingdom.CT
1.3.0 - Character vitals and horse pointers
(2.1 KiB) Downloaded 44875 times
KingdomCome 1.2.2.CT
1.2.1 - 1.2.5
(44.63 KiB) Downloaded 18520 times
KingdomCome.CT
1.2.0 version but with main level skill points pointer as per requested, not guaranteed to work but I have no means to check
(8 KiB) Downloaded 6626 times
KingdomCome.CT
1.2.0
(6.82 KiB) Downloaded 4113 times
Last edited by The Mogician on Sat Mar 10, 2018 1:32 am, edited 40 times in total.

User avatar
ReDragonInc
Expert Cheater
Expert Cheater
Posts: 130
Joined: Fri Mar 10, 2017 10:32 pm
Reputation: 3

Re: Kingdom Come Deliverance

Post by ReDragonInc »

Good work so far.

User avatar
The Mogician
Table Makers
Table Makers
Posts: 787
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 591

Re: Kingdom Come Deliverance

Post by The Mogician »

The Mogician wrote:
Tue Feb 13, 2018 7:44 pm
Pointer table for:
Health
Stamina
Energy
Nourishment

Crage
Noobzor
Noobzor
Posts: 9
Joined: Tue Feb 13, 2018 8:37 pm
Reputation: 12

Re: Kingdom Come Deliverance

Post by Crage »

carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)

User avatar
iicecube
Expert Cheater
Expert Cheater
Posts: 129
Joined: Thu Sep 28, 2017 5:54 pm
Reputation: 13

Re: Kingdom Come Deliverance

Post by iicecube »

The Mogician wrote:
Tue Feb 13, 2018 7:44 pm
Pointer table for:
Health
Stamina
Energy
Nourishment

Working on Attributes & Skills
Nice one, Maybe a weight will also make a life safer too. :lol:

yoco
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Mar 03, 2017 4:43 pm
Reputation: 9

Re: Kingdom Come Deliverance

Post by yoco »

You think it's possible to make easier lockpicking?

musland
Noobzor
Noobzor
Posts: 7
Joined: Fri Aug 11, 2017 8:03 pm
Reputation: 0

Re: Kingdom Come Deliverance

Post by musland »

yoco wrote:
Tue Feb 13, 2018 9:44 pm
You think it's possible to make easier lockpicking?
Would be possible only once skills are figured out I guess

shuiko
Expert Cheater
Expert Cheater
Posts: 81
Joined: Tue Feb 13, 2018 8:21 am
Reputation: 0

Re: Kingdom Come Deliverance

Post by shuiko »

Thanks couldn't figure it out for the life of me.

Stats and skills allude me and perks derp.

DunkaDunka
Noobzor
Noobzor
Posts: 9
Joined: Fri May 12, 2017 3:43 pm
Reputation: 0

Re: Kingdom Come Deliverance

Post by DunkaDunka »

Crage wrote:
Tue Feb 13, 2018 8:41 pm
carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)
What should be this doing?

User avatar
cdtrico
Expert Cheater
Expert Cheater
Posts: 139
Joined: Mon Apr 03, 2017 6:13 pm
Reputation: 8

Re: Kingdom Come Deliverance

Post by cdtrico »

DunkaDunka wrote:
Wed Feb 14, 2018 12:21 am
Crage wrote:
Tue Feb 13, 2018 8:41 pm
carry weight
Spoiler
define(address,"WHGame.DLL"+30DB87)
define(bytes,F3 44 0F 10 43 1C)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"WHGame.DLL"+30DB87)

label(code)
label(return)

newmem:
mov [rbx+1C],0

code:
movss xmm8,[rbx+1C]
jmp return

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// movss xmm8,[rbx+1C]

dealloc(newmem)
What should be this doing?
Looks like it should set the carry weight to 0 at all times so you don't have to worry about what you carry.
Haven't tested it though.

Nibelton
Cheater
Cheater
Posts: 33
Joined: Fri Apr 28, 2017 1:27 pm
Reputation: 6

Re: Kingdom Come Deliverance

Post by Nibelton »

you can mod it by using 7zip
there is unlim saves mod on nexus already.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1027
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Kingdom Come Deliverance

Post by NumberXer0 »

I second the skill point/exp cheat. I found a trainer that changes the skill level, but it's pointless because you don't get points =( We need a way to edit the actual skill exp instead of the level.

saucefar
Expert Cheater
Expert Cheater
Posts: 97
Joined: Sat May 06, 2017 7:05 am
Reputation: 19

Re: Kingdom Come Deliverance

Post by saucefar »

Invisibility would be nice in a game like this.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1027
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Kingdom Come Deliverance

Post by NumberXer0 »

I tested the trainer. It works well, but still doesn't do skills right. Inf EXP does work for level and skills, but it maxes them with 0 skill points. Using the EXP Multiplier works as well, but some skills just don't gain points, even when gaining 10+ levels.

fireundubh
Expert Cheater
Expert Cheater
Posts: 145
Joined: Sun Sep 24, 2017 1:53 am
Reputation: 32

Re: Kingdom Come Deliverance

Post by fireundubh »

Uploaded two mods to the Nexus:

[Link] (disables lockpicking minigame)
[Link] (free training without level requirements)
Last edited by fireundubh on Wed Feb 14, 2018 9:00 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: Akiiiya, AoB-Updater, ferryatlan10, Google [Bot], Google Adsense [Bot], Kodoka, Majestic-12 [Bot], oyyzj, Salju, Vorp, YandexBot