This repository was archived by the owner on Jan 30, 2021. It is now read-only.
File tree 1 file changed +17
-6
lines changed
1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
checker :
2
2
# Amount of checks for a account many times to check a account.
3
3
# Needs to be 1 or higher
4
- retries : 4
4
+ retries : 3
5
5
6
6
# Higher for better accuracy but slower (counted in milliseconds)
7
- timeout : 10000
7
+ timeout : 15000
8
8
9
9
# Threads for account checking
10
10
threads : 100
11
-
12
- # Check if working accounts are mail accessed
11
+
12
+ # Check hits if its a mail access
13
13
mail_access : true
14
14
15
15
# Save ranked accounts in secured.txt or unsecured.txt
@@ -19,13 +19,24 @@ checker:
19
19
save_bad : false
20
20
21
21
# 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'
23
33
24
34
capes :
25
35
# Check capes
26
36
liquidbounce : true
27
37
optifine : true
28
38
labymod : true
39
+ # Minecon/Mojang cape
29
40
minecon : true
30
41
31
42
rank :
@@ -45,6 +56,6 @@ checker:
45
56
# If proxies should be used, Will be proxyless if set to false (Use VPN if set to false or you will be ip banned)
46
57
proxy : true
47
58
# Proxy types: https | socks4 | socks5
48
- proxy_type : ' socks5 '
59
+ proxy_type : ' https '
49
60
# Proxy file name
50
61
proxy_file : ' proxies.txt'
You can’t perform that action at this time.
0 commit comments