CODE:
win w=window (-1, -1, -1, -1, 1600, 900, -1);
int Image1[6][6];
int x,y;
loop()
if(findimage(1, #Image1[6][6], 0, #x, #y, 1300, 630, 1600, 900, 25, 25, 25, 25, 25, 25, 77, 1, w)==1)
{
mouse(LEFT);
sleep (5000);
}
function load_images1()
{
if (loadimage (#Image1[6][6], "D:\CrossoutPhoto\Image1.bmp")<1);
}
win w=window (-1, -1, -1, -1, 1600, 900, -1);
int Image1[6][6];
int x,y;
loop()
if(findimage(1, #Image1[6][6], 0, #x, #y, 1300, 630, 1600, 900, 25, 25, 25, 25, 25, 25, 77, 1, w)==1)
{
mouse(LEFT);
sleep (5000);
}
function load_images1()
{
if (loadimage (#Image1[6][6], "D:\CrossoutPhoto\Image1.bmp")<1);
}