Hades Cheat Code


This cheat code is for achieving “invincibility mode” (kind of) in the game Hades. Instead of making Zagreus immune to the enemies’ attacks, a Lifesteal feature is add to the keepsakes.


Open your Steam and follow these steps:

  1. Click the Library tab on the top bar
  2. Right-click on the game Hades
  3. Select Properties
  4. A window will be opened and select the Local Files tab
  5. Click the Browse Local Files... button

Then, in the folder of Hades, choose this path: Content\Scripts\TraitData.lua. Open this file with Notepad++, Ctrl+F and search for GiftTrait =.


The cheat code will be added after this part:

1
2
3
4
RarityLevels =
{
...
},

Here is the code we need to add:

1
2
3
4
5
6
7
8
9
10
11
12
13
AddOutgoingLifestealModifiers = 
{
ValidWeapons = {"SwordWeaponDash", "SwordWeapon", "SwordWeapon2", "SwordWeapon3","SwordParry",
"FistWeapon", "FistWeapon2", "FistWeapon3", "FistWeapon4", "FistWeapon5", "FistWeaponDash", "FistWeaponSpecial", "FistWeaponSpecialDash",
"GunInfiniteAmmoTrait", "GunShotgunTrait", "GunSniperTrait", "GunWeapon","GunWeaponDash", "GunGrenadeToss",
"SpearWeapon","SpearWeapon2", "SpearWeapon3", "SpearWeaponDash","SpearWeaponSpin","SpearWeaponSpin2","SpearWeaponSpin3", "SpearWeaponThrow","SpearWeaponThrowReturn", "SpearRushWeapon",
"BowWeapon","BowWeaponDash", "BowSplitShot",
"ShieldWeapon","ShieldWeaponDash","ShieldWeaponRush", "ShieldThrow",
"ChaosShieldThrow","ZeusAmmoWeapon","ArtemisAmmoWeapon","DionysusAmmoWeapon",},
ValidMultiplier = 0.05,
MaxLifesteal = 2,
MinLifesteal = 2,
},

From now on, whenever Zagreus is equipped with a keepsake, he can gain HP by attacking enemies.