Скрипты CS - Скачать - Counter-Strike 1.6, Counter-Strike Source, Counter-Strike Condition Zero

Скрипты CS

Мы рекомендуем

Каталог файлов:
Стрельба [5]Закупка [0]Быстрое реагирование [7]
Радио\чат [1]Обзор [3]Для админа [1]
Демки [0]

Главная » Файлы » Скрипты CS

В разделе материалов: 17
Показано материалов: 1-10
Страницы: 1 2 »

Один из самых популярных Anti-Recoil скриптов для CS 1.6

Code
//================================
//Anti-recoil by J2K! VAC WON'T ban you for this
//================================

This is a touchy one, as it can be seen as cheating by some (mainly competitions).

All it does is bind your shoot button to look down slowly until released, making spam more accurate.

//The anti-recoil script
alias +antirclbind "+attack; +lookdown;"
alias -antirclbind "-attack; -lookdown;"

//The anti-recoil toggler
alias antircl antirclon
alias antirclon "bind mouse1 +antirclbind; alias antircl antircloff;"
alias antircloff "bind mouse1 +attack; alias antircl antirclon;"

//The bind
bind kp_minus antircl

//Strength of anti-recoil
cl_pitchspeed 5

//Setting the strength
The amount of pull down you set with cl_pitchspeed is up to you. I suggest you set it between 1 - 10, after 10 the pull down gets far too strong and just looks at the floor.
Стрельба | Просмотров: 940 | Загрузок: 0 | Рейтинг: 0.0/0 | Комментарии (1) | Подробнее...

Один из самых популярных Anti-Recoil скриптов для CS 1.6

Code
   // Anti-Recoil: The New Generation [Lag]

// Overall Info:
// This script is created by GarfIIeld.
// First released at FPSBANANA.com by GarfIIeld 11/4-2008.
// But has been updated several times. This version was released on 08/04-2009.
// The script is auto activated when loaded, but if you want to
// Turn it off, press Insert. In order to advertise my script press P in-game.
// Have you got any questions contact me via e-mail or msn, my adress is: GarfIIeld@live.se.
// You can also visit my website GARFIIELD-NETWORK.SE.NU if you're interested in other things I've done (a new link might come in the future).
// This information migth change, so make sure you're updated with the latest info.

// Installation:
// Copy this code to a ".cfg" file and put the file in the "cstrike" folder
// In-game exec the ".cfg" file, now you are ready to play.
// And if everything is made correctly a message should appear in the console.

// Script Code:
alias "@GarfIIeld|Moderator[Shake]" "GarfIIeld|Moderator[Down];GarfIIeld|Moderator[Up]"
alias "+GarfIIeld|Moderator[Shot]" "GarfIIeld|Moderator[Lagg];@GarfIIeld|Moderator[Shake];+attack"
alias "-GarfIIeld|Moderator[Shot]" "GarfIIeld|Moderator[Unlagg];-attack"

alias "GarfIIeld|Moderator[Lagg]" "cl_updaterate 10;cl_cmdrate 10;rate 5000"
alias "GarfIIeld|Moderator[Unlagg]" "cl_updaterate 101;cl_cmdrate 101;rate 25000"
alias "GarfIIeld|Moderator[Down]" "+lookdown;wait;-lookdown"
alias "GarfIIeld|Moderator[Up]" "+lookup;wait;-lookup"

alias "GarfIIeld|Moderator[ON/OFF]" "GarfIIeld|Moderator[OFF]"
alias "GarfIIeld|Moderator[OFF]" "bind mouse1 +attack;clear;echo;echo GarfIIeld`s Anti-Recoil Script - The New Generation [Lag] is *Deactivated*;echo;alias GarfIIeld|Moderator[ON/OFF] GarfIIeld|Moderator[ON]"
alias "GarfIIeld|Moderator[ON]" "bind mouse1 +GarfIIeld|Moderator[Shot];clear;echo;echo GarfIIeld`s Anti-Recoil Script - The New Generation [Lag] is *Activated*;echo;alias GarfIIeld|Moderator[ON/OFF] GarfIIeld|Moderator[OFF]"

// Settings:
bind "mouse1" "+GarfIIeld|Moderator[Shot]"
bind "INS" "GarfIIeld|Moderator[ON/OFF]"
bind "p" "say <-|GarfIIeld`s Anti-Recoil Script - The New Generation [Lag]|-> -=|FPSBANANA.COM|=- | --> |_ [] |_ <-- |    :)"
cl_pitchspeed "101" <-- Change this value to change the power of the anti-recoil, higher number = stronger anti-recoil.
cl_updaterate "101"
cl_cmdrate "101"
fps_max "101"
rate "25000"

// In-Game info:
clear
echo ""
echo "- GarfIIeld`s Anti-Recoil Script - The New Generation [Lag] is *Loaded*"
echo "- To activate/deactivate the script, press Insert."
echo "- In order to advertise this script, press P."
echo ""
echo "Have you got any questions, contact me"
echo "via e-mail or MSN, my adress is: GarfIIeld@live.se"
echo "or via my website: GARFIIELD-NETWORK.SE.NU"
echo ""
echo "The contact information above might get outdated,"
echo "so make sure that you've got tha latest info."
echo "100% Pure Pwnage..."
echo ""
Стрельба | Просмотров: 859 | Загрузок: 0 | Рейтинг: 0.0/0 | Комментарии (0) | Подробнее...

Наиболее удачная версия скрипта для LongJump

Code
//LongJump Script
// Waits
fps_max "101"
cl_yawspeed "210"
alias wait5 "wait; wait; wait; wait; wait"
alias wait10 "wait5; wait5"
alias wait20 "wait10; wait10"
alias wait40 "wait20; wait20"

// Multi-Strafe
alias strafe.qA2_4 "+left; +moveleft; wait10; -moveleft; -left; strafe.qA2_right; strafe.qA2_left; +right; +moveright; wait10; -moveright; -right; +duck; wait40; -duck"
alias strafe.qA2_left "+left; +moveleft; wait20; -moveleft; -left"
alias strafe.qA2_right "+right; +moveright; wait20; -moveright; -right"
alias _jump.qA2 "+jump; wait; -jump"

// Pre-Strafe
alias s.qA2_run "+forward; wait40; wait10; wait10; -forward"
alias s.qA2_pre "+forward; wait40; cl_yawspeed 105; +left; +moveleft; wait40; wait20; -moveleft; -forward; -left; cl_yawspeed 210"
alias run_qA2.LJ4 "s.qA2_run; _jump.qA2; strafe.qA2_4"
alias pre_qA2.LJ4 "s.qA2_pre; _jump.qA2; strafe.qA2_4"

// Edit Here
bind "ALT" "run_qA2.LJ4" // Straight-Forward Runup
bind "CAPSLOCK" "pre_qA2.LJ4" // Pre-Strafe Runup (Further)
Быстрое реагирование | Просмотров: 5523 | Загрузок: 0 | Рейтинг: 3.4/7 | Комментарии (19) | Подробнее...

Скрипт для распрыжки

Code
//Bhop

alias +newbh "alias _special jump; jump"
alias -newbh "alias _special"
alias newbhtoggle "bhopon"
alias jump "special; wait; +jump; wait; -jump"
alias bhopon "bind space +newbh; speak on; alias newbhtoggle bhopoff"
alias bhopoff "unbind space; bind space +jump; speak off; alias newbhtoggle bhopon"
bind space +newbh
bind mouse3 +newbh


Установка: просто скопируйте код в ваш конфиг.

Быстрое реагирование | Просмотров: 20953 | Загрузок: 0 | Рейтинг: 3.8/27 | Комментарии (61) | Подробнее...

AWP скрипт

Code
//Awp script
alias +awp "+attack; w5; weapon_knife"
alias -awp "weapon_awp; w5; -attack"
alias awptoggle "awpon"
alias awpon "bind mouse1 +awp; speak on; alias awptoggle awpoff"
alias awpoff "unbind mouse1; bind mouse1 +attack; speak of; alias awptoggle awpon"


Установка: просто скопируйте код в ваш конфиг.

Стрельба | Просмотров: 4280 | Загрузок: 0 | Рейтинг: 4.5/2 | Комментарии (5) | Подробнее...

Скрипт для изменение моделей рук и вида оружия одним нажатием кнопки

Code
Config Name: Left/Right Weapon Models Switcher
Config Author: Nextwish

Zip compiled by: huckS

---------------------------------------------------------------------
Description:

Each time weap_t is activated it will change between, left and right handed gun models.
---------------------------------------------------------------------

alias weap_t weap_left
alias weap_left "alias weap_t weap_right; setinfo lefthand 1; wait; wait; wait; weapon_knife; wait; wait; wait; lastinv"
alias weap_right "alias weap_t weap_left; setinfo lefthand 0; wait; wait; wait; weapon_knife; wait; wait; wait; lastinv"

bind "x" "weap_t"


Установка: просто скопируйте код в ваш конфиг.

Стрельба | Просмотров: 1323 | Загрузок: 0 | Рейтинг: 1.0/1 | Комментарии (2) | Подробнее...

Новый эффектный скрипт оповещающие о начале игры путем 3х рестартов.

Code
// into config.cfg:

bind "taste" "exec restart.cfg"

// -----------------------------------------------

// into restart.cfg:

// rcon_password "rconpw"

alias "wait5" "wait; wait; wait; wait; wait"
alias "wait6" "wait5; wait"
alias "wait10" "wait5; wait5"
alias "wait110" "wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10"

alias "rr1" "rcon sv_restartround 1"

rcon say "[----LIVE gaming after 3 restarts----]
wait110
rr1
wait110
rcon say "[-----#1-----]
wait110
rr1
wait110
rcon say "[-----#2-----]
wait110
rr1
wait110
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[-----LIVE---]
wait6
rcon say "[------LIVE--]
wait6
rcon say "[-------LIVE-]
wait6
rcon say "[--------LIVE]
wait6
rcon say "[E--------LIV]
wait6
rcon say "[VE--------LI]
wait6
rcon say "[IVE--------L]
wait6
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[-----LIVE---]
wait6
rcon say "[------LIVE--]
wait6
rcon say "[-------LIVE-]
wait6
rcon say "[--------LIVE]
wait6
rcon say "[E--------LIV]
wait6
rcon say "[VE--------LI]
wait6
rcon say "[IVE--------L]
wait6
rcon say "[LIVE--------]
wait6
rcon say "[-LIVE-------]
wait6
rcon say "[--LIVE------]
wait6
rcon say "[---LIVE-----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6
rcon say "[----LIVE----]
wait6

don´t forget to type in your rcon password before you use the script :D


Установка: просто скопируйте код в ваш конфиг.

Для админа | Просмотров: 405 | Загрузок: 0 | Рейтинг: 0.0/0 | Комментарии (0) | Подробнее...

Известно что при начале расминирования бомбы с щипчиками, раздается соответствующий щелчок, по которому враг может понять что бомбу начали минировать. Данный скрипт позволяет убрать этот щелчок.

Code
alias "+silentdefuse" "+use;wait;-use;wait;+use;wait;-use;wait;+use;wait;-use;wait;+use;
alias "-silentdefuse" "-use";
bind "e" "+silentdefuse";


Установка: просто скопируйте код в ваш конфиг.

Радио\чат | Просмотров: 667 | Загрузок: 0 | Рейтинг: 0.0/0 | Комментарии (3) | Подробнее...

Скрипт для BunnyHop карт. Очередной скрипт для распрыжки.

Code
alias +F.Bun "alias cl_rebuy F.Bun;F.Bun"
alias -F.Bun "alias cl_rebuy;alias F.Buh F.r1;-jump"
alias F.Bun "rebuy;wait;F.Buh"
alias F.Buh "F.r1"
alias F.r1 "alias F.Buh F.r2;+jump"
alias F.r2 "alias F.Buh F.r3"
alias F.r3 "alias F.Buh F.r1;-jump"
bind space "+F.Bun"


Установка: просто скопируйте код в ваш конфиг.

Быстрое реагирование | Просмотров: 2648 | Загрузок: 0 | Рейтинг: 4.5/2 | Комментарии (6) | Подробнее...

Скрипт для BunnyHop карт. Данный скрипт позволяет делать длинные прыжки, на отрезках карт, где нужно прыгнуть через большое расстояние.

Code
//LongJump Script
// Waits  
fps_max "101"  
cl_yawspeed "210"  
alias wait5 "wait; wait; wait; wait; wait"  
alias wait10 "wait5; wait5"  
alias wait20 "wait10; wait10"  
alias wait40 "wait20; wait20"  

// Multi-Strafe  
alias strafe.qA2_4 "+left; +moveleft; wait10; -moveleft; -left; strafe.qA2_right; strafe.qA2_left; +right; +moveright; wait10; -moveright; -right; +duck; wait40; -duck"  
alias strafe.qA2_left "+left; +moveleft; wait20; -moveleft; -left"  
alias strafe.qA2_right "+right; +moveright; wait20; -moveright; -right"  
alias _jump.qA2 "+jump; wait; -jump"  

// Pre-Strafe  
alias s.qA2_run "+forward; wait40; wait10; wait10; -forward"  
alias s.qA2_pre "+forward; wait40; cl_yawspeed 105; +left; +moveleft; wait40; wait20; -moveleft; -forward; -left; cl_yawspeed 210"  
alias run_qA2.LJ4 "s.qA2_run; _jump.qA2; strafe.qA2_4"  
alias pre_qA2.LJ4 "s.qA2_pre; _jump.qA2; strafe.qA2_4"

// Edit Here  
bind "ALT" "run_qA2.LJ4" // Straight-Forward Runup  
bind "CAPSLOCK" "pre_qA2.LJ4" // Pre-Strafe Runup (Further)


Установка: просто скопируйте код в ваш конфиг.

Быстрое реагирование | Просмотров: 3327 | Загрузок: 0 | Рейтинг: 3.0/2 | Комментарии (4) | Подробнее...

1-10 11-17
Форма входа
E-mail:
Пароль:
Поиск
Галерея
Статистика
Rambler's Top100

Онлайн всего: 13
Гостей: 13
Пользователей: 0
Друзья сайта
Counter-Strike: Source
Copyright MyCorp © 2010