Counter-Strike 2

Counter-Strike 2

Not enough ratings
Bind: Grenade Jump Throw & W-Jump Throw
By Talimunrah
How to bind and consistently hit your Jump Grenade-Throws and your Run(1 step)-Jump Grenade-Throws.
   
Award
Favorite
Favorited
Unfavorite
Consistently hit your jump-throws and w-jump-throws
Copy and paste the below in to a notepad document, save, then change the file extension to .cfg and place in your folder: steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg

alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
bind n "+jumpaction;+throwaction;"

alias "+runthrow" "+forward;+jump;"
alias "-runthrow" "-jump;-forward"
bind j "+runthrow;+throwaction"

You can change n and j to whatever you want.