In the world of open-world games, cheat codes have always played a crucial role in enhancing the long-term appeal. They allow players to unlock items, break game boundaries, and quickly traverse the expansive maps. Cyberpunk 2077 is no exception, although the developers at CD Projekt Red did not include a traditional cheat system. Fortunately, the dedicated PC modding community has stepped in to fill the gap and provide players with cheat codes for Cyberpunk 2077.
Using Cheat Codes in Cyberpunk 2077
Before we dive into the cheat codes, it’s important to note that cheats are not officially supported in Cyberpunk 2077. To enable cheats, you’ll need to use mods, which come with their own risks. It’s highly recommended to back up your save data in case any issues arise in future updates. Additionally, some commands may have unintended consequences, although we did not encounter any problems during testing.
Note: When copying and pasting the cheat codes, make sure to double-check the quotation marks. The formatting here only includes open and closed quotes, so you’ll need to replace them with straight quotes for the codes to work correctly.
Installing the Mod
To utilize cheat codes, you’ll need to install the Cyber Engine Tweaks mod. This mod not only provides a console for cheats but also enhances performance, memory usage, and even allows you to skip the start menu. To install the mod, follow these simple steps:
- Download the latest release of Cyber Engine Tweaks from GitHub.
- Extract the files to the appropriate location in your Cyberpunk 2077 installation path. The exact path may vary depending on where you purchased the game, but the directory within the install folder should be the same. Extract the files to
(Cyberpunk install path)/bin/x64
. - Disable any overlays you may have enabled, such as GeForce Experience or Fraps, as recommended by the developer.
Once the mod is installed, launch Cyberpunk 2077 and set your display mode to either windowed or borderless window. Please note that the console cannot be accessed in full-screen mode. Press the tilde key (“`” or “~” without the quotes) to open the console, and you’re ready to enter cheat codes.
Money Cheats
One of the easiest cheats to employ is increasing your in-game money. To add more money to your inventory, use the following command: Game.AddToInventory("Items.money", 1000)
. This cheat will grant you 1,000 eddies, but feel free to replace the quantity with any desired amount.
Vehicle Cheats
If you want to unlock all vehicles or a specific one, you can do so with two simple commands. First, activate the vehicle system by executing the command vs = Game.GetVehicleSystem()
. Then, depending on your preference, use one of the following commands:
- To unlock all vehicles:
vs:EnableAllPlayerVehicles()
- To unlock a specific vehicle, replace
[vehicle string]
with one of the strings listed below:
Vehicle.v_sport1_herrera_outlaw_player
Vehicle.v_sport1_quadra_turbo_player
Vehicle.v_sport1_quadra_turbo_r_player
Vehicle.v_sport1_rayfield_aerondight_player
Vehicle.v_sport1_rayfield_caliburn_player
Vehicle.v_sport2_mizutani_shion_player
Vehicle.v_sport2_mizutani_shion_nomad_player
Vehicle.v_sport2_porsche_911turbo_player
Vehicle.v_sport2_quadra_type66_player
Vehicle.v_sport2_quadra_type66_avenger_player
Vehicle.v_sport2_quadra_type66_nomad_player
Vehicle.v_sport2_villefort_alvarado_player
Vehicle.v_standard25_mahir_supron_player
Vehicle.v_standard25_villefort_columbus_player
Vehicle.v_standard25_thorton_colby_pickup_player
Vehicle.v_standard2_archer_hella_player
Vehicle.v_standard2_archer_quartz_player
Vehicle.v_standard2_chevalier_thrax_player
Vehicle.v_standard2_makigai_maimai_player
Vehicle.v_standard2_thorton_colby_player
Vehicle.v_standard2_thorton_galena_player
Vehicle.v_standard2_thorton_galena_nomad_player
Vehicle.v_standard2_villefort_cortes_player
Vehicle.v_standard2_villefort_cortes_delamain_player
Vehicle.v_standard3_chevalier_emperor_player
Vehicle.v_standard3_thorton_mackinaw_player
Vehicle.v_sportbike1_yaiba_kusanagi_player
Vehicle.v_sportbike2_arch_player
Vehicle.v_sportbike3_brennan_apollo_player
Vehicle.v_sportbike3_brennan_apollo_nomad_player
Vehicle.v_sportbike2_arch_jackie_player
Vehicle.v_sportbike2_arch_jackie_tuned_player
Vehicle.v_sport2_villefort_alvarado_valentinos_player
Vehicle.v_standard2_thorton_galena_bobas_player
Vehicle.v_standard3_thorton_mackinaw_ncu_player
Vehicle.v_sport2_quadra_type66_nomad_ncu_player
Vehicle.v_sportbike1_yaiba_kusanagi_tyger_player
Vehicle.v_sportbike2_arch_tyger_player
Vehicle.v_sport2_mizutani_shion_nomad_02_player
Vehicle.v_sport1_rayfield_caliburn_02_player
Vehicle.v_standard25_thorton_colby_pickup_02_player
Please note that unlocking new vehicles won’t trigger any notifications like money or items.
Weapon Cheats
To obtain weapons and several other cheat categories, use the Game.AddToInventory
command followed by the weapon string and the desired quantity. While it’s impractical to list every weapon command here, you can refer to the linked spreadsheet for a complete list. Replace the quoted content with the hash ID of the weapon you wish to add.
For example, to get the legendary Weapon Glitch QuickHack, input Game.AddToInventory("Items.WeaponsMalfunctionLvl4Programs", 1)
. For a tire iron, use Game.AddToInventory("Items.WraithsJunkItem1", 1)
.
Cyberware Cheats
Cyberware upgrades in Cyberpunk 2077 can be quite costly, but with cheat codes, you don’t have to worry about the expense. The format for cyberware cheats is similar to weapons. Use the Game.AddToInventory
command, followed by the item string and quantity in parentheses. However, keep in mind these cheats only add the cyberware to your inventory; you’ll still need to visit a Ripperdoc to install them.
Here are some commands for legendary cyberware, along with cyberware operating systems:
Game.AddToInventory("Items.AnimalsBerserkFragment1", 1)
Game.AddToInventory("Items.AnimalsStrongArmsBattery1", 1)
Game.AddToInventory("Items.AnimalsStrongArmsKnuckles1", 1)
Game.AddToInventory("Items.ArasakaLegendaryMKIV", 1)
Game.AddToInventory("Items.ArasakaSandevistanFragment1", 1)
Game.AddToInventory("Items.BerserkC2MK4", 1)
Game.AddToInventory("Items.BerserkC3MK4", 1)
Game.AddToInventory("Items.BioConductorsLegendary", 1)
Game.AddToInventory("Items.BlindLvl4Program", 1)
Game.AddToInventory("Items.BloodPumpLegendary", 1)
Game.AddToInventory("Items.BrainCapacityBoosterLegendary", 1)
Game.AddToInventory("Items.CyberRotorsLegendary", 1)
Game.AddToInventory("Items.DischargeConnectorLegendary", 1)
Game.AddToInventory("Items.ElectroshockMechanismLegendary", 1)
Game.AddToInventory("Items.EndoskeletonLegendary", 1)
Game.AddToInventory("Items.EnhancedBloodVesselsLegendary", 1)
Game.AddToInventory("Items.EnhancedTissueLegendary", 1)
Game.AddToInventory("Items.FuyutsuiTinkererLegendaryMKIII", 1)
Game.AddToInventory("Items.HealOnKillLegendary", 1)
Game.AddToInventory("Items.HealthMonitorLegendary", 1)
Game.AddToInventory("Items.ImprovedPerceptionLegendary", 1)
Game.AddToInventory("Items.IronLungsLegendary", 1)
Game.AddToInventory("Items.KerenzikovLegendary", 1)
Game.AddToInventory("Items.LimbicSystemEnhancementLegendary", 1)
Game.AddToInventory("Items.MantisBladesLegendary", 1)
Game.AddToInventory("Items.MemoryReplenishmentLegendary", 1)
Game.AddToInventory("Items.MicroGeneratorLegendary", 1)
Game.AddToInventory("Items.NanoWiresLegendary", 1)
Game.AddToInventory("Items.NeoFiberLegendary", 1)
Game.AddToInventory("Items.NetwatchNetdriverLegendaryMKV", 1)
Game.AddToInventory("Items.OpticalCamoLegendary", 1)
Game.AddToInventory("Items.PainReductor", 1)
Game.AddToInventory("Items.PowerGripLegendary", 1)
Game.AddToInventory("Items.ProjectileLauncherLegendary", 1)
Game.AddToInventory("Items.RavenLegendaryMKIV", 1)
Game.AddToInventory("Items.ReflexRecorderLegendary", 1)
Game.AddToInventory("Items.ResistancesBoosterLegendary", 1)
Game.AddToInventory("Items.RoboticCoreLegendary", 1)
Game.AddToInventory("Items.SecondHeart", 1)
Game.AddToInventory("Items.SmartLinkLegendary", 1)
Game.AddToInventory("Items.StaminaRegenBoosterLegendary", 1)
Game.AddToInventory("Items.StephensonLegendaryMKIV", 1)
Game.AddToInventory("Items.StrongArmsLegendary", 1)
Game.AddToInventory("Items.SubdermalArmorLegendary", 1)
Game.AddToInventory("Items.SynapticAcceleratorLegendary", 1)
Game.AddToInventory("Items.TetratronicRipplerLegendaryMKIV", 1)
Recipe and Crafting Cheats
For recipes and crafting materials, you can use the Game.AddToInventory
command along with the item string and desired quantity. Change the number following the item string to determine the quantity of crafting materials you want. Note that you only need a single recipe, so quantity does not apply in that case.
Here are some commands for crafting recipes and components:
Game.AddToInventory("Items.LegendaryMaterial1", 1000)
Game.AddToInventory("Items.LegendaryMaterial2", 1000)
Game.AddToInventory("Items.EpicMaterial1", 1000)
Game.AddToInventory("Items.EpicMaterial2", 1000)
Game.AddToInventory("Items.RareMaterial1", 1000)
Game.AddToInventory("Items.RareMaterial2", 1000)
Game.AddToInventory("Items.UncommonMaterial1", 1000)
Game.AddToInventory("Items.CommonMaterial1", 1000)
Game.AddToInventory("Items.QuickHackLegendaryMaterial1", 1000)
Game.AddToInventory("Items.QuickHackEpicMaterial1", 1000)
Game.AddToInventory("Items.QuickHackRareMaterial1", 1000)
Game.AddToInventory("Items.QuickHackUncommonMaterial1", 1000)
Game.AddToInventory("Items.Recipe_PowerfulFabricEnhancer01", 1)
Game.AddToInventory("Items.Recipe_PowerfulFabricEnhancer03", 1)
Game.AddToInventory("Items.Recipe_PowerfulFabricEnhancer07", 1)
Game.AddToInventory("Items.Recipe_PowerfulFabricEnhancer08", 1)
Game.AddToInventory("Items.Recipe_SimpleFabricEnhancer03", 1)
Game.AddToInventory("Items.Recipe_SimpleFabricEnhancer04", 1)
Other Useful Cheats
Here are a few miscellaneous cheats that can enhance your Cyberpunk 2077 experience:
- Enable the secret ending:
Game.SetDebugFact("sq032_johnny_friend", 1)
- Revive Takemura if you didn’t save him:
Game.SetDebugFact("q112_takemura_dead", 0)
- Activate Skippy’s headshot mode:
Game.SetDebugFact("mq007_skippy_aim_at_head", 1)
These cheats are just the tip of the iceberg. The console allows for even more possibilities, such as spawning items, manipulating quests, and altering in-game effects. To further explore the world of Cyberpunk 2077 cheats, refer to the Cyber Engine Tweaks wiki.
Conclusion
With the help of mods and cheat codes, you can unlock a range of exciting possibilities in Cyberpunk 2077. From acquiring vast amounts of money and powerful weapons to enhancing your cyberware, these cheats offer a new level of enjoyment for players. Just remember to use cheats responsibly and exercise caution to ensure a smooth gaming experience.
Editors’ Recommendations:
- The Sims 4 cheats: all cheat codes for PC, Xbox, PS4, PS5, and more
- The Witcher 3’s long-delayed current-gen update launches this December
- Grand Theft Auto 3 cheat codes: all weapons, money, cars, and more
- A new Witcher trilogy and Cyberpunk game are in development at CD Projekt Red
- The best Cyberpunk 2077 mods