CODE:
win w;
int Image_0[26][17];
int Image_1[26][24];
int PosX;int PosY;
int zona_x1, zona_y1, zona_x2, zona_y2;
enabletimer(0);
w=window ("Forge of Empires - Mozilla Firefox");
if (w==0){messagebox ("не найденуказатель на браузер"); goto error;}
zona_x1=0; zona_y1=0; zona_x2=w.widthclient; zona_y2=w.heightclient;//установка зоны поиска весь браузер
if (load()==-1){messagebox ("не найдены рис в C:\Program Files (x86)\Kibor"); goto error;}//загрузка рис
pause(2000);
aa://сбор молотков (почему-то не выполняется).
if (findimage(1, #Image_0[0][0], 255, #PosX, #PosY, 0, 0, w.widthclient, w.heightclient, 50, 50, 50, 50, 50, 50, 60, -1, w)==1)
{
mouse(LEFT, PosX+imagewidth(#Image_0[0][0])/2, PosY+imageheight(#Image_0[0][0])/2+50, w);
}
sleep(10);
goto aa;
CREATE_TIMER(0, 1000)
{
bb://запуск молотков (выполняется).
if (findimage(1, #Image_1[0][0], 255, #PosX, #PosY, 0, 0, w.widthclient, w.heightclient, 50, 50, 50, 50, 50, 50, 70, -1, w)==1)
{
mouse(LEFT, PosX+imagewidth(#Image_1[0][0])/2, PosY+imageheight(#Image_1[0][0])/2+50, w);
sleep(500);
mouse(LEFT, 419, 455);
sleep(2000);
}
goto bb;
}
error:;
function load()//загрузка рис
{
loadimage (#Image_0[0][0], "C:\Program Files (x86)\Kibor\molot.bmp")<1) return -1;
loadimage (#Image_1[0][0], "C:\Program Files (x86)\Kibor\sleep.bmp")<1) return -1;
return 1;
}
int Image_0[26][17];
int Image_1[26][24];
int PosX;int PosY;
int zona_x1, zona_y1, zona_x2, zona_y2;
enabletimer(0);
w=window ("Forge of Empires - Mozilla Firefox");
if (w==0){messagebox ("не найденуказатель на браузер"); goto error;}
zona_x1=0; zona_y1=0; zona_x2=w.widthclient; zona_y2=w.heightclient;//установка зоны поиска весь браузер
if (load()==-1){messagebox ("не найдены рис в C:\Program Files (x86)\Kibor"); goto error;}//загрузка рис
pause(2000);
aa://сбор молотков (почему-то не выполняется).
if (findimage(1, #Image_0[0][0], 255, #PosX, #PosY, 0, 0, w.widthclient, w.heightclient, 50, 50, 50, 50, 50, 50, 60, -1, w)==1)
{
mouse(LEFT, PosX+imagewidth(#Image_0[0][0])/2, PosY+imageheight(#Image_0[0][0])/2+50, w);
}
sleep(10);
goto aa;
CREATE_TIMER(0, 1000)
{
bb://запуск молотков (выполняется).
if (findimage(1, #Image_1[0][0], 255, #PosX, #PosY, 0, 0, w.widthclient, w.heightclient, 50, 50, 50, 50, 50, 50, 70, -1, w)==1)
{
mouse(LEFT, PosX+imagewidth(#Image_1[0][0])/2, PosY+imageheight(#Image_1[0][0])/2+50, w);
sleep(500);
mouse(LEFT, 419, 455);
sleep(2000);
}
goto bb;
}
error:;
function load()//загрузка рис
{
loadimage (#Image_0[0][0], "C:\Program Files (x86)\Kibor\molot.bmp")<1) return -1;
loadimage (#Image_1[0][0], "C:\Program Files (x86)\Kibor\sleep.bmp")<1) return -1;
return 1;
}