Automation and bots

 Помощь      Поиск      Пользователи


 Страниц (1): [1]   

> Без описания
konmason
Отправлено: 04 Декабря, 2017 - 13:35:02
Post Id



Пользователь
Newbie


Покинул форум
Сообщений всего: 1
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




The meaning of how I understand the situation - to search for the desired image on the field and if found, then handle the event by pressing the mouse. and So in an infinite loop.

 Цитата:
int ferat[10][5];
int PosX_0[1], PosY_0[1];
int color, xe, ye;
getdisplay(color, xe, ye);
loadimage (#ferat[0][0], "C:\terret\mit.bmp");
e: if (findimage(1, #ferat[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, xe, ye, -1)==0)
{
sleep(50);
}
else
{
mousedbl(LEFT, PosX_0[0]+imagewidth(#honey[0][0])/2, PosY_0[0]+imageheight(#honey[0][0])/2, 1, wind);
mouse(LEFT, PosX_0[0]+imagewidth(#honey[0][0])/2, PosY_0[0]+imageheight(#honey[0][0])/2);
}
goto e;

w=window ("It yer", "as23Qe", -1)

(Отредактировано автором: 04 Декабря, 2017 - 13:36:52)

 
 Top
Kibor
Отправлено: 04 Декабря, 2017 - 13:52:38
Post Id



Администратор
Full Member


Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




CODE:
loop()
{
if (findimage(1, #ferat[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, xe, ye, -1)==1)
{
mouse(LEFT, PosX_0[0], PosY_0[0]);
}
sleep(10);//pause that would not load the processor
}


-----
The Visual Code Editor is Kibor. Creating bots without knowledge of programming.

Learning function for recognizing text.
-----
 
 Top
Страниц (1): [1]
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0)
« Issues and problem solving »


Все гости форума могут просматривать этот раздел.
Только зарегистрированные пользователи могут создавать новые темы в этом разделе.
Только зарегистрированные пользователи могут отвечать на сообщения в этом разделе.
 




Powered by