SCAR Code:procedure Sell;
var x,y :integer;
begin
if(FindObj(x, y, 'hop K', ShopKeep, 5))then
MMouse(x,y,0,0);
wait(50+random(50));
Begin
Mouse(x,y,0,0,False);
wait(100+random(50));
ChooseOption(x,y,'rade');
Wait(300+random(150));
If FindDTM(LogDTM, X, Y, 555, 205, 740, 464)then
begin
Mouse(x,y,0,0,False);
Wait(100+random(5));
ChooseOption(x,y,'ell 10');
// I want to know the comand to make the script click that little X on the shop window
end;
end;
RadialWalk( 612139 , 297, 585, 48, 1, 1);
end;



Reply With Quote














