Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 891daf8

Browse files
authored
Add files via upload
1 parent abcb49b commit 891daf8

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

config.yml

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
checker:
22
# Amount of checks for a account many times to check a account.
33
# Needs to be 1 or higher
4-
retries: 4
4+
retries: 3
55

66
# Higher for better accuracy but slower (counted in milliseconds)
7-
timeout: 10000
7+
timeout: 15000
88

99
# Threads for account checking
1010
threads: 100
11-
12-
# Check if working accounts are mail accessed
11+
12+
# Check hits if its a mail access
1313
mail_access: true
1414

1515
# Save ranked accounts in secured.txt or unsecured.txt
@@ -19,13 +19,24 @@ checker:
1919
save_bad: false
2020

2121
# User should keep this false
22-
debugging: true
22+
debugging: false
23+
24+
# Api key to check hypixel ranks and levels
25+
# use any key from the following
26+
# 79326ca4-54b2-4a8a-a5b4-d9ee111f674b
27+
# 99ad5c56-5320-4b0c-9e4f-a7af1c9641f9
28+
# 0f649707-2603-4fd8-853e-8c80ae93e3a9
29+
# cdfa2b06-d2c9-4525-9154-2b204d6b4f0b
30+
# 01c39cd8-dffc-4ce4-8faf-5069bc9d06ba
31+
# 0c723844-5762-4366-9034-3be21758b685
32+
hypixel_api_key: '79326ca4-54b2-4a8a-a5b4-d9ee111f674b'
2333

2434
capes:
2535
# Check capes
2636
liquidbounce: true
2737
optifine: true
2838
labymod: true
39+
# Minecon/Mojang cape
2940
minecon: true
3041

3142
rank:
@@ -45,6 +56,6 @@ checker:
4556
# If proxies should be used, Will be proxyless if set to false (Use VPN if set to false or you will be ip banned)
4657
proxy: true
4758
# Proxy types: https | socks4 | socks5
48-
proxy_type: 'socks5'
59+
proxy_type: 'https'
4960
# Proxy file name
5061
proxy_file: 'proxies.txt'

0 commit comments

Comments
 (0)