Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

简单的批量键鼠操作下载图片脚本 Autohotkey 4791

作者为 发表

Autohotkey

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中断


来了就留个评论吧! 2个评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 1.811 seconds |