Kingdom Come Deliverance

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

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 19126 times
KingdomCome 1.2.2.CT
1.2.1 - 1.2.5
(44.63 KiB) Downloaded 7656 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 2730 times
KingdomCome.CT
1.2.0
(6.82 KiB) Downloaded 1641 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: 728
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 520

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: 125
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: 171
Joined: Fri Mar 03, 2017 4:43 pm
Reputation: 8

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: 77
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: 137
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: 1028
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.

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 945
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: Kingdom Come Deliverance

Post by Darkedone02 »

Apparently fearlessrevolution already made a table that contains +12 features...

Image

Sadly I can't post the link because of the site is banned here on FRF.

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

Re: Kingdom Come Deliverance

Post by NumberXer0 »

Darkedone02 wrote:
Wed Feb 14, 2018 2:48 am
Apparently fearlessrevolution already made a table that contains +12 features...

Image

Sadly I can't post the link because of the site is banned here on FRF.
Hmm, do you know if the exp multiplier is for all exp or just your main level? Because that could be exactly what I need.

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

Re: Kingdom Come Deliverance

Post by saucefar »

Invisibility would be nice in a game like this.

Post Reply