制作脚本的进来看。《本人收录的CS脚本第一期》【申请精华】

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS脚本发布区制作脚本的进来看。《本人收录的CS脚本第一期》【申请精华】
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
4个回复

[1.5脚本]制作脚本的进来看。《本人收录的CS脚本第一期》【申请精华】

楼层直达
weizhe

ZxID:1518314

等级: 大尉
走别人的路,让别人无路可走。
举报 只看楼主 使用道具 楼主   发表于: 2008-08-28 0
这里是本人收集的一部分CS脚本,觉得其中很多还是蛮有用,特地拿出来分享下~~有兴趣的可以看看,大家讨论下

Glock 4发连射
这个脚本将原本GLOCK 3发连射改成了4发,启用后能提高GLOCK的准确性. 不过在用别的武器时要关掉
alias +fastglock "+attack;+attack2;+attack2;+attack"
alias -fastglock "-attack;-attack2;-attack2;-attack"
alias fg "fgon"
alias fgon "bind mouse1 +fastglock; developer 1; echo Fast Glock on; developer 0; alias fg fgoff"
alias fgoff "bind mouse1 +attack; developer 1; echo Fast Glock off; developer 0; alias fg fgon"

bind "v" "fg"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

AK脚本
这个脚本可以控制AK的连射,(单点, 3发, 5发, 扫射).


alias "dev0" "developer 0"
alias "dev1" "developer 1"
// Adjust the amount of waits in the next alias until you find the one that works the best according to your system and connection.
alias w3 "wait; wait; wait; wait; wait"
alias "cycle" "cyclesemi"
alias "cycleauto" "bind mouse1 +attack; dev1; echo <-------------------- AUTO FIRE -------------------->; alias cycle cyclesingle"
alias "cyclesingle" "bind mouse1 single; dev1; echo <-------------------- SINGLE FIRE -------------------->; alias cycle cyclesemi"
alias "cyclesemi" "bind mouse1 semi; dev1; echo <-------------------- SEMIAUTO FIRE -------------------->; alias cycle cycleburst"
alias "cycleburst" "bind mouse1 burst; dev1; echo <-------------------- BURST FIRE -------------------->; alias cycle cycleauto"
alias "single" "+attack; w3; -attack"
alias "semi" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
alias "burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"

bind "?" "cycle"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

射击选择脚本
单点,3发,正常

//common
alias "w3" "wait;wait;wait"
alias "dev1" "developer 1"
alias "dev0" "developer 0"

//Burst Control
alias "burst" "unbind mouse1; +attack; w3; w3; -attack; bind mouse1 burst"
alias "singleshoot" "unbind mouse1; +attack;wait;-attack; bind mouse1 singleshoot"

//Cycler
alias "mode0" "bind mouse1 singleshoot; dev1; echo [Single Shoot]; dev0; speak vfox/beep; alias mode_t mode1"
alias "mode1" "bind mouse1 burst; dev1; echo [Burst Fire]; dev0; speak vfox/beep; alias mode_t mode2"
alias "mode2" "bind mouse1 +attack; dev1; echo [Standard Fire]; dev0; speak vfox/beep; alias mode_t mode0"
alias "mode_t" "mode0"

bind "key" "mode_t"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

坐下射击脚本
运用这个脚本后,在你射击前会自动蹲下.

alias dfire "dfireon"
alias dfireon "bind mouse1 +fire; alias dfire dfireoff"
alias dfireoff "bind mouse1 +attack; alias dfire dfireon"
alias +fire "+duck; wait; wait; wait; +attack"
alias -fire "-attack; -duck"

bind "v" "dfire"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

手雷快速切换
这个脚本缩短了扔完手雷切换回武器的时间

alias +he1 "weapon_hegrenade"
alias -he1 "slot1"
alias +he2 "weapon_hegrenade"
alias -he2 "slot2"

alias +throw1 "+he1; +attack"
alias -throw1 "-attack; wait; wait; -he1"

alias +throw2 "+he2; +attack"
alias -throw2 "-attack; wait; wait; -he2"

alias nade "he_second"
alias he_second "bind MOUSE4 +throw2; dev1; echo he_second; dev0; alias nade he_prim"
alias he_prim "bind MOUSE4 +throw1; dev1; echo he_prim; dev0; alias nade rel"
alias rel "bind MOUSE4 +reload; dev1; echo he_prim; dev1; echo Reload; dev0; alias nade he_prim"

bind "MOUSE5" "nade"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

闪光弹警告脚本
开启后当你扔闪光弹时会同时发出让队友躲避的信息

alias +warnflash "warntm; weapon_flashbang; wait; wait; +attack" alias -warnflash "-attack"
alias warntm "say_team Throwing a Flashbang Take Cover!"

bind "w" "+warnflash"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

烟雾弹警告脚本
同上

alias +warnsmok "wrnteam; weapon_smokegrenade; wait; wait; +attack"
alias -warnsmok "-attack"
alias wrnteam "say_team Throwing a Smoke Grenade!"

bind "v" "+warnsmok"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

战术手电射击
当脚本开启后,射击时会自动打开战术手电,停止射击是自动关闭

alias +lightattack "+attack; impulse 100"
alias -lightattack "-attack; impulse 100"
alias l_attack "l_attackon"
alias l_attackon "bind mouse1 +lightattack; developer 1; echo Lite Attack on; developer 0; alias l_attack l_attackoff"
alias l_attackoff "bind mouse1 +attack; developer 1; echo Lite Attack off; developer 0; alias l_attack l_attackon"

bind "l" "l_attack"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

消除意外消声器的脚本
当脚本开启后,在M4的射击过程中,鼠标右键安装消声器的功能将关闭.因此,不会出现在射击过程中点错成装消音器的状况

alias attack2OFF ""

alias +attackNO2 "+attack; -attack2; bind mouse2 attack2OFF"
alias -attackNO2 "-attack; bind mouse2 +attack2"

bind "mouse1" "+attackNO2"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

快速换刀脚本
开启后,将消除从木仓转换到刀所用的时间.

alias qknif "weapon_knife"

bind "f" "qknif"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

快速换手木仓脚本
同上

alias qpist "slot2; +attack; wait; wait; -attack"

bind "a" "qpist"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

快速换主木仓脚本
同上

alias "qwpn" "weapon_mp5navy; weapon_p90; weapon_tmp; weapon_ump45; weapon_mac10; weapon_ak47; weapon_sg552; weapon_m4a1; weapon_aug; weapon_m3; weapon_xm1014; weapon_scout; weapon_awp; weapon_g3sg1; weapon_sg550; weapon_m249"

bind "End" "qwpn"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

射击转换脚本+Dual+Burst fire script// by: The Counter-Script Crew
改变射击的节奏, 正常,单点,2发连射,3发连射

echo Burst Fire - PGUP
echo Duel Fire - home
echo Single fire - ins
echo Normal - Del
alias duelfire "bind mouse1 duel2; developer 1; echo Duel Fire Enabled; developer 0; bind end burstfire"
alias duel2 "+attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3;"
alias wt3 "wait; wait; wait"
alias burstfire "bind mouse1 burst3; developer 1; echo Burst Fire Enabled; developer 0; bind end standard"
alias burst3 "+attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3;"
alias normal "bind mouse1 +attack; bind end burstfire; developer 1; echo Normal Fire Enabled; developer 0; bind end singlefire"
alias singlefire "bind mouse1 single1; developer 1; echo Single Fire Enabled; developer 0; bind end duelfire"
alias single1 "+attack; wt3; -attack; wt3; echo Single Fire Enabled"

bind "ins" "singlefire"
bind "end" "duelfire"
bind "pgup" "burstfire"
bind "home" "duelfire"
bind "del" "normal"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

狙和手木仓转换脚本
当你用AWP开完一木仓后,将自动换到手木仓.

bind +attack_button to your normal attack key (in this case mouse1)
bind "sp_switcher" to whatever key you want to have be the switch on and off(leftarrow here).

alias shoot_pist "+attack; wait; wait; -attack; slot2"
alias normal_atk "+attack"
alias -attack_button "-attack"
alias sp_on "developer 1; echo ** Pistol Switcher ON **;developer 0; alias +attack_button shoot_pist; alias sp_switcher sp_off"
alias sp_off "developer 1; echo ** Pistol Switcher OFF **; developer 0; alias +attack_button normal_atk; alias sp_switcher sp_on"
alias sp_switcher "sp_on"

bind leftarrow "sp_switcher"
sp_off
bind mouse1 +attack_button
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------
  
AWP自动切换
用AWP开完一木仓后将自动快速切换到手木仓再换回AWP

bind a key to "fast"

alias dev0 "developer 0"
alias dev1 "developer 1"
hud_fastswitch 1
alias fast "faston"
alias faston "bind mouse1 fastatt; dev1; echo Fast Sniper Attack *ON*; dev0; alias fast fastoff"
alias fastoff "bind mouse1 +attack; dev1; echo Fast Sniper Attack *OFF*; dev0; alias fast faston"
alias fastatt "+attack; wait; -attack; fson; slot2; slot1; fsoff"

bind "kp_enter" "fast"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

AWP脚本
用AWP开小镜射击一次后, 自动快速切换到刀, 再切换回AWP

alias w3 "wait; wait; wait"
alias +zoom "+attack2; w3; w3; -attack2"
alias -zoom "bind mouse1 +attak"
alias +attak "+attack; w3; w3; w3"
alias -attak "-attack; w3; w3; w3; weapon_knife; w3; w3; w3; slot1; w3; w3; w3; +attack; w3; w3; w3; -attack; bind mouse1 +attack"

bind "mouse3" "+zoom"
-----------------------------------传-说-中-的-分-割-线-----------------------------------------------

再一个AWP脚本
用AWP开小镜射击一次后, 自动快速切换到手木仓, 再切换回AWP

alias w3 "wait; wait; wait"
alias +zoomx "+attack2; w3; w3; -attack2"
alias -zoomx "bind mouse1 +attakx"
alias +attakx "+attack; w3; w3; w3"
alias -attakx "-attack; w3; w3; w3; slot2; w3; w3; w3; +attack; w3; w3; w3; -attack; bind mouse1 +attack"

bind "mouse3" "+zoomx"

飘柔就是这么自信!
weizhe

ZxID:1518314

等级: 大尉
走别人的路,让别人无路可走。
举报 只看该作者 沙发   发表于: 2008-08-28 0
很多人会看不懂。呵呵 我也是。现在在学习中。希望能给制作脚本的朋友提供点帮助。
飘柔就是这么自信!
weizhe

ZxID:1518314

等级: 大尉
走别人的路,让别人无路可走。
举报 只看该作者 板凳   发表于: 2008-08-28 0
没人顶..自己顶吧
飘柔就是这么自信!
weizhe

ZxID:1518314

等级: 大尉
走别人的路,让别人无路可走。
举报 只看该作者 地板   发表于: 2008-08-28 0
顶了
飘柔就是这么自信!
小湛

ZxID:1349551

等级: 中校
举报 只看该作者 4楼  发表于: 2008-08-28 0
不错 继续努力
« 返回列表
发帖 回复