Hades 2

Upload your cheat tables here (No requests)
MentalCricket
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Feb 20, 2025 4:53 pm
Reputation: 0

Re: Hades 2

Post by MentalCricket »

Table is working for me with the new Warsong update. Was curious how to make my damage multiplier bigger? I know the value needs to be 1 to work so im unsure where to edit it. Also would we be able to get an Ares boon option?

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

dafirus
Expert Cheater
Expert Cheater
Posts: 164
Joined: Sat Feb 15, 2020 9:09 pm
Reputation: 38

Re: Hades 2

Post by dafirus »

Guys, I need help:
This CT is not working for me, whenever I try to link it to the game's .exe, the CT closes by itself. I have other games and CTs that are working perfectly, This only happens to this one. I read that this happened to a few other people... and they said the solution is to use a 32 instead of a 64... where can I get this 32? You're talking about CheatEngine, right?
Last edited by dafirus on Fri Feb 21, 2025 3:16 am, edited 1 time in total.

dafirus
Expert Cheater
Expert Cheater
Posts: 164
Joined: Sat Feb 15, 2020 9:09 pm
Reputation: 38

Re: Hades 2

Post by dafirus »

I´m sorry. My Mistake here... can you plz delete this post.

Adiii
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Feb 22, 2025 7:30 pm
Reputation: 0

Re: Hades 2

Post by Adiii »

Dystopia wrote:
Thu Feb 20, 2025 6:45 am
Hi! I just downloaded the new update (Warsong Update) and played around a bit. Here's the updated list of resource values.

how do i get this for the version I have?

jkmeis
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Mar 02, 2025 6:27 pm
Reputation: 0

Re: Hades 2

Post by jkmeis »

Hey there, How do i use spastebin list to check the resource IDs? been open this web multiple times but all i got is just items names.

_ix_
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 15, 2020 1:34 pm
Reputation: 0

Re: Hades 2

Post by _ix_ »

Dystopia wrote:
Thu Feb 20, 2025 6:45 am
Hi! I just downloaded the new update (Warsong Update) and played around a bit. Here's the updated list of resource values.

Awesome, many thanks... let me add the following IDs (you need to change the script and remove the > 90 limitation on the ID)

Code: Select all

91 - Dream Vapours
92 - Shadow
93 - Nightmare
94 - Entropy
95 - ? (literally a question mark)
In order to get these IDs to work you need edit the script and remove the > 90 limitation, just replace 90 with 200 for example. Original snip of code below.

Code: Select all

local ID = readInteger(ResourceInfo)
if ID > 90 then print("Invalid ID") error("invalid ID") return end

HeafyMetal
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Mar 03, 2024 3:14 pm
Reputation: 0

Re: Hades 2

Post by HeafyMetal »

Hello guys everytime I try to link the process CE crashes, the error i see is the following, does someone have a solution? Image

JakeRowe
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Oct 20, 2017 2:51 pm
Reputation: 0

Re: Hades 2

Post by JakeRowe »

yes, check previous pages

Senaphur
Noobzor
Noobzor
Posts: 5
Joined: Tue Oct 24, 2017 10:59 pm
Reputation: 1

Re: Hades 2

Post by Senaphur »

_ix_ wrote:
Thu Mar 06, 2025 10:37 am
Dystopia wrote:
Thu Feb 20, 2025 6:45 am
Hi! I just downloaded the new update (Warsong Update) and played around a bit. Here's the updated list of resource values.

Awesome, many thanks... let me add the following IDs (you need to change the script and remove the > 90 limitation on the ID)

Code: Select all

91 - Dream Vapours
92 - Shadow
93 - Nightmare
94 - Entropy
95 - ? (literally a question mark)
In order to get these IDs to work you need edit the script and remove the > 90 limitation, just replace 90 with 200 for example. Original snip of code below.

Code: Select all

local ID = readInteger(ResourceInfo)
if ID > 90 then print("Invalid ID") error("invalid ID") return end
i found how to change the 95 to a 200, but how do you edit the ressource item list? i can't find it
also idk why, but the preview of the table is giving me a nginx 404 error, but when i look for the link then i can visit the website it works ....

Edit: i found out how, turns out it was already updated, but the table is wrong again with todays new update.

mahm0udalixd
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 19, 2025 1:27 am
Reputation: 0

Re: Hades 2

Post by mahm0udalixd »

I can't see the spawn resources IDs, it shows an error 404 not found

Senaphur
Noobzor
Noobzor
Posts: 5
Joined: Tue Oct 24, 2017 10:59 pm
Reputation: 1

Re: Hades 2

Post by Senaphur »


just quote the message then you see a link, that link works.
but the numbers are wrong since the new update.

these are the ones i tested

80: projelly
81: voidskate (fish)
82: obol points (tickets)
83: witch's delight
84: moondust
85: stardust
86: darkness (base currency)
87: ecoplasm draught
88: dream vapor
89: shadow
90: nightmare
91: entropy
92: gemstones
93: ?? Item
94: --- nothing
95: --- nothing

vaexar
What is cheating?
What is cheating?
Posts: 3
Joined: Sat May 22, 2021 9:11 pm
Reputation: 0

Re: Hades 2

Post by vaexar »

Anyone know how to word the script to spawn multiple boons/upgrades at once? I easily edited the Add Rerolls quantity by changing the Amount #, but adding in {Amount = 5} in the boon/upgrades (spawn an item on the ground scripts, basically) doesnt use the same logic.

E.g.
- My edited Add Rerolls script to add 1000 at a time:
{$STRICT}
{$lua}
if syntaxcheck then return end
[ENABLE]
local s = [[
AddRerolls( nil, { Amount = 1000 } )
CheatMsg("+10 ReRolls")
]]
Exec(init_script)
Exec(s)
[DISABLE]
original Spawn Chaos Boon script will spawn 1
{$STRICT}
{$lua}
if syntaxcheck then return end
[ENABLE]

local s = [[
_CreateLoot({ Name = "TrialUpgrade", OffsetX = 100 })
]]
Exec(init_script)
Exec(s)
[DISABLE]
but appling the same logic of adding an {Amount} quantity doesn't work:
{$STRICT}
{$lua}
if syntaxcheck then return end
[ENABLE]

local s = [[
_CreateLoot({ Name = "TrialUpgrade", OffsetX = 100, Amount = 3 })
]]
Exec(init_script)
Exec(s)
[DISABLE]
========

Also, what is the name of Selune's boons in the IDs? The gods generally follow "[Name of God]Upgrade}" but Chaos is "TrialUpgrade" so I don't know if it would be something like "HexUpgrade" or "SeluneUpgrade" or "MoonUpgrade".

To the person wanting to add Ares' boon, just Copy and Paste one of the Spawn Boon entries and change the copied boon to "AresBoon".

mahm0udalixd
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 19, 2025 1:27 am
Reputation: 0

Re: Hades 2

Post by mahm0udalixd »

Thanks for the reply

FlameShadows
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jun 21, 2025 5:06 pm
Reputation: 0

Re: Hades 2

Post by FlameShadows »

Senaphur wrote:
Thu Jun 19, 2025 7:49 pm
just quote the message then you see a link, that link works.
but the numbers are wrong since the new update.

these are the ones i tested

80: projelly
81: voidskate (fish)
82: obol points (tickets)
83: witch's delight
84: moondust
85: stardust
86: darkness (base currency)
87: ecoplasm draught
88: dream vapor
89: shadow
90: nightmare
91: entropy
92: gemstones
93: ?? Item
94: --- nothing
95: --- nothing
I've checked ResourceData.lua and found the ResourceDisplayOrderData, the order of the names corresponds to their ID numbers.
Here's a pastebin, hope it helps.
[Link]

Edit:
Had some free time, hope this makes it more clear
Spoiler
1 - CosmeticsPoints - Prestige
2 - TrashPoints - Rubbish
3 - MetaCardPointsCommon - Ash
4 - MemPointsCommon - Psyche
5 - MetaCurrency - Bones
6 - SeedMystery - Mystery Seed
7 - PlantFMoly - Moly
8 - PlantFNightshadeSeed - Nightshade Seed
9 - PlantFNightshade - Nightshade
10 - OreFSilver - Silver
11 - FishFCommon - Moper
12 - FishFRare - Figment
13 - FishFLegendary - Soulbelly
14 - MetaFabric - Fate Fabric
15 - GiftPoints - Nectar
16 - GiftPointsRare - Bath Salts
17 - GiftPointsEpic - Twin lures
18 - SuperGiftPoints - Ambrosia
19 - MixerFBoss - Cinder
20 - PlantNMoss - Moss
21 - PlantNGarlicSeed - Garlic Cloves
22 - PlantNGarlic - Garlic
23 - OreNBronze - Bronze
24 - FishNCommon - Ribeye
25 - FishNRare - Zeel
26 - FishNLegendary - Neckbiter
27 - MixerNBoss - Wool
28 - PlantGLotus - Lotus
29 - PlantGCattailSeed - Cattail Seed
30 - PlantGCattail - Cattail
31 - OreGLime - Limestone
32 - FishGCommon - Chiton
33 - FishGRare - Gutterpop
34 - FishGLegendary - Stalkfin
35 - MixerGBoss - Pearl
36 - PlantHMyrtle - Myrtle
37 - PlantHWheatSeed - Wheat Seed
38 - PlantHWheat - Wheat
39 - OreHGlassrock - Glassrock
40 - FishHCommon - Soby
41 - FishHRare - Anguish
42 - FishHLegendary - Tearjerker
43 - MixerHBoss - Tears
44 - PlantODriftwood - Driftwood
45 - PlantOMandrakeSeed - Mandrake Seed
46 - PlantOMandrake - Mandrake
47 - OreOIron - Iron
48 - FishOCommon - Shrimp
49 - FishORare - Chrab
50 - FishOLegendary - Squid
51 - MixerOBoss - Golden Apple
52 - PlantPIris - Iris
53 - PlantPOliveSeed - Olive Branch
54 - PlantPOlive - Olive
55 - OrePAdamant - Adamant
56 - FishPCommon - Pillartop
57 - FishPRare - Chrestle
58 - FishPLegendary - Starsailor
59 - MixerPBoss - Feather
60 - PlantIShaderot - Shaderot
61 - PlantIPoppySeed - Poppy Seed
62 - PlantIPoppy - Poppy
63 - OreIMarble - Marble
64 - FishICommon - Jiffy
65 - FishIRare - Goldfish
66 - FishILegendary - Styxeon
67 - MixerIBoss - Zodiac Sand
68 - PlantQFang - Fangs
69 - PlantQSnakereedSeed - Plankton
70 - PlantQSnakereed - Snake-reed
71 - OreQScales - Serpent Scales
72 - FishQCommon - Lamprey
73 - FishQRare - Stormgullet
74 - FishQLegendary - Chimaerid
75 - MixerQBoss - Void Lens
76 - OreChaosProtoplasm - Flux
77 - PlantChaosThalamusSeed - Origin Seeds
78 - PlantChaosThalamus - Thalamus
79 - FishChaosCommon - Mati
80 - FishChaosRare - Projelly
81 - FishChaosLegendary - Voidskate
82 - CharonPoints - Obol Points
83 - FamiliarPoints - Witch's Delight
84 - CardUpgradePoints - Moon Dust
85 - Mixer5Common - Star Dust
86 - Mixer6Common - Darkness
87 - IcarusPoints - Ectoplasmic Draught
88 - HypnosPoints - Dream Vapors
89 - MixerShadow - Shadow
90 - WeaponPointsRare - Nightmare
91 - MixerMythic - Entropy
92 - GemPoints - Gemstones
93 - MysteryResource - ?

Post Reply

Who is online

Users browsing this forum: 400cs24min, Bing [Bot], eawallace, GhostRaider, Leunsel, MasaShake, Sol, Types