forked from mpcabete/bombcrypto-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
148 lines (129 loc) · 3.79 KB
/
config.yaml
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
---
# [en_US] Time intervals configuration
#
# [pt_BR] Configurações de intervalos de tempo
#
time_intervals:
# [en_US] Time interval for check if there are available heroes to work
# Default value (in minutes): 10
#
# [pt_BR] Intervalo de tempo para verificar se há heróis disponíveis para trabalhar
# Valor padrão (em minutos): 10
send_heroes_for_work: 10
# [en_US] Time interval to update heroes position in the map,
# Default value (in minutes): 3
#
# [pt_BR] Intervalo de tempo para atualizar a posição dos heróis no mapa
# Valor padrão (em minutos): 3
refresh_heroes_positions: 3
# [en_US] Time interval to check for new maps
# Default value (in minutes): 5
#
# [pt_BR] Intervalo de tempo para verificar por novos mapas
# Valor padrão (em segundos): 5
check_for_new_map_button: 5
# [en_US] Time interval to check for captcha.
# Default value (in minutes): 1
#
# [pt_BR] Intervalo de tempo para verificar se precisa resolver o captcha.
# Valor padrão (em minutos): 1
check_for_captcha: 1
# [en_US] Time interval to check for login request
# Default value (in minutes): 3
#
# [pt_BR] Intervalo de tempo para verificar se existe solicitação de login
# Valor padrão (em minutos): 5
check_for_login: 5
# [en_US] Time interval between moviments
# Default value (in seconds): 1
#
# [pt_BR] Intervalo de tempo entre movimentos
# Valor padrão (em segundos): 1
interval_between_moviments: 1
# [en_US] How confident the bot needs to be to click the buttons (values from 0 to 1. 0 is the minimum value, 1 is the maximum value)
#
# [pt_BR] O quão confiante o bot precisa estar para clicar nos botões (valores entre 0 e 1. 0 é o valor mínimo, 1 é o valor máximo)
#
threshold:
# [en_US]
# Default value: 0.7
#
# [pt_BR]
# Valor padrão: 0.7
default: 0.7
# [en_US]
# Default value: 0.8
#
# [pt_BR]
# Valor padrão: 0.8
commom: 0.8
# [en_US]
# Default value: 0.8
#
# [pt_BR]
# Valor padrão: 0.8
select_wallet_buttons: 0.8
# [en_US]
# Default value: 0.9
#
# [pt_BR]
# Valor padrão: 0.9
go_to_work_btn: 0.9
# [en_US]
# Default value: 0.9
#
# [pt_BR]
# Valor padrão: 0.9
green_bar: 0.9
home:
enable: False
# If bot is sending the wrong hero home, make this number bigger.
# if bot is not sending any hero home make this number smaller.
hero_threshold: 0.8
home_button_threshold: 0.9
# [en_US]
# Default value: 60
#
# [pt_BR]
# Valor padrão: 60
scroll_size: 60
# [en_US]
# Default value: 3
#
# [pt_BR]
# Valor padrão: 3
scroll_attemps: 3
# [en_US]
# Default value: true
#
# [pt_BR]
# Valor padrão: true
use_click_and_drag_instead_of_scroll: true
# [en_US]
# Default value: 200
#
# [pt_BR]
# Valor padrão: 200
click_and_drag_amount: 200
# [en_US]
# Default value: green
# Available options:
# all = select all heroes (regardless of the stamina bar)
# green = select the heroes with green stamina bar (half or full)
# full = select only the heroes with full stamina bar
#
# [pt_BR]
# Valor padrão: green
# Opções disponíveis:
# all = seleciona todos os heróis (independente da barra de stamina)
# green = seleciona os heróis com a barra de stamina verde (metade ou cheia)
# full = seleciona somente os heróis com a barra de stamina cheia
select_heroes_mode: "green"
# [en_US] Option for save logs to a file (logs.txt)
# Default value: False
# Available options: False or True
#
# [pt_BR] Opção para salvar os logs em arquivo (logs.txt)
# Valor padrão : False
# Opções disponíveis: False ou True
save_log_to_file: True