🤖 Cyberpunk 2077 Console Commands
27 entries — copy-paste ready. Updated for latest version.
Cyber Engine Tweaks Console
The essential mod for console commands. Opens Lua scripting console.
Install CET → press ~ in-game
Teleport Player
Teleport player to coordinates or waypoint.
CET: Game.GetPlayer():SetWorldPosition(x, y, z)
Set Player Level
Change player level and street cred.
CET: Game.GetPlayer():SetLevel(<level>)
Add Perk Points
Add perk points for character progression.
CET: Game.GetPlayer():AddPerkPoints(<amount>)
Add Attribute Points
Add attribute points for Body, Reflexes, Tech, Intelligence, Cool.
CET: Game.GetPlayer():AddAttributePoints(<amount>)
Add XP
Add experience points for leveling up.
Game.GetPlayer():AddXP(<amount>)
Set Street Cred
Set Street Cred level directly. Unlocks vendors and gigs.
Game.GetPlayer():SetStreetCred(<level>)
Spawn Vehicle
Spawn any vehicle by its internal name.
Game.GetVehicleSystem():SpawnVehicle(<name>)
Reveal Map
Uncover the entire map — all fast travel points and locations.
Game.GetMapSystem():RevealAll()
Reset All Perks
Refund all spent perk points for re-spec.
Game.GetPlayer():ResetPerks()
Unlock All Fast Travel Points
Instantly unlock every fast travel point on the map.
Game.GetFastTravelSystem():UnlockAll()
Enable Developer Console (PC)
Activates the in-game debug console, allowing you to input developer commands and cheats.
Edit the file: <GameDirectory>\r6\config\settings\platform\p...
God Mode (Invincibility)
Makes V invincible, preventing all damage from enemies, falls, and environmental hazards.
God()
Spawn Vehicle (Vehicle ID)
Spawns any vehicle from the game's database directly in front of V, ready to drive.
Game.GetVehicleSystem():EnablePlayerVehicle('Vehicle.vehicle...
Add Money (Eurodollars)
Adds a specified amount of Eurodollars (in-game currency) to V's account instantly.
Game.GetMoneySystem():AddMoney(Game.GetPlayer(), amount)
Noclip (Fly Mode)
Disables collision, allowing V to fly through walls, buildings, and the environment freely.
Noclip()
How to Use Cyberpunk 2077 Console Commands
Select any entry above to see full syntax, examples, pros/cons, and related mods that enhance this feature.