R2游戏里简单的自动打怪按键精灵脚本
的有关信息介绍如下:R2游戏里简单的自动打怪按键精灵脚本
首先下载安装按键精灵
安装好后,点击界面新建,新建一个空白的脚本,然后点击右面的源文件
把以下代码复制进源文件
Rem xuanze
KeyPress "E", 1
Delay 300
KeyPress "E", 1
Delay 300
KeyPress "E", 1
Delay 300
KeyDown "A", 1
Delay 300
KeyUp "A", 1
KeyPress "Insert", 1
IfColor 813, 771, "8EB31", 0 Then
Rem gongji
KeyPress "Home", 1
KeyPress "1", 1
KeyPress "E", 1
Delay 300
KeyPress "E", 1
Delay 300
KeyPress "E", 1
Delay 300
IfColor 816,774,"6C99A9",0 Then
Goto gongji
Else
Goto xuanze
End If
Else
Goto xuanze
End If
Sub chiyao()
IfColor 741,883,"212FC6",0 Then
KeyPress "Q", 1
Delay 1000
End If
End Sub
最后保存退出,选择试用即可。