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.
16 cheat codes for Cyberpunk 2077 on PC.
Toggle invulnerability via Cyber Engine Tweaks.
Cyber Engine Tweaks Toggle
Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.
Adds eddies to your stash.
Game.AddToInventory("Items.money", [Amount])
Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.
Add 100,000 Eurodollars via CET console
Game.AddToInventory(Items.money, 100000)
Install Cyber Engine Tweaks mod, open console with ~, type the command
Set ammo to 100 for current weapon
Game.GetPlayer():SetAmmoForWeapon(100)
Requires Cyber Engine Tweaks, open overlay and enter command
Instantly teleport to map marker
Game.GetPlayer():Teleport(Game.GetTargetPoint())
Set a waypoint on map, open CET console, enter command
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.
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.
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.
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.
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.
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.
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.
Travel from any unlocked terminal or blue icon.
Use Terminals
Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.
Disassemble low-tier weapons for crafting components.
Disassemble Weapons
Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.
Crouching behind cover hides you from enemies.
Use Cover
Open console with ~ (or Ctrl+Shift+C for Sims 4) after enabling cheats.
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.