whaaat??? create ur scripts, it will be easier.
There is a post explaning how to make basic scripts for attack and even examples. Use the key controlls to select monsters (pressing "u" in game autotargets monsters). then scan for the monsters health and if the monster has health keep attacking.
something like....
u,100,
iscoll;6534271;638;36,
1,2,3,4,5,6,7,8,9,0,-,=,u,
endcoll;l,
(iscoll;color;coordx;coordy, ...means... is there a color; 463527 ; at these coordinates on my page.. 463527 is an integer of the color u want. you can use the scan command ito find these values)
This will search for a monster and spam every skill, then search for a monster. So in effect it will search for monsters(standing still) and attack them untill there dead and carry on searching.
you can then advance this a little bit and try this. (lets pretend that the above code was put into attack.txt)
*w,3000,-w,
lscript;attack.txt;1,
this will walk forward for 3 seconds search for monsters walk forward.
Now you play

, i hope this is what you were after.