-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path觉醒.Q
70 lines (63 loc) · 1.04 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
[General]
SyntaxVersion=2
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
MacroID=6b6e8fa7-7728-484c-9fb6-6fd875ec03fb
Description=¾õÐÑ
Enable=1
AutoRun=0
[Repeat]
Type=0
Number=1
[SetupUI]
Type=2
QUI=
[Relative]
SetupOCXFile=
[Comment]
[Script]
For 10000000
intX = 0
//ÌôÕ½
FindColor 940,508,944,512,"5EAFF0",intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 1000
LeftClick 1
End If
Delay 1000
//×¼±¸
intX2 = 0
FindColor 1117,544,1121,548,"79ABCF",intX2,intY2
If intX2 > 0 And intY2 > 0 Then
MoveTo intX2, intY2
Delay 1000
LeftClick 1
End If
//ÊÕ¶«Î÷
FindColor 683,625,683,625,"1B1731",intX2,intY2
If intX2 > 0 And intY2 > 0 Then
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
MoveTo 604,418
LeftClick 1
Delay 1000
Next