[code]
program flaxorspinnerbanker;
begin
MoveMouse(660, 182)
Wait(1000);
ClickMouse(660, 182, True);
Wait(4000);
MoveMouse(656, 181);
Wait(2000);
ClickMouse(656, 181, True);
Wait(4000);
MoveMouse(696, 148);
Wait(1000);
ClickMouse(696, 148, True);
Wait(5555);
end.
procedure atflaxspot;
begin
repeat
MoveMouse(295, 190);
wait(400);
ClickMouse(295, 190, True);
wait(500);
until(InvFull)
end.
procedure goingtospinningspot;
begin
MoveMouse(584, 79);
Wait(1000);
ClickMouse(584, 79, True);
Wait(6000);
MoveMouse(640, 36);
Wait(1000);
ClickMouse(640, 36, True);
wait(5000);
MoveMouse(639, 93);
Wait(1500);
ClickMouse(639, 93, True);
end;
procedure goingupstairs;
MoveMouse(315, 236);
Wait(400);
ClickMouse(315, 236, True);
Wait(2000);
MoveMouse(86, 199);
Wait(400);
ClickMouse(86, 199, True);
Wait(15000);
end.
procedure goingtobank;
MoveMouse(440, 205);
Wait(400);
ClickMouse(440, 205, True);
wait(1000);
MoveMouse(674, 40);
Wait(4500);
ClickMouse(674, 40, True);
Wait(1500);
MoveMouse(641, 71);
Wait(3500);
ClickMouse(641, 71, True);
wait(3500);
end.
procedure banking;
MoveMouse(237, 135);
wait(600);
ClickMouse(237, 135, False);
Wait(600);
MoveMouse(241, 187);
Wait(400)
ClickMouse(241, 187, True);
Wait(600);
MoveMouse(577, 255);
wait(500);
ClickMouse(577,255, False);
wait(700);
MoveMouse(585, 324);
Wait(600);
ClickMouse(585, 324, True);
Wait(700);
end.
begin
repeat
atflaxspot;
goingtospinningspot;
goingupstairs;
goingtobank;
bank;
until False
end.
[code/]
this is my script and no its not the best because i will be using this in a private server but it has the same flax picking spot.
so if anyone has any pointers i would love to hear them![]()
thanks heaps
gore


Reply With Quote









