Being able to use different smoke lineups and grenade spots is an essential skill that any CS:GO player should know. Using a CS:GO jump throw bind is one of the most important things you should have if you want to throw consistent lineups.
There’s no shame in using a CS:GO jump-throw bind. Even the best CS:GO players in the world need some help when throwing lineups. So here’s how to create CS:GO jump-throw binds.
The Jump Throw Bind
All of your jump throw bind commands need to be inside an autoexec config file to work. This allows the commands to automatically run every time you open CS:GO.
Here are the steps to create a config file:
- Open your Steam Client and go to your Steam Game Library.
- Find CS:GO, right-click on it, and hover over “Manage.”
- Click on Browse local files.
- Open the “csgo” folder, then the “cfg” folder.
- Create a new text file and save it as “autoexec.cfg.”
How to Create a Jump Throw Bind in CS:GO
A jump throw bind allows you to simultaneously jump and throw a grenade. When you press your jump throw bind button, it will always release the grenade at the top of your jump.
Here’s the CS:GO jump throw bind code:
alias “+jumpthrow” "+jump;-attack”
alias "-jumpthrow" "-jump"
bind "c" +jumpthrow
All you have to do is copy and paste the code above into the autoexec file we created earlier, save, and exit. You can change the “c” into a different key if you prefer to have your jump throw bind on a different button.
How to Create the New Forward Jump Throw Bind in CS:GO
A new forward jump throw bind has been created that allows you to throw smokes over longer distances. Like the standard jump throw bind, it allows players to consistently throw grenades at the apex of their jump. However, the forward jump throw bind includes a small forward step before jumping and throwing, helping the grenade go further.
Here’s the CS:GO forward jump throw bind code:
bind "n" "+forwardjumpthrow"
alias “+forwardjumpthrow” “+forward;+jump;-attack”
alias "-forwardjumpthrow" "-jump;-forward"
Similar to the standard CS:GO jump throw bind, all you have to do is to copy and paste the code into your autoexec config file. You can also change “n” here for a different key, according to your preference.