仙境幻想精灵技能
发布时间: 2020-12-26 03:03:45
1. 用按键精灵写仙境幻想挂机自动使用技能的脚本怎么写
while true
KeyPress "4", 1
KeyPress "5", 1
delay 40000
KeyPress "5", 1
delay 20000
KeyPress "4", 1
delay 20000
KeyPress "5", 1
delay 40000
Wend
采纳后,有什么问题专QQM我属 659136639
2. 求 网页游戏 《仙境幻想》自动打精英的按键精灵脚本!
这。。。。时间上。。。。
3. 按键精灵 每隔60秒自动按4键,无限循环,脚本怎么写
SetSimMode 1
Dim tim1
Dim hwnd
hwnd=Plugin.Window.MousePoint()
rem 开始
Call Plugin.Bkgnd.KeyPress(Hwnd, 49)
delay 1000
Call Plugin.Bkgnd.KeyPress(Hwnd, 50)
delay 1000
If DateDiff("s",tim1,now) >= 3600 Then
tim1=now
Call Plugin.Bkgnd.KeyPress(Hwnd, 51)
Delay 200
End if
goto 开始
热点内容