Description:

Basically this script speeds up the time in between throwing a nade and switching to your next weapon right away.

-----
alias +he1 "weapon_hegrenade"
alias -he1 "slot1"
alias +he2 "weapon_hegrenade"
alias -he2 "slot2"

alias +throw1 "+he1; +attack"
alias -throw1 "-attack; wait; wait; -he1"

alias +throw2 "+he2; +attack"
alias -throw2 "-attack; wait; wait; -he2"

alias nade "he_second"
alias he_second "bind MOUSE4 +throw2; dev1; echo he_second; dev0; alias nade he_prim"
alias he_prim "bind MOUSE4 +throw1; dev1; echo he_prim; dev0; alias nade rel"
alias rel "bind MOUSE4 +reload; dev1; echo he_prim; dev1; echo Reload; dev0; alias nade he_prim"

bind "MOUSE5" "nade"

-----

Autor skryptu: I3anz4i