freepure
11-09-2012, 03:54 PM
hello everyone, i used to script on scar long ago. anyway thats not important. im playing a private server of runescape and im useing scar to write myself a fighting script. now my problem is i need to right click on the monster but i forgot how to move the mouse to the "attack" button after right clicking. i know its so simple and i'll get alot of crap for this but i could use the help. thanks (:
program Turoth;
//Constant//
const
Turoth=3815999;
//variable//
var
x,y:integer;
///Lets kill some monsters///
///////////MonstaMashBaby//////////////////
begin
repeat
(Findcolor(x,y,Turoth,532,3,1264,464));
begin
MoveMouse(x,y);
wait(100);
ClickMouse(x,y,false);
wait(1000);
end;
until(false);
end.
program Turoth;
//Constant//
const
Turoth=3815999;
//variable//
var
x,y:integer;
///Lets kill some monsters///
///////////MonstaMashBaby//////////////////
begin
repeat
(Findcolor(x,y,Turoth,532,3,1264,464));
begin
MoveMouse(x,y);
wait(100);
ClickMouse(x,y,false);
wait(1000);
end;
until(false);
end.