
In this guide I will show you how to enable Jump Throw in Counter-Strike 2!
Jump Throw Bind
- Open CS2
- Go to the game settings (gear icon at the top left).
- Select the “Game” tab
- Activate the option “Enable development console.”
- Once the console is activated, you can open it by pressing your keyboard’s tilde (~) key.
- Now, once you have the console active and open, you can enter the following command to bind a key for a jump throw:
alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
bind KEY "+jumpaction;+throwaction;"
Replace “KEY” with the key you want for the jump. For example, if you want to use the “V” key, the command would be:
bind V "+jumpaction;+throwaction;"
After you have done all the work in the console, all you have to do is throw your grenade by pressing the key you used to bind the jump throw command.
Be the first to comment