-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contador.ahk
157 lines (145 loc) · 3.7 KB
/
Contador.ahk
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <[email protected]>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
;%Rojox%, %Rojoy% Rojo Bet := %Bet%+1 0xC9302C %Rojox%, %Rojoy%
;%Negrox%, %Negroy% Negro 0x444444 %Negrox%, %Negroy%
;%Ultimox%, %Ultimoy% Ultimo %Ultimox%, %Ultimoy%
;Duracion Tiempo entre apuestas
;%Clearx%, %Cleary% Clear %Unoy%, %Cleary%
;%Unox%, %Unoy% +1 --Msgbox, 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 38 %Red% %Black% %Unox%, %Unoy%
;%Dosx%, %Dosy% x2 %Dosx%, %Dosy%
Seguidos = 0
Negroy = 743
Negrox = 727
Rojoy = 742
Rojox = 594
Duracion = 10000
Dosy = 650
Dosx = 839
Cleary = 648
Clearx = 1020
Unoy = 650
Unox = 570
Ultimoy = 344
Ultimox = 1193
Red = 0
Black = 0
Barrax = 1010
Barray = 370
Pause
Loop
{
PixelGetColor, Barra, %Barrax%, %Barray%
If (Barra = 0xFFFFFF)
{
PixelGetColor, Ultimo, %Ultimox%, %Ultimoy%
If (Ultimo = 0x4509F1)
{
If (Red = 1)
{
Click %Dosx%, %Dosy%
Sleep 1
Click %Negrox%, %Negroy%
Seguidos := Seguidos + 1
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
else if (Red = 0)
{
Click %Clearx%, %Cleary%
Sleep 1
Click %Unox%, %Unoy%
SendRaw 0.01
--Sleep 1
--Click %Unox%, %Unoy%
Sleep 1
Click %Negrox%, %Negroy%
Black = 0
Red = 1
if Seguidos > Seguidosmax
{
Seguidosmax = %Seguidos%
Seguidos = 0
}
else
{
Seguidos = 0
}
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
}
else if (Ultimo = 0xD48939)
{
If (Black = 1)
{
Click %Dosx%, %Dosy%
Sleep 1
Click %Rojox%, %Rojoy%
Seguidos := Seguidos + 1
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
else if (Black = 0)
{
Click %Clearx%, %Cleary%
Sleep 1
Click %Unox%, %Unoy%
SendRaw 0.01
--Sleep 1
--Click %Unox%, %Unoy%
Sleep 1
Click %Rojox%, %Rojoy%
Red = 0
Black = 1
if Seguidos > Seguidosmax
{
Seguidosmax = %Seguidos%
Seguidos = 0
}
else
{
Seguidos = 0
}
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
}
else
{
If (Black = 1)
{
Click %Dosx%, %Dosy%
Sleep 1
Click %Rojox%, %Rojoy%
Seguidos := Seguidos + 1
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
else If (Red = 1)
{
Click %Dosx%, %Dosy%
Sleep 1
Click %Negrox%, %Negroy%
Seguidos := Seguidos + 1
--Msgbox 0, Maximo Consecutivos, Desde el inicio han habido cadenas consecutivas de %Seguidosmax% contando verdes, 20
Sleep, Duracion
}
}
}
else
{
sleep 250
}
}
F7::Pause
F8::Msgbox 0, Color, %Barra%, 10