Curse of the Dead Gods (1.23.3.6)

Upload your cheat tables here (No requests)
User avatar
EyeOfTheMind86
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sun Mar 12, 2017 5:39 pm
Reputation: 14

Re: Curse of the Dead Gods (Early Access 0.19.3.2)

Post by EyeOfTheMind86 »

The game has been updated again. By the way, do you know which debugger to use? The game keeps crashing when I try to attach it. Thank you for the work you did so far though.

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
cfemen
RCE Fanatics
RCE Fanatics
Posts: 875
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1505

Re: Curse of the Dead Gods (Early Access 0.19.3.2)

Post by cfemen »

EyeOfTheMind86 wrote:
Wed Sep 16, 2020 6:30 pm
The game has been updated again. By the way, do you know which debugger to use? The game keeps crashing when I try to attach it. Thank you for the work you did so far though.
updated.
im using x64dbg or cheat engine VEH debugger.

Satanism
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Nov 04, 2020 2:28 am
Reputation: 1

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by Satanism »

The game just got a new update and the table no longer works.

User avatar
pgain2004
Expert Cheater
Expert Cheater
Posts: 59
Joined: Fri May 05, 2017 3:53 am
Reputation: 10

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by pgain2004 »

quite a big update of version 0.21, the latest table no longer works.

gustavoserpa
Noobzor
Noobzor
Posts: 9
Joined: Thu Nov 05, 2020 5:06 pm
Reputation: 0

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by gustavoserpa »

update of version 0.22.1.4, the latest table no longer works.

GRVTY
Noobzor
Noobzor
Posts: 14
Joined: Thu Sep 03, 2020 8:57 pm
Reputation: 0

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by GRVTY »

Any chance of this table getting updated? I really enjoyed the auto parry mod and it seems like no other table or trainer adds this.

nyanmaruu182
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu Aug 03, 2017 7:42 am
Reputation: 8

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by nyanmaruu182 »

out of EA now, hope the table is update

Xivos
Noobzor
Noobzor
Posts: 5
Joined: Fri Aug 21, 2020 1:56 pm
Reputation: 0

Re: Curse of the Dead Gods (Early Access 0.20.0.2)

Post by Xivos »

Game left early access, table need update

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 875
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1505

Re: Curse of the Dead Gods (1.23.3.6)

Post by cfemen »

table for 1.23.3.6 is online.

there are some changes:
-old damage multiplier is replaced with a Weapon Pointer On Mouse Over so you can give any weapon in your inventory any damage value you want

-didn't update the attribute pointers coz you can edit everything directly ( max health, gold, weapon damage )

-i also didn't update the old Move Speed Mod. script, will maybe update this one later


everything else works like before.
note : don't freeze any of the pointers, game will crash while loading coz of the reallocated player.

edit:
Move Speed Mod. is updated.
Last edited by cfemen on Fri Feb 26, 2021 4:28 pm, edited 1 time in total.

nyanmaruu182
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu Aug 03, 2017 7:42 am
Reputation: 8

Re: Curse of the Dead Gods (1.23.3.6)

Post by nyanmaruu182 »

Thanks for your work cfmen

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 875
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1505

Re: Curse of the Dead Gods (1.23.3.6)

Post by cfemen »

so okay restored the old Move Speed Mod. and made a damage multiplier that works temporary without changing the damage value of a weapon.
you can still decide what to use (change the value of a specific weapon or use the multiplier for all weapons)

KS212
Expert Cheater
Expert Cheater
Posts: 1118
Joined: Fri Mar 03, 2017 5:29 pm
Reputation: 136

Re: Curse of the Dead Gods (1.23.3.6)

Post by KS212 »

Hi and thanks for the table! I'm getting an odd crash with using the Inf HP, Auto Parry, No Corruption, Inf Stamina and Move Speed cheats together. Didn't touch any of the pointers...

The crash is totally random at the end of a room, this is what pops up:
Image

EDIT: Using legit Steam ver

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 875
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1505

Re: Curse of the Dead Gods (1.23.3.6)

Post by cfemen »

KS212 wrote:
Sat Feb 27, 2021 6:58 am
Hi and thanks for the table! I'm getting an odd crash with using the Inf HP, Auto Parry, No Corruption, Inf Stamina and Move Speed cheats together. Didn't touch any of the pointers...
hey,

okay that took me a bit to find it :lol:
btw : the lua nil error only pops up because the game closes coz of the crash, then my (parry) thread cant access the allocated memory anymore.

but yeah i found a problem in the Inf. Health script:
Inf. Health injects at the "Set" spot to give all entities hitpoints and its also called while loading the next room.
while loading the player gets reallocated and my nullptr check to get the EntityHitPoint can fail if the offset contains random values instead of a pointer.

fixed it and now Enable does directly get the HitPointEntity if the PlayerHeroController exists, reuploaded a new version :)

KS212
Expert Cheater
Expert Cheater
Posts: 1118
Joined: Fri Mar 03, 2017 5:29 pm
Reputation: 136

Re: Curse of the Dead Gods (1.23.3.6)

Post by KS212 »

cfemen wrote:
Sat Feb 27, 2021 3:51 pm
hey,

okay that took me a bit to find it :lol:
btw : the lua nil error only pops up because the game closes coz of the crash, then my (parry) thread cant access the allocated memory anymore.

but yeah i found a problem in the Inf. Health script:
Inf. Health injects at the "Set" spot to give all entities hitpoints and its also called while loading the next room.
while loading the player gets reallocated and my nullptr check to get the EntityHitPoint can fail if the offset contains random values instead of a pointer.

fixed it and now Enable does directly get the HitPointEntity if the PlayerHeroController exists, reuploaded a new version :)
Ah, cool, thanks for the fix! Table is awesome especially the Auto Parry option. :)

KS212
Expert Cheater
Expert Cheater
Posts: 1118
Joined: Fri Mar 03, 2017 5:29 pm
Reputation: 136

Re: Curse of the Dead Gods (1.23.3.6)

Post by KS212 »

Small request if possible... Could you please make an option for Infinite (or no cost/free) weapon rerolls ie 'infinite divine favors'?

Sometimes the RNG really screws you at these shrines :/

Post Reply

Who is online

Users browsing this forum: anewsmsng, Baidu [Spider], Banemage, BlackMonster, BLEXBot, Derionis, Dosamer, Google [Bot], Google Adsense [Bot], Granberia, Kanbei, Maisarah, neochinoko, NeonRose, Patrygjusz, Terelyn, tiotio, Toxic, windshear11, worgwolf, zzYamato