Hack Forum For Counter-Strike 1.6

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Hack Forum For Counter-Strike 1.6 » Action Scripts » sniper hold 2x and 4x scope


sniper hold 2x and 4x scope

Сообщений 1 страница 2 из 2

1

Allows you to hold down mouse2 button and when you release mouse2 button you fire.
Tab your f5 button to activate 2x zoom and again to deactivate, tab your f6 button to activate 4x zoom and again to deactivate.

Usefully with Scout and Awp.

How to install.
1, copy the script code
2, paste to an text document and save as all files "optional name".cfg without dubble qoutes to your cstrike folder.
3, start counter-strike open the console and type in the name you give it.cfg

Код:
\\\-----|/|Sniper hold 2x & 4x script by atj0329|\|------\\\


\\\-----|/|The Script|\|----------------------------------\\\
alias w5 "wait; wait; wait; wait; wait"
alias w20 "w5; w5; w5; w5"
alias scope "+attack2; wait; -attack2"
alias scope2 "+attack2; w20; -attack2"

\\\---//---\\--|mode 2x|--//---\\-------------------------\\\
alias +hold2 "scope"
alias -hold2 "+attack; wait; -attack; lastinv; wait; lastinv"

alias 2off "bind mouse2 +attack2; bind f5 2on; echo |Sniper 2x off"
alias 2on "bind mouse2 +hold2; bind f5 2off; echo |Sniper 2x on"


\\\---//---\\--|mode 4x|--//---\\-------------------------\\\
alias +hold4 "scope2"
alias -hold4 "+attack; wait; -attack; lastinv; wait; lastinv"

alias 4off "bind mouse2 +attack2; bind f6  4on; echo |Sniper 4x off"
alias 4on "bind mouse2 +hold4; bind f6  4off; echo |Sniper 4x on"

\\\---//---\\--|The Bind|--//---\\-------------------------\\\
bind f5 "2on"

0

2

ok

0


Вы здесь » Hack Forum For Counter-Strike 1.6 » Action Scripts » sniper hold 2x and 4x scope