仙境幻想精靈技能
發布時間: 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 開始
熱點內容