Toggle Net_graph With Scoreboard Bind

Adding a jumpthrow bind in CS:GO allows you to throw long range smokes consistently. The bind jumps and releases the nade with a single button.

Toggle Net_graph With Scoreboard Bind

A simple script that will toggle the net_graph information with the scoreboard for less distraction while playing.

net_graph "1"
net_graphpos "2"
net_graphheight "1"
alias +scorenet "+showscores; net_graph 1"
alias -scorenet "-showscores; net_graph 0"
bind tab "+scorenet"