当前位置:首页 > 游戏信息 > 正文

按键精灵后台 循环脚本 魔兽世界

按键精灵后台 循环脚本 魔兽世界-第1张-游戏信息-龙启网

Hwnd = Plugin.Window.Find(0, "魔兽世界")

Rem start

Call Plugin.Bkgnd.KeyPress(Hwnd, 49)

Delay 1500

Call Plugin.Bkgnd.KeyPress(Hwnd, 50)

Delay 1300

Call Plugin.Bkgnd.KeyPress(Hwnd, 51)

Delay 2000

Call Plugin.Bkgnd.KeyPress(Hwnd, 52)

Delay 1300

Call Plugin.Bkgnd.KeyPress(Hwnd, 53)

Delay 2500

Goto start