球球大作战脚本制作教程,怎么制作脚本

1 , 怎么制作脚本推荐你个软件,按键精灵,可以做很多游戏的脚本 , 上边有视频教程,一学就会咯
2,怎么自己制作脚本呢大大们进来说说GM 脚本最简单,略懂点就可以写了 。主要三种:JavaScript、html、css,需要一个好的文本编辑器,我用 Sublime text
3,脚本制作这个我不会啊@ECHO OFFECHO Windows Registry Editor Version 5.00 > Time.regECHO [HKEY_CURRENT_USER\Control Panel\International] >> Time.regECHO "sShortTime"="tt H:mm" >> Time.regECHO "sTimeFormat"="tt h:mm:ss" >> Time.regECHO "s1159"="上午" >> Time.regECHO "s2359"="下午" >> Time.regregedit /s Time.regDEL Time.reg======================================把上面的内容粘贴到记事本上,现在是名字在前面,要放到后面,把第四、五行替换为:ECHO "sShortTime"="H:mm tt" >> Time.regECHO "sTimeFormat"="h:mm:ss tt" >> Time.reg上午、下午可以改成你喜欢的名字 。另存为"time.bat"(不带引号) , 双击运行即可@ECHO OFFECHO Windows Registry Editor Version 5.00 > Time.regECHO [HKEY_CURRENT_USER\Control Panel\International] >> Time.regECHO "sShortTime"="tt H:mm" >> Time.regECHO "sTimeFormat"="tt h:mm:ss" >> Time.regECHO "s1159"="上午" >> Time.regECHO "s2359"="下午" >> Time.regregedit /s Time.regDEL Time.reg======================================把上面的内容粘贴到记事本上,现在是名字在前面,要放到后面,把第四、五行替换为:ECHO "sShortTime"="H:mm tt" >> Time.regECHO "sTimeFormat"="h:mm:ss tt" >> Time.reg上午、下午可以改成你喜欢的名字 。另存为"Timefmt.cmd"(带引号),双击运行(Vista/Win7需要用管理员权限运行) 。脚本要注销重新登录或者重新启动之后才生效 。用什么类型的脚本制作的这个啊?不会做啊 。【球球大作战脚本制作教程,怎么制作脚本】
4,谁能教我怎么做个脚本话说回来,反恐的这脚本不是用来给大家作弊用的,有些只是让大家能更熟悉枪械或弹道的轨迹,有些是在网上打多人服务器是让大家更加方便点 。对于新手来说可能也还有些帮助吧~~又或者自己在加练枪的时候可以耍耍 , 比赛前热热身什么的~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发,正常//commonalias "w3" "wait;wait;wait" alias "dev1" "developer 1" alias "dev0" "developer 0" //Burst Controlalias "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 - PGUPecho Duel Fire - homeecho Single fire - insecho Normal - Delalias 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_offbind mouse1 +attack_button-----------------------------------传-说-中-的-分-割-线-----------------------------------------------AWP自动切换用AWP开完一枪后将自动快速切换到手枪再换回AWPbind a key to "fast"alias dev0 "developer 0"alias dev1 "developer 1"hud_fastswitch 1alias 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开小镜射击一次后, 自动快速切换到刀, 再切换回AWPalias 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开小镜射击一次后, 自动快速切换到手枪, 再切换回AWPalias 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"

    推荐阅读