A week after the release of Cyberpunk 2077, cheats have emerged that allow players to gain numerous advantages: money, weapons, cyberimplants, clothing, and various consumables. To access all in-game items, you first need to install the Cyberconsole mod, which provides access to the developer's debug console at the press of a button.
This method works only on the PC version of the game. Before installing Cyberconsole, it's recommended to back up all data, especially save files. As of today, the potential consequences of using cheat codes are unknown, so there's a high chance of incompatibility with future updates, which might completely disrupt the mod's functionality.
Use the mod at your own risk! The modification works successfully only on game version 1.03.
To install Cyberconsole, follow the correct sequence of actions in the root folder of Cyberpunk 2077:
Currently, it's only possible to obtain various items. God mode, flight mode, and other similar cheats are not available, so wait for future updates to the modification.
Adds the required amount of Eurodollars to the character's wallet. To receive a larger amount of money, change the number.
player.inventory.addItem(Items.money,number)
Example: player.inventory.addItem(Items.money,50000). The player will receive 50000 in-game currency.
Provides access to the best body enhancements for the main character.
player.inventory.addItem(code of legendary cyberimplant)
Example: player.inventory.addItem(Items.MantisBladesLegendary). Adds legendary Mantis Blades to the inventory. A visit to the ripperdoc is required for the free installation of the cyberimplant.
This category lists all the remaining, non-legendary cyberimplants.
player.inventory.addItem(cyberimplant code)
Example: player.inventory.addItem(Items.KerenzikovEpic). Adds the «Kerenzikov» module to the inventory, which allows slowing down time for a short duration when dodging.
Various devices appear in the backpack that can be installed on weapons and clothing, provided there is a special free modification slot.
player.inventory.addItem(module code,number)
Example: player.inventory.addItem(w_silencer_04,10). Adds 10 silencers to the inventory.
Various alcoholic beverages will appear in the bag.
player.inventory.addItem(alcohol code,number)
Example: player.inventory.addItem(Items.TopQualityAlcohol1,100). Adds 100 units of «Calavera Feliz» top-quality drink to the inventory.
Adds clothing items to the inventory: caps, boots, shirts, pants, and suits.
player.inventory.addItem(clothing code,number)
Example: player.inventory.addItem(Items.Balaclava_01_old_02,1). Adds one «Nami» nylon balaclava to the backpack.
Adds components to the inventory, necessary for crafting items.
player.inventory.addItem(component code,number)
Example: player.inventory.addItem(Items.SodaCanEmpty,50). Adds 50 empty soda cans to the backpack.
Various non-alcoholic drinks will appear in the backpack.
player.inventory.addItem(drink code,number)
Example: player.inventory.addItem(Items.GoodQualityDrink1,1000). Adds 1000 units of «Saint-Ruis» drink to the equipment, used for quenching thirst.
Adds various food to the bag, used for temporary health restoration and improving certain stats.
player.inventory.addItem(food code,number)
Example: player.inventory.addItem(Items.GrenadeFrag,50). Adds 50 «Frag» grenades to the backpack, used for dealing massive damage to multiple enemies at once.
Various types of mass destruction weapons appear in the inventory.
player.inventory.addItem(grenade code,number)
Example: player.inventory.addItem(Items.GrenadeBiohazardHoming,300). Adds 300 «Bravo» biohazard grenades to the inventory, allowing for non-lethal poisoning of enemies.
Various junk items appear in the backpack, which can be disassembled to obtain useful components.
player.inventory.addItem(item code,number)
Example: player.inventory.addItem(Items.FirstAidWhiff,100). Adds 100 units of «MaxDoc Mark 2» medical inhalers to the bag, used for instant health recovery.
Used for instantly restoring a portion of health.
player.inventory.addItem(medication code,number)
Example: player.inventory.addItem(Items.QuickHackComponentsRare,400). Adds 400 units of «Daemon» quickhack components to the inventory, used for hacking various protocols.
Required by the player for hacking various protocols.
player.inventory.addItem(script code)
Example: player.inventory.addItem(Items.OpticRebootScript). The player receives an «Optic Reboot» script.
Various items required for completing quests.
player.inventory.addItem(item code)
Example: player.inventory.addItem(Items.LeaseExpirationChip). Adds a «Lease Expiration» chip that indicates the location of a hidden stash with items.
Grants access to crafting specific items.
player.inventory.addItem(recipe code)
Example: player.inventory.addItem(Items.Recipe_ElectricDamageCable). Allows the construction of a monowire dealing electric damage, capable of shocking and stunning multiple enemies with a single hit.
Allows the reset of all character skills.
player.inventory.addItem(Items.PerkPointsResetter,number).
Example: player.inventory.addItem(Items.PerkPointsResetter,10). Adds 10 units of the legendary «Formatting» chip.
Codes in this category increase the level of skill development.
player.inventory.addItem(skill code).
Example: player.inventory.addItem(Items.AssaultSkillbook). Increases the level of rifle proficiency.
Adds various types of weapons to the inventory. Using cheat codes to acquire legendary and epic items may result in weaker gear appearing in the backpack depending on the current level of the character. Quest items subsequently cannot be removed from the hero's bag.
player.inventory.addItem(weapon code, number)
Example: player.inventory.addItem(Items.Preset_Burya_Pimp,1). Adds one RT-46 «Burya» electromagnetic revolver to the inventory.
The console is just an overlay, so in windowed mode, you simply need to switch back to the game.
This window is used for debugging when there are issues with a plugin, so it can be ignored.
This cannot be done as the developer mode is hardcoded into Cyberpunk 2077's code.
Install the MSVC 2019 (Microsoft Visual C++ 2015-2019, Redistributable (x64) — 14.28.29325) from the Microsoft website. If this does not solve the problem, wait for the next update of the modification.
Open the game and press the console opening key several times.