Description:

Use this script to toggle between mousewheel fire, roll the wheel up and down fast for fast fire (recommend for pistols like elites), hit the button that you bound it to, and it changes to what you normally have.
NOTE: edit the aliases "changebk" and " changebk2 " to whatever you normally have your mousewheel up and down bound to, default is invprev and next.

-----
alias cngmwon "change; wait; wait; change2; wait; emwc; alias cngmw cngmwoff"
alias cngmwoff "changebk; wait; wait; changebk2; wait; emwc2; alias cngmw cngmwon"
alias change "bind MWHEELUP +attack"
alias change2 "bind MWHEELDOWN +attack"
alias emwc "echo Mouse Wheel Up/Down Changed to attack"
alias emwc2 "echo Mouse Wheel Up/Down Changed to Default"

alias changebk "bind MWHEELUP invnext"
alias changebk2 "bind MWHEELDOWN invprev"

alias cngmw "cngmwon"

bind "?" "cngmw"

-----

Autor skryptu: JayMan2889