level 1
吾王303
楼主
有大神能把按键精灵的这串代码转成auto.js能用的吗
dim a=200
dim b=115
dim c=995
dim d=1935
dim e=280
dim f=197
dim g=542
dim h=431
Dim x
Dim i
Dim j//定义结束,下面程序开始
Tap a,b
Delay 200
Touch c,d,20
Delay 600
x=GetPixelColor(g,h)//得到取色点非闪光时颜色
For j=1 to 100000 step 1
For i=1 to 20 step 1//进入刷闪循环
tap a,b
Delay Int((150-50+1)*Rnd()+50)//点击延时设置为随机数
touch c,d,20
Delay 600
If GetPixelColor(g,h)<> x Then//比对是否出闪
EndScript
Else delay 50
End if
Next
tap a,b
tap a,b
Delay 3000
tap e,f//重置乱数
Next
2020年07月05日 05点07分
1
dim a=200
dim b=115
dim c=995
dim d=1935
dim e=280
dim f=197
dim g=542
dim h=431
Dim x
Dim i
Dim j//定义结束,下面程序开始
Tap a,b
Delay 200
Touch c,d,20
Delay 600
x=GetPixelColor(g,h)//得到取色点非闪光时颜色
For j=1 to 100000 step 1
For i=1 to 20 step 1//进入刷闪循环
tap a,b
Delay Int((150-50+1)*Rnd()+50)//点击延时设置为随机数
touch c,d,20
Delay 600
If GetPixelColor(g,h)<> x Then//比对是否出闪
EndScript
Else delay 50
End if
Next
tap a,b
tap a,b
Delay 3000
tap e,f//重置乱数
Next