发一些常用的脚本命令啦··

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS脚本发布区发一些常用的脚本命令啦··
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
1个回复

发一些常用的脚本命令啦··

楼层直达
yintuiweixue

ZxID:1161920

等级: 列兵
举报 只看楼主 使用道具 楼主   发表于: 2008-03-08 0
— 本帖被 夨魂。 执行锁定操作(2009-05-01) —
滚轮攻击

alias cngmwon "change; wait; wait; change2; wait; emwc; alias cngmw cngmwoff"
alias cngmwoff "changebk; wait; wait; changebk2; wait; emwc2; alias cngmw cngmwon"
alias change "bind MWHEELUP +attack"
alias change2 "bind MWHEELDOWN +attack"
alias emwc "echo Mouse Wheel Up/Down Changed to attack"
alias emwc2 "echo Mouse Wheel Up/Down Changed to Default"

alias changebk "bind MWHEELUP invnext"
alias changebk2 "bind MWHEELDOWN invprev"

alias cngmw "cngmwon"

bind "?" "cngmw"

快速手木仓攻击

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

bind "a" "qpist"



无声木仓
alias +quiksilencer "+attack2; wait; wait; wait"
alias -quiksilencer "-attack2; weapon_knife; wait; wait; lastinv"

bind "q" "+quiksilencer"



快速主木仓

alias qwpn "slot1; +attack; wait; wait; -attack"

bind "l" "qwpn"



 
 
//Select Fire Script// by: submitted by: hoLy
Description: a select fire switch that switches between burst and full auto.

// Select Fire Group Switch
// Switch Fire Modes from Single to 2-Round Burst to Full Auto.
alias "longwait" "wait;wait;wait"
alias "triggergroup" "selectsemi"
alias "selectsemi" "bind mouse1 semi;developer 1;echo ..:: SEMI AUTOMATIC FIRE ::..;developer 0;alias triggergroup selectburst"
alias "selectburst" "bind mouse1 burst;developer 1;echo ..:: BURST FIRE ::..;developer 0;alias triggergroup selectauto"
alias "selectauto" "bind mouse1 +attack;developer 1;echo ..:: FULL AUTOMATIC FIRE ::..;developer 0;alias triggergroup selectsemi"
alias "semi" "+attack;longwait;-attack"
alias "burst" "+attack;longwait;-attack;longwait;+attack;longwait;-attack;longwait;+attack;longwait;-attack;longwait"

bind "mouse1" "+attack"
bind "a" "triggergroup"



狙击攻击后切换到手木仓
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



 
狙击Sniper- Awp Fire / Pistol/ Awp 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"
aojian007

ZxID:1254623

等级: 大校

举报 只看该作者 沙发   发表于: 2008-03-10 0
config里的??  顶!!!!!!
« 返回列表
发帖 回复