Description:

This script, when activated will make you duck and stay in a crouch without holding a key; and you will immediately stand up when you fire or de-activate it. This example uses "enter" as the key to activate and de-activate.

-----
alias "ctoggle" "crouch"
alias stand "-duck; bind mouse1 +attack; alias ctoggle crouch"
alias crouch "+duck; bind mouse1 +release; alias ctoggle stand"
alias +release "+attack; -duck"
alias -release "-attack; bind mouse1 +attack; alias ctoggle crouch"

bind "enter" "ctoggle"

-----

Autor skryptu: The Counter-Script Crew