-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env-example
64 lines (49 loc) · 1.12 KB
/
.env-example
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
API_ID =
API_HASH =
# Safe Mode
TRACK_BOT_UPDATES = True
# Support Script Author, Details on Github
SUPPORT_AUTHOR = True
REF_KEY = 'ref_3CcrQyaN'
# Auto Game Simple Task
AUTO_SIGN_IN = True
AUTO_OPEN_FREE_BOX = True
# Auto Make Spins / Spin Count: 1/2/3/5/10/50
AUTO_SPINS = True
SPIN_COUNT = 50
# Sleep Script on Night Time
NIGHT_MODE = False
NIGHT_TIME = [0, 7]
NIGHT_CHECKING = [3600, 7200]
# Auto Upgrade Tap Cards
AUTO_UPGRADE_TAP_CARDS = True
JACKPOT_LEVEL = 9
CRIT_LEVEL = 8
ENERGY_LEVEL = 12
TAP_LEVEL = 12
ENERGY_REGEN_LEVEL = 10
# Auto Upgrade Mine-Cards
AUTO_UPGRADE_MINE_CARDS = True
MAX_CARD_PRICE_PURCHASE = 10000
PROFIT_UPGRADE = True
# Auto Tap
AUTO_TAP = True
TAPS_PER_BATCH = [15, 30]
DELAY_BETWEEN_TAPS = [10, 20]
# Auto Task
AUTO_TASK = True
AUTO_JOIN_CHANNELS = True
AUTO_NAME_CHANGE = False
# Auto Collect Refer Balance
COLLECT_REFER_BALANCE = True
# Lottery (Combo) Solve
SOLVE_COMBO = False
# Auto Join Gang
JOIN_GANG = True
GANG_USERNAME = mainecode
# Request Retry
MAX_REQUEST_RETRY = 3
# Sleep Script
SLEEP_TIME = [2700, 4200]
START_DELAY = [5, 100]
IN_USE_SESSIONS_PATH = 'bot/config/used_sessions.txt'