Ссылка на Сообщение
#1
28.12.2009, 12:57
Author's Readme/Notes:
I just started scripting, and this is my first one!
Basically, it makes you crouch whenever shooting.
Switch the word KEY with your key of choice to activate the script.
THIS SCRIPT IS COMPLETELY ALLOWED IN-GAME, AND YOU WON'T GET BANNED FOR USING IT.
Hope you enjoy! |^.^|
I just started scripting, and this is my first one!
Basically, it makes you crouch whenever shooting.
Switch the word KEY with your key of choice to activate the script.
THIS SCRIPT IS COMPLETELY ALLOWED IN-GAME, AND YOU WON'T GET BANNED FOR USING IT.
Hope you enjoy! |^.^|
CODE
alias +rr "+duck;+attack"
alias -rr "-duck;-attack"
bind "KEY" "+rr"
alias -rr "-duck;-attack"
bind "KEY" "+rr"