e3479293 發表於 2017-5-29 21:35

提供按鍵精靈6.87版

提供按鍵精靈6.87版,範例腳本參考如下:

// Alt+W
KeyDown 18,1
KeyPress 87,1
KeyUp 18,1
// 自動打怪腳本 - 劃圈式辨識鼠標形狀
Rem start
VBS x0=300: n=1: y0=180: x=100
While x<400
VBS x=x0+4*(cos(n)+n*sin(n))
VBS y=y0+3*(sin(n)-n*cos(n))
Rem KillMon
MoveTo x y
// 偵測鼠標
VBSCall Shape=GetCursorShape(0)
If Shape=2147445397
LeftDoubleClick 1
Delay 100
KeyPress 115,1
MoveTo x0 y0
Goto KillMon
EndIf
Delay 10
VBS n=n+0.1
EndFor
Delay 40
Goto start

gave78321 發表於 2017-11-9 20:30

感謝。

廖伊恩 發表於 2017-11-10 12:13

推推推
頁: [1]
查看完整版本: 提供按鍵精靈6.87版