-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path组队觉醒.Q
124 lines (113 loc) · 2.06 KB
/
组队觉醒.Q
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[General]
SyntaxVersion=2
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
MacroID=9ae48068-7d67-418a-9752-d923c4e71690
Description=组队觉醒
Enable=1
AutoRun=0
[Repeat]
Type=0
Number=1
[SetupUI]
Type=2
QUI=
[Relative]
SetupOCXFile=
[Comment]
[Script]
/*Sub GBW(X,Y,RGB)
intX = 0
FindColor X,Y,X,Y,RGB,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 1000
LeftClick 1
End If
End Sub*/
For 100000
//组队挑战
intX = 0
FindColor 653,505,653,505,"5FB2F4",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 2000
LeftClick 1
End If
//创建队伍
intX = 0
FindColor 966,554,966,554,"5EB2F4",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 2000
LeftClick 1
End If
//好友队伍
intX = 0
FindColor 600,481,600,481,"0EB2F4",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 2000
//LeftClick 1
End If
//创建
intX = 0
FindColor 855,537,855,537,"5FB2F4",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 2000
LeftClick 1
End If
//人全就开始战斗
intX = 0
intX2 = 0
FindColor 589, 326, 589, 326, "BDC6CE", intX, intY
//FindColor 873, 310, 873, 310, "BDC6CE", intX2, intY2
If intX > 0 Then
MoveTo 964, 543
Delay 2000
LeftClick 1
End If
//准备
intX = 0
FindColor 1120,549,1120,549,"77A8CB",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 1000
LeftClick 1
Delay 1000
End If
//收东西
FindColor 683,625,683,625,"1B1731",intX2,intY2
If intX2 > 0 And intY2 > 0 Then
SayString 退出来
MoveTo 679, 317
Delay 2000
LeftClick 1
Delay 3000
LeftClick 1
Delay 3000
LeftClick 1
Delay 3000
LeftClick 1
Delay 3000
LeftClick 1
Delay 3000
LeftClick 1
End If
//邀请继续
intX = 0
FindColor 737,409,737,409,"5FB2F4",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 1000
LeftClick 1
Delay 1000
End If
Next