Автокликер Clickermann :: Форум
Основной раздел => Общие вопросы => Topic started by: Gorishniy on January 28, 2018, 02:51:21 PM
-
Помогите пожалуйста, работает некорректно ..
thread(thr1)
getscreen
if_picture_in(250,780,907,1032,"1.bmp",-1,90)
wait(2)
keypress(74)
waitms(750)
keypress(48)
wait(14)
end_if
end_thread
thread(thr2)
a:
wait(10)
getscreen
if_picture_in(250,780,907,1032,"2.bmp",-1,90)
keypress(76)
else
goto(a)
end_if
end_thread
-
если это весь код, то
thread(thr1)
getscreen
if_picture_in(250,780,907,1032,"1.bmp",-1,90)
wait(2)
keypress(74)
waitms(750)
keypress(48)
wait(14) //14 СЕКУНД!!!
end_if
waitms(100)
end_thread
wait(10) //10 СЕКУНД!!!
getscreen
if_picture_in(250,780,907,1032,"2.bmp",-1,90)
keypress(76)
end_if