-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml
194 lines (172 loc) · 8.3 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
#**************************** SpaceCrypto Bot *******************************#
#────────────────────────────────────────────────────────────────────────────#
#─██████████████─██████████████─██████████████─██████████████─██████████████─#
#─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─#
#─██░░██████████─██░░██████░░██─██░░██████░░██─██░░██████████─██░░██████████─#
#─██░░██─────────██░░██──██░░██─██░░██──██░░██─██░░██─────────██░░██─────────#
#─██░░██████████─██░░██████░░██─██░░██████░░██─██░░██─────────██░░██████████─#
#─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░██─────────██░░░░░░░░░░██─#
#─██████████░░██─██░░██████████─██░░██████░░██─██░░██─────────██░░██████████─#
#─────────██░░██─██░░██─────────██░░██──██░░██─██░░██─────────██░░██─────────#
#─██████████░░██─██░░██─────────██░░██──██░░██─██░░██████████─██░░██████████─#
#─██░░░░░░░░░░██─██░░██─────────██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─#
#─██████████████─██████─────────██████──██████─██████████████─██████████████─#
#────────────────────────────────────────────────────────────────────────────#
#****************************************************************************#
#*************** Please donate to help improve the hard work ♥ **************#
#****************************************************************************#
#** BUSD/BCOIN/ETH/BNB (BEP20): 0xf1e43519fca44d9308f889baf99531ed0de903fc **#
#** PayPal: https://www.paypal.com/donate/?hosted_button_id=82CABN6CYVG6U ***#
#*********** Nubank: https://nubank.com.br/pagar/1jxcl/z5fyuL6S28 ***********#
#**************** Pix: 42a762ed-e6ec-4059-a88e-f168b9fbc63f *****************#
#****************************************************************************#
# [en]
# ---- Configurations related to bot ----
bot_options:
# [en]
# ---- Delete log files ----
# Default value: True
# Available options:
# True = Create log files
# False = Don't create log files
create_logfiles: True
# [en]
# ---- Delete log files ----
# Default value: False
# Available options:
# True = Delete all log files unless today's date
# False = Keep all log files unless today's date
delete_old_logfiles: False
# [en]
# ---- Delete log files ----
# Default value: False
# Available options:
# True = Delete all old folders unless today's date
# False = Keep all old folders unless today's date
delete_old_folders: False
# [en]
# ---- Enable multiaccount ----
# Default value: False
# Available options:
# True = Enable multiaccount for this bot
# False = Don't enable multiaccount for this bot
# If you enable multiaccount, don't forget to set the profile names below
enable_multiaccount: False
# [en]
# ---- Open the web browser automatically ----
# Default value: False
# Type: String
# Default value: 'Example'
multiaccount_names:
- 'Example'
# [en]
# ---- Refresh browser page ----
# Default value: 60 (minutes)
# Available options:
# Any value starting from 30
# Remember that refreshing the page takes time, so becarefull with the number you set
refresh_browser_time: 60
# [en]
# ---- Create bat file automatically ----
# Default value: True
# Available options:
# True = Create bat file automatically, so you can run faster.
# False = Don't create bat file automatically
create_bat_file: True
metamask_options:
# [en]
# ---- Enable login in Metamask ----
# Default value: False
# Available options:
# True = Enable login in Metamask when locked
# False = Don't enable bot to login in Metamask when locked
enable_login_metamask: False
# [en]
# ---- Metamask Password ----
# Type: String
# Default value: Null
metamask_password: Null
# [en]
# ---- Configurations related to telegram ----
telegram_options:
# [en]
# ---- Telegram integration with log files ----
# Default value: False
# Available options:
# True = Use telegram to receive messages according log process
# False = Don't use telegram to receive messages according log process
telegram_integration: False
# [en]
# ---- Telegram integration with log files ----
# Default value: False
# Available options:
# True = Use telegram to receive picutres according log process
# False = Don't use telegram to receive picutres according log process
telegram_pic_integration: False
# [en]
# ---- Telegram token ----
# Type: String
# Default value: 'Example'
telegram_token: 'Example'
# [en]
# ---- Telegram chat id ----
# Default value: Null
# To get chat id manually, go to https://api.telegram.org/bot<telegram_token>/getUpdates
# If you don't know the chat id, it'll retrieve automatically if you already sent a message to the bot
# It's not possible to retrieve chat id, if telegram token is null
telegram_chatid: Null
# [en]
# ---- Configurations related to the game ----
game_options:
# [en]
# ---- Send ships to work ----
# Default value: full
# Available options:
# all = Select all ships (regardless of the rarity and ammo)
# full = Select all ships (regardless of the rarity but 100% ammo)
work_ships_options: "full"
# [en]
# ---- Time to send ships to work ----
# Default value: 30 (minute)
# Available options:
# Any value starting from 10
# Remember to set a different time from the option [refresh_ships_time]
work_ships_time: 30
# [en]
# ---- Refresh ships position time ----
# Default value: 14 (minutes)
# Available options:
# Any value starting from 5
# Remember to set a different time from the option [work_ships_time]
refresh_ships_time: 14
# [en]
# ---- Take chest screenshot ----
# Default value: 60 (minutes)
# Available options:
# Any value starting from 30
chest_screenshot_time: 60
# [en]
# ---- Click counts ----
# Default value: 15
# Available options:
# Any value starting from 1 until 15
clicks_count: 15
# [en]
# ---- Drag mouse counts ----
# Default value: 22
# Available options:
# Any value starting from 1
drag_count: 11
# [en]
# ---- Drag mouse amount ----
# Default value: 200
# Available options:
# Any value starting from 1
drag_amount: 200
# [en]
# ---- Surrender on boss number ----
# Default value: False
# Available options:
# True = Bot will surrender on boss number "x" depending on image called surrender-boss.png
# False = Bot will not surrender on any boss, will keep going until where it's possible
surrender_on_boss: False