第1个回答 2011-06-12
Delay 2000 ------------【运气脚本后,2秒内在需要的窗口单击,
Dim hwnd
hwnd=Plugin.Window.MousePoint()
for 10000 -----------[循环10000次]
Call Plugin.Bkgnd.KeyPress(hwnd, 32)
Delay 60000
endfor
也许 do loop 更适合 ,不会用本回答被提问者和网友采纳
第2个回答 2011-06-12
For 10000
Delay 600000
KeyPress "Space", 1
Next
循环10000次,如果不够,再加
第3个回答 2011-06-12
Hwnd=Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 32)
Delay 60000
Goto a