Bind Commands
Find the commands for this bind below. Note that you need to pull back the grenade (hold left click) and get ready to throw before hitting your bind key.
Click the copy button to copy the bind to your clipboard. You can also optionally press the download button to download a config file for this bind.
CS:GO
CS2
To use this bind, hold attack to prime the nade (i.e. pull out the clip / hold it ready to throw), then press `ALT` (or your assigned key). Note that you need to run this command every time you open CS2, or put it in an autoexec file. Click "How to Apply" for help adding a bind to an autoexec.
This bind requires 4 commands to be ran separately (and in order). Paste each of these into your console to apply the bind.
- 1 alias "+jt" "+jump;" ;
- 2 alias "+ta" "-attack; -attack2";
- 3 alias "-jt" "-jump";
- 4 bind ALT "+jt;+ta;"
How it Works
The first part of this command creates an "alias" - a shortcut. The alias +jumpthrow actually runs two commands. The first command is +jump, which makes your character jump, and the second is -attack makes your character stop attacking (so that you throw the grenade you have pulled back). The -jumpthrow alias runs the -jump command which always needs to be ran after using the +jump command, so that you can jump again.
The second part of this command binds those two aliases to the ALT key.