求个鼠标左键无限点击后台运行的按键精灵脚本,感谢了
发布网友
发布时间:2024-10-24 02:34
我来回答
共1个回答
热心网友
时间:2024-10-31 00:12
Dim hwnd
hwnd = Plugin.window.mousepoint()
s = Plugin.window.getclientrect(hwnd)
XYarray = split(s, "|", - 1 , 1)
dx = XYarray(0)
dy = XYarray(1)
Rem start
LeftClick 1
Delay 1000
Goto start
一秒点一次鼠标左键