Cyberpunk 2077 Cheat Codes

16 cheat codes for Cyberpunk 2077 on PC.

God Mode (God Mode)

Toggle invulnerability via Cyber Engine Tweaks.

Cyber Engine Tweaks Toggle

Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.

Add Money (Infinite Money)

Adds eddies to your stash.

Game.AddToInventory("Items.money", [Amount])

Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.

Infinite Money (Infinite Money)

Add 100,000 Eurodollars via CET console

Game.AddToInventory(Items.money, 100000)

Install Cyber Engine Tweaks mod, open console with ~, type the command

Infinite Ammo (Weapons)

Set ammo to 100 for current weapon

Game.GetPlayer():SetAmmoForWeapon(100)

Requires Cyber Engine Tweaks, open overlay and enter command

Teleport to Waypoint (Misc)

Instantly teleport to map marker

Game.GetPlayer():Teleport(Game.GetTargetPoint())

Set a waypoint on map, open CET console, enter command

Invincibility (God Mode) (God Mode)

Makes your character immune to all damage. To disable, use 'Game.SetPlayerInvincible(false)'.

Game.SetPlayerInvincible(true)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Infinite Stamina (God Mode)

Your character's stamina will no longer deplete. To disable, use 'Game.EnableInfiniteStamina(false)'.

Game.EnableInfiniteStamina(true)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Add Attribute Points (Misc)

Grants your character the specified number of Attribute Points to spend in the character menu. Replace <amount> with the desired number (e.g., 'Game.GivePlayerAttributePoints(50)').

Game.GivePlayerAttributePoints(<amount>)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Add Perk Points (Misc)

Grants your character the specified number of Perk Points to spend in the character menu. Replace <amount> with the desired number (e.g., 'Game.GivePlayerPerkPoints(100)').

Game.GivePlayerPerkPoints(<amount>)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Add Item to Inventory (Example: Iconic Weapon) (Weapons)

Spawns a specific item directly into your inventory. The example code adds the iconic Ashura smart sniper rifle. To add other items (weapons, cyberware, clothing, crafting components), replace 'Items.Preset_Ashura_Default' with the desired item's ID and '1' with the desired quantity.

Game.AddToInventory("Items.Preset_Ashura_Default", 1)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command. You will need to find specific Item IDs from community resources for items other than the example.

Max Player Level (Misc)

Sets your player experience to a very high value, instantly leveling your character to the maximum player level (currently 60).

Game.SetDebugFact("player_xp", 1000000000)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Max Street Cred (Misc)

Sets your Street Cred to a very high value, instantly maxing out your Street Cred level (currently 50).

Game.SetDebugFact("street_cred", 1000000000)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.

Fast Travel Tip (Tips)

Travel from any unlocked terminal or blue icon.

Use Terminals

Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.

Crafting Tip (Tips)

Disassemble low-tier weapons for crafting components.

Disassemble Weapons

Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.

Stealth Tip (Tips)

Crouching behind cover hides you from enemies.

Use Cover

Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.

Infinite Money (Infinite Money)

Adds 999,999,999 Eurodollars to your current balance.

Game.AddToFact("money", 999999999)

Install the Cyber Engine Tweaks mod. Open the console (default '~' or 'F4') and enter the command.