Log in

View Full Version : Help On my first script. AGAIN.



Frozen Tear
01-30-2012, 10:06 PM
i finish my script but it dosnt attack the chicken It only moves the mouse over the monster but doesn't attack. Why ? heres teh image.
http://i.imgur.com/H1Occ.png

Nebula
01-30-2012, 10:09 PM
Post the script. We can't help you if we can't see it.

Frozen Tear
01-30-2012, 10:25 PM
Fixed !

Runaway
01-30-2012, 11:57 PM
Copy + paste the script code into a post and add a (SIMBA) tag before and a (/SIMBA) tag after.

Replace the parentheses () with brackets [].

Nebula
01-31-2012, 12:03 AM
Change

Mouse(x, y, 0, 0, false);

to

Mouse(x, y, 2, 2, true);

This will make the script left click instead of right click, and with a bit of randomness for antiban.