Morbid's Script Factory!

MorbidEwok

EGO Zealot
To Install These all you need to do is copy and paste them into your autoexec.cfg

Toggle Crouch - Allows you to press a single to toggle crouching.
Press once = Crouch
Press Twice = Stand back up
Replace <key> with whatever key you want it bound to.

alias "ds_activate" "bind <key> ds_enable; echo Duck Toggle Script Activated"
alias "ds_enable" "+duck;wait;wait;wait;ds_togoff"
alias "ds_disable" "wait;wait;wait;-duck;ds_togon"
alias "ds_togon" "bind <key> ds_enable"
alias "ds_togoff" "bind <key> ds_disable"
ds_activate

(You can also take out the ds_activate and make it so you have to type ds_activate in console to actually start the script. IF the script works you should see "Duck Toggle Script Activated" show up in console)
 
Back
Top