Binds Duck to scrollwheel up and down.

Usage:

Press ALT to turn on and off. You will hear a sound when its on/off.

NOTE: oh yea, dont do it rapidly, that's not how it works.... and then you blame me >_>". Move it up slowly, then down slowly, keeping a rhythm.

Код:
Bind ALT "sf"
alias sf "sf1; sf2; sfecho"
alias sf1 "bind mwheelup +duck; bind mwheeldown +duck;"
alias sf2 "bind ALT sf3"
alias sf3 "sf4; sf5; sfecho2"
alias sf4 "bind mwheelup invprev; bind mwheeldown invnext"
alias sf5 "bind ALT sf"
alias sfecho "echo scroll binded to duck; speak on"
alias sfecho2 "echo scroll binded to defaults; speak of"