求按键精灵9 自动按 字母上边的数字键1(15秒一次)和A键(50秒一次)一直循环的后台脚本

2024-11-16 21:33:23
推荐回答(2个)
回答(1):

我来试试吧...

本人比较笨...倍数用不来,就用简单的 rem goto语句吧

Rem start
Delay 1500
KeyPress 49, 1
KeyPress 65, 1
Delay 1500
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Delay 500
KeyPress 65, 1
Delay 1000
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Delay 1000
KeyPress 65, 1
Delay 500
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Delay 1500
KeyPress 49, 1
Goto start

回答(2):

Rem a
KeyPress "1", 1
Delay 15000
KeyPress "1", 1
Delay 15000
KeyPress "1", 1
Delay 15000
KeyPress "1", 1
Delay 5000
KeyPress "A", 1
Delay 10000
Goto a

后台脚本需要一个接受命令的目标。魔兽是一款网游。好像不支持后台插件。
所以这个是前台脚本