资源介绍
自动点击 小精灵自动点击
'篮球
FindColor 140,180,1000,620,"2C5CB4",intX, intY
If intY > 0 Then
MoveTo intX,intY
LeftClick 1
End If
FindColor 140,180,1000,620,"214BAB",intX, intY
If intY > 0 Then
MoveTo intX,intY
LeftClick 1
End If
'网球
FindColor 140,180,1000,620,"49D9CB",intX,intY
If intY > 0 Then
MoveTo intX,intY
LeftClick 1
End If
FindColor 140,180,1000,620,"52DDD2",intX,intY
If intY > 0 Then
MoveTo intX,intY
LeftClick 1
End If
'足球
FindColor 140,180,1000,620,"343434",intX,intY
If intY > 0 Then
MoveTo intX,intY
LeftClick 1