Search found 3 matches

by Daikiba
09 May 2016, 23:52
Forum: Скрипты и библиотеки
Topic: Скрипт петли поиска пикселя
Replies: 1
Views: 17728

Скрипт петли поиска пикселя

Подскажите плиз блок скрипта для поиска пикселя?
Что-то типа
"Я ищу цвет пикселя в маленькой области от большого активного окна.... ищу....ищу... я нашел пиксель, выполняю следующую комманду"
by Daikiba
09 May 2016, 20:50
Forum: Gaming Help (v1)
Topic: Please help me for converted UO Pilot script
Replies: 1
Views: 4442

Re: Please help me for converted UO Pilot script

my begin...
WinActivate ,,,
Send, {7}
SetKeyDelay, 500
Send, {0}
SetKeyDelay, 500
Loop
{
PixelSearch, P446, P60, 446, 60, 446, 60, 43CEE2, 3, Fast
if ErrorLevel
Send, {9}
else
Send, {5}
}
Loop
while x < y {
PixelSearch, Px, Py, 554, 162, 554, 162, 43CEE2, 3, Fast
Send, {9}
}
by Daikiba
09 May 2016, 09:37
Forum: Gaming Help (v1)
Topic: Please help me for converted UO Pilot script
Replies: 1
Views: 4442

Please help me for converted UO Pilot script

i have script for game, but UOpilot can't send key, only clicking mouse. I know, ahk can send keys. =================attacking action wait 4s // waiting for open game window kleft 798, 152 abs // select target wait 1000 // wating for select target kLeft 903, 151 abs // use gun wait 1000 // waiting s...

Go to advanced search