Search found 1 match

by diver69
2010-11-27 09:35:55
Forum: General
Topic: Вопрос по изи / EasyUO Question
Replies: 1
Views: 2393

Re: Вопрос по изи / EasyUO Question

initevents
set %pasx 530
set %pasy 400
set %akx 530
set %aky 350
set %i 1
start:
key enter


if #CLILOGGED = 0
goto login
else
goto start

login:
CLICK %pasx %pasy
for %i 1 20 1
key BACK
msg "ваш пароль"

check:
if #CLILOGGED = 0
{
key enter
wait 50
goto check
}
else
goto start

вот так у меня ...