- Joined
- Jan 4, 2020
- Messages
- 204
Tired pinky?
If youre over holding shift and ctrl + w for 5 minutes on some warden rounds, you have come to the right place!
Today I will be instructing you on how to setup autoexec alias's and binds to be able to toggle a crouch or shift walk with a single button press!
First, we must navigate to our autoexec file.
If you dont have one, make one by right-clicking on the Counterstrike game on your Steam library, select properties, browse local game files, select the csgo folder, and navigate to the CFG folder (C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg). Then in that folder, right-click on anything that's not a file add a new text document, name this document autoexec.cfg.
In this file, first we will need to add some alias commands to allow us to toggle a move +forward command.
Paste in the following:
Save & Exit
This will make it so that when we type autorun in console it will make it so we run forward till we type it again.
Now, in game open console and type:
Toggle duck for crouch walk and toggle speed for shift walking respectively.
Which ever key you choose replace with <key> in the command and now on one button press your player will move forwards while crouching or walking until that key is pressed again.
You could also bind a key to the autorun command.
Alternatively you could place these bind commands in your autoexec file.
Try this out and enjoy an easier time during toxic warden rounds!
If youre over holding shift and ctrl + w for 5 minutes on some warden rounds, you have come to the right place!
Today I will be instructing you on how to setup autoexec alias's and binds to be able to toggle a crouch or shift walk with a single button press!
First, we must navigate to our autoexec file.
If you dont have one, make one by right-clicking on the Counterstrike game on your Steam library, select properties, browse local game files, select the csgo folder, and navigate to the CFG folder (C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg). Then in that folder, right-click on anything that's not a file add a new text document, name this document autoexec.cfg.
In this file, first we will need to add some alias commands to allow us to toggle a move +forward command.
Paste in the following:
Code:
alias autorun "autorun_on"
alias autorun_on "+forward; alias autorun "autorun_off""
alias autorun_off ";-forward; alias autorun "autorun_on""
Save & Exit
This will make it so that when we type autorun in console it will make it so we run forward till we type it again.
Now, in game open console and type:
Code:
bind <key> "toggle_duck;autorun"
bind <key> "toggle_speed;autorun"
Toggle duck for crouch walk and toggle speed for shift walking respectively.
Which ever key you choose replace with <key> in the command and now on one button press your player will move forwards while crouching or walking until that key is pressed again.
You could also bind a key to the autorun command.
Alternatively you could place these bind commands in your autoexec file.
Try this out and enjoy an easier time during toxic warden rounds!
























