UrlDownloadToFile,
https://i.yapx.cc/W602E.png, %a_temp%\W602E.png
UrlDownloadToFile,
https://raw.githubusercontent.com/heroinshake/AHK/main/2.png, %a_temp%\2.png
UrlDownloadToFile,
https://raw.githubusercontent.com/heroinshake/AHK/main/3.png, %a_temp%\3.png
UrlDownloadToFile,
https://raw.githubusercontent.com/heroinshake/AHK/main/4.png, %a_temp%\4.png
UrlDownloadToFile,
https://raw.githubusercontent.com/heroinshake/AHK/main/5.png, %a_temp%\5.png
Gui, Font, s10, Arial ; Установить шрифт для отображения кириллицы
Gui, Show, h320 w350, Швейка | GTA5RP
Gui, Add, Picture, x0 y12 w360 h130 , %a_temp%\W602E.png
Gui, Add, Text,h20 , F4 - Перезапустить бота.
Gui, Add, Text,h20 , F5 - Старт.
Gui, Add, Text,h20 , F6 - Пауза.
Gui, Add, Text,h20 , F7 - Возобновить.
Gui, Add, Text,h20 , F8 - Остановить бота.
Gui, Add, Button, x201 y225 w130 h70 gKey3, OFF | Выход
Return
GuiClose:
ExitApp
F4::
Reload
return
F8::
Exit:
ExitApp
return
F6::
Pause, On
return
F7::
Pause, Off
return
F5::
loop{
Send, {e}
1:
Sleep 100
ImageSearch, xp, yp, 900, 500, 1000, 600, *50 %a_temp%\2.png
If xp > 0
Send, {a}
If xp > 0
Goto 1
ImageSearch, xp, yp, 900, 500, 1000, 600, *50 %a_temp%\3.png
If xp > 0
Send, {d}
If xp > 0
Goto 1
ImageSearch, xp, yp, 900, 500, 1000, 600, *50 %a_temp%\4.png
If xp > 0
Send, {s}
If xp > 0
Goto 1
ImageSearch, xp, yp, 900, 500, 1000, 600, *50 %a_temp%\5.png
If xp > 0
Send, {w}
If xp > 0
Goto 1
}
return
Key3:
ExitApp