z::
ex = 0
Loop
{
if ex = 1
Break
MouseGetPos, x, y
do:
MouseClick, Right, %x%, %y%,
sleep, 250
Send, s
WinWaitActive, ahk_class #32770, , 1
if Errorlevel
goto, do
Send, %A_Now%
Send, {Enter}
sleep, 100
Send, {Left}
}
Return
x::
ex = 1
Return
z开始 x中断
60 queries in 3.982 seconds |