Movement Commands
Commands related to player movement, jumping, and crouching.
16 commands 9 multiplayer safe 7 require sv_cheats
All Movement Commands (16)
+forward Move forward (default: W)
+back Move backward (default: S)
+moveleft Strafe left (default: A)
+moveright Strafe right (default: D)
+jump Jump (default: Space)
+duck Crouch/duck (default: Ctrl)
+sprint Walk/shift-walk for silent movement (default: Shift)
cl_forcepreload Preload all map resources at load time
sv_autobunnyhopping Auto-bunny hop when holding jump (hold space)
sv_enablebunnyhopping Remove bunny hop speed cap
sv_maxspeed Maximum player movement speed
sv_stamina_max Maximum stamina penalty (affects jump height)
sv_stamina_recovery_rate Rate at which stamina recovers
sv_staminajumpcost Stamina cost per jump
sv_wateraccelerate Water acceleration speed
cl_showpos Display position and velocity overlay (useful for movement practice)
Other Command Categories
Frequently Asked Questions
- How many movement commands are there in CS2?
- There are 16 movement commands in CS2. 9 can be used in any game mode, and 7 require sv_cheats 1.
- Which movement commands require sv_cheats?
- 7 of the 16 movement commands require sv_cheats 1. These are only usable in private servers or offline practice mode and are blocked in competitive matchmaking.
- How do I use movement commands in CS2?
- Open the developer console by pressing the tilde key (~). If it does not open, enable it in Settings > Game > Enable Developer Console. Then type the command and press Enter. You can add these commands to your autoexec.cfg for them to run automatically on launch.
- How do I save console commands permanently?
- Create an autoexec.cfg file in your CS2 cfg folder (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/) and add your commands there. End the file with host_writeconfig. These commands run automatically every time CS2 launches.