PDA

View Full Version : Shot bash script..


hackattack123
8th April 2007, 05:37
bin workin my ass off to try and configure a shot bash script but everytime i get close it only works once and it wont bash anymore any ideas?

"+attack; wait 1; wait 1; +melee; wait 1; wait 1; -melee"

server123
8th April 2007, 11:47
try "-attack" at the end of the script....

Callisto
10th April 2007, 13:41
is this detected by Cvar or Punkbuster? And will you get banned for it, or just kicked?

maxes21
12th April 2007, 05:45
^^^^^^^^^^WHAT! this is a script^^^^^^^^^^^

Callisto
12th April 2007, 20:18
ok :P sorta tought that.. but well.. just asked :P
Can some one explain why you do first
+command; wait 1; and then -command?
Quite confusing imho..

maxes21
13th April 2007, 01:08
As i know of no script will get you banned from PB. Cal and i think TWL and cevo, bann scripts, if thats what your confused about, but if somone can confirm this pls

hackattack123
13th April 2007, 09:40
no script will ever get you kicked / ban. Guaranteed.

Shard
13th April 2007, 19:29
ok :P sorta tought that.. but well.. just asked :P
Can some one explain why you do first
+command; wait 1; and then -command?
Quite confusing imho..
Thats for commands which are toggled on and off.
e.g. +attack starts attacking and then the game continues attacking until you do -attack.

no script will ever get you kicked / ban. Guaranteed.
Unless the server admin decides to do so of course.

Try this:
"+attack; wait 1; -attack; wait 1; +melee; wait 1; -melee;"

Callisto
14th April 2007, 18:33
Ok.. cool.. Is there a site or something which shows you the available commands like the attack and melee you guys are using.. like for going prone and stuff?

server123
14th April 2007, 23:37
have you tried the cmd list in the console of COD

Shard
15th April 2007, 00:56
Ok.. cool.. Is there a site or something which shows you the available commands like the attack and melee you guys are using.. like for going prone and stuff?
You can log them from the console by doing:
/logfile 1
/cmdlist
/logfile 0
It will save the log in /main/ under console_mp.log, that will give you all of the commands.
In fact, I may aswell save you the time and upload it for you now, so here you go.

Callisto
19th April 2007, 23:35
Cool Shard.. thanks for that :D

now I can analise the scripts from maxess script pack to understand it a bit more and maybe in the future make my own scripts :)