[乐游网导读]玩家可以使用按键精灵实现无限连的脚本,具体设置方法如下,基本效果就是很简单的连招,但是不会有很高的分数评价。
玩家可以使用按键精灵实现无限连的脚本,具体设置方法如下,基本效果就是很简单的连招,但是不会有很高的分数评价。
使用效果为:表演时刻(起手)+”剑砍+镰刀砍+剑砍…………+镰刀砍+魔-蛇鞭拖拽“(无限循环)
源代码如下:
KeyPress "1", 1
KeyDown "F", 1
Delay 500
KeyUp "F", 1
For 999
KeyPress "1", 1
KeyPress "Space", 1
LeftClick 1
Delay 200
KeyPress "3", 1
KeyPress "Space", 1
LeftClick 1
Delay 220
KeyPress "1", 1
KeyPress "Space", 1
LeftClick 1
Delay 200
KeyPress "3", 1
KeyPress "Space", 1
LeftClick 1
Delay 220
KeyPress "1", 1
KeyPress "Space", 1
LeftClick 1
Delay 200
KeyDown "E", 1
Delay 100
RightClick 1
Delay 300
KeyUp "E", 1
Next
热门评论
最新评论