鼠标按键精灵(源码 + 程序)(2)
时间:2025-04-24
时间:2025-04-24
鼠标按键精灵
UICtrlRead($Input1)*1000)
$index += 1
WEnd
$locked = 0
EndFunc
Func InfLoop()
$inf = 1
While $flag
MouseClick("left", $pos[0], $pos[1])
sleep(GUICtrlRead($Input1)*1000)
WEnd
$flag = 1
$inf = 0
EndFunc
Func Pause()
If $inf = 1 Then
$flag = 0
Else
MsgBox(16, "Warning", "Pause function,[F3], could ONLY be used under Infinite-mode.")
EndIf
EndFunc