2 in 1

1. Long Jump Script (item_longjump required!!!)
Run, press and hold "V" button to do a Long Jump. When you land somewhere, realise button "V" and player will unduck. (While jumping, player is ducked, so you jump further)

2. Flash Light Spam (Only for non-steam)
Just press and hold button "F" and it will turn on/off flashlight very fast. I use this on Hide'n'Seek servers. When looking at player, I'm holding "F" button and flashlight is turning on/off very fast and it's pretty annoying to the player, whom I'm looking at :D

Код:
// Long Jump Script (item_longjump required!!!)
alias +longjump "+duck; wait; +jump; wait; -jump"
alias -longjump "-duck"
bind v +longjump

// Flash Light Spam Script (Only for Non-Steam)
alias +flashspam "alias _special @flashspam; @flashspam"
alias -flashspam "alias _special"
alias @flashspam "special; wait; impulse 100; wait; impulse 100"
bind f +flashspam