作者pierli (Pier起来)
看板EzHotKey
标题Re: [AHK-] 想请教回圈输入数值(每次-1)
时间Sat Mar 28 17:39:03 2020
StartCounter := 79
loop
{
MouseClick, Left, 143, 430, 2
Sleep, 200
SendInput, %StartCounter%
Sleep, 200
MsgBox, 4,, 是否更改?
IfMsgBox Yes
{
MouseClick, Left, 600, 700
StartCounter--
}
Else
MouseClick, Left, 400, 200
If (StartCounter <= 0)
Break
}
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 39.8.126.127 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/EzHotKey/M.1585388345.A.8CD.html
1F:推 sworder12: 谢谢!可用!! 03/31 15:12