
http://www.geocities.com/cialigari_87/drugged.zip
(that link should work)

Code: Select all
addkeysection "Drugged-Up" DruggedUp
// Adrenaline
addmenukey "Adrenaline" turbo_on
alias reset "alias loop slow"
alias slow "freeze; fov 80; testblend red .1; wait 1; freeze; fov 100; testblend yellow .1; wait 1; freeze; fov 120; testblend green .1; wait 1; freeze; fov 130; testblend cyan .1; wait 1; freeze; fov 120; testblend blue .1; wait 1; freeze; fov 100; testblend purple .1; wait 1; loop;"
alias loop "slow"
alias turbo_on "give berserk; rebind turbo_off; reset; wait 1; slow"
alias turbo_off "rebind turbo_on; fov 90; testblend black 0; alias loop wait"
alias +turbo "give berserk; reset; wait 1; slow" // hold button mode.
alias -turbo "fov 90; testblend black 0; alias loop wait"
defaultbind t turbo_on