Code:
program ArcherPleveler;
var x,y:integer;
begin
repeat
begin
//MoveMouse(216,125);
clickmouse(894,291,True);
wait(1500)
clickmouse(475,150,false);
Wait(1500)
clickmouse(470,160,false);
wait(1500)
clickmouse(490,150,false);
wait(1500)
clickmouse(322,34,true);
wait(1500)
clickmouse(252,120,false);
wait(1500)
clickmouse(252,120,false);
wait(1500)
clickmouse(252,120,false);
wait(1500)
clickmouse(69,415,true);
wait(1500)
clickmouse(337,542,false);
wait(1500)
clickmouse(337,542,false);
wait(1500)
clickmouse(337,542,false);
wait(1500)
clickmouse(184,645,true);
wait(1500)
clickmouse(830,547,false);
wait(1500)
clickmouse(830,547,false);
wait(1500)
clickmouse(830,547,false);
wait(1500)
clickmouse(779,589,true);
wait(1500)
clickmouse(723,627,false);
wait(1500)
clickmouse(723,627,false);
wait(1500)
clickmouse(723,627,false);
wait(1500)
clickmouse(769,334,true);
wait(1500)
end;
until(false)
end.
this bot only works on monsters u 2-3 hit with scatter just start any where around the stack, but not on it
you also have to hold down control =\ and reload and heal yourself
DOWNLOAD LINK FOR SCAR

u have to use scar and u have to specify the conquer window by dragging the crosshairs anywhere on the conquer window
INT LEVEL BOT
Code:
program IntLeveler;
var x,y:integer;
begin
repeat
begin
clickmouse(894,405,False);
wait(10000)
end;
until(false)
end.