I'm attempting to make a script that will login, warp to lumbridge, walk to the swamp mines then logout.
I'll post what I've done so far and update as I progress. Any comments would be appriciated.
SCAR Code:program New;
Procedure Click;
begin
ClickMouse(441,279,true);
end;
begin
Click;
end.
The next part of the procedure I hope to make is some kind of verification that the first click was done if possible.


Reply With Quote




