Counter-Strike 2

How to Make a Jump-Throw Bind in CS2?

In CS2, precise grenade throws can differentiate between a round win or loss. As CS2 handles certain aspects differently than its predecessor, CS:GO, many players have found the need to create custom jump-throw binds. This guide will walk you through setting up an efficient jump-throw bind tailored for CS2.

While many believe that Valve will prevent such scripts from working, until it gets patched, you can use it all you want.

1. Setting up the Configuration File

Firstly, you’ll need to create a configuration file that the game will recognize and execute.

  1. Create a new text document and name it autoexec.cfg. Ensure the file extension is “.cfg” and not “.txt”.
  2. Open the file in a text editor, and paste the following:

//jumpthrow
alias “+jumpaction” “+jump;”
alias “+throwaction” “-attack; -attack2”
alias “-jumpaction” “-jump”
bind alt “+jumpaction;+throwaction;”

//runthrow
alias “+runthrow” “+forward;+jump;”
alias “-runthrow” “-jump;-forward”
bind c “+runthrow;+throwaction”

In this script, two separate actions have been defined:

  • Jumpthrow: This bind lets you jump and release the grenade at the optimal height for consistent throws. It is bound to the Alt key.
  • Runthrow: A more advanced throw where you move forward, jump, and release the grenade. In our case, this is bound to the C key.

*Keep in mind that you can change the keybinds on the last line of each script above.

  1. Save the file and close the text editor.

2. Placing the Config File

You’ll need to place this configuration file in the correct location.

  1. Navigate to: \SteamLibrary\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg.
  2. Drag and drop or copy-paste the autoexec.cfg file into this directory.

3. Configuring Steam’s Launch Options

To make sure the game reads and executes your custom configuration each time it launches:

  1. Open your Steam Library.
  2. Right-click on Counter-Strike Global Offensive (note: for CS2, the client launch is shared with CS:GO).
  3. Select Properties.
  4. Under the General tab, you’ll find the Launch Options.
  5. Add the following to the text box: +exec autoexec.cfg.
  6. Close the properties window. That’s it! Now launch the game and enjoy throwing some precise smokes!

If you are a video game developer and you have a submission to make, you can mail us at team@futuregamereleases.com

Angel Kicevski

I am ANGE1K. I started playing video games a long time ago. In a blink of an eye, I became a hardcore gamer. A couple of years later, I traversed to the professional Counter-Strike 1.6 scene. After the competitive ERA, I managed to find the gaming industry amusing and started working on FGR. 8 years after founding FGR, my mission remains the same. That is to discover secrets within the gaming industry, create guides for all the games I play, and provide you with some important news. Oh, yeah, I post tons of patch notes too. At the time, I play everything that seems reasonable to play, make content about it and help gamers to the best of my abilities. P.S. Last time I counted how many hours I've spent in video games turned out to be 13+ years. And that was a long time ago too. Almost 24/7 in front of PC. If you need anything, feel free to contact me on X!

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button