· 8 years ago · Jul 26, 2018, 06:16 AM
1# Upon purchase of BetaChecker, you would be provided with a license key.
2# Replace LICENSE_KEY with the key you were given.
3license: LICENSE_KEY
4
5# Set this to false to disable the warning given at the start of the program
6startup-warning: true
7
8# Should BetaChecker check for if the account has security questions?
9check-for-sfa: false
10
11hypixel:
12 # Should BetaChecker check for the accounts Hypixel stats (rank and level)?
13 check-hypixel-stats: true
14 # The minimum level to check for on Hypixel
15 minimum-level: 25
16
17# Should BetaChecker check for the accounts rank on Badlion?
18check-badlion-stats: false
19
20# Should BetaChecker check for the accounts rank on Mineplex?
21check-mineplex-stats: false
22
23# Should BetaChecker check for the accounts rank on VeltPvP? (currently disabled so no point is setting to true)
24check-velt-stats: false
25
26# Should BetaChecker check for the accounts rank on HiveMC?
27check-hivemc-stats: false
28
29# Should BetaChecker check the account for if it has a vanilla cape? (Minecon, Realms, Translator, etc)
30check-vanilla-cape: true
31
32# Should BetaChecker check if the accounts email also works?
33check-email-access: true
34
35# Should BetaChecker check the account for if it has an Optifine cape?
36check-optifine-cape: true
37
38# How many threads should BetaChecker run at?
39# More threads, faster checking, too much CPU overload computer catches on fire. :)
40threads: 100
41
42# If the account doesn't work, how many times should BetaChecker re-try it? (the less the faster it runs, the more the more accurate)
43# After too many retries it will just lock out regardless
44recheck-amount: 1
45
46# If true, BetaChecker will ignore the , at the end of yours combos.
47# This is useful if you're copying your accounts directly from Selly or something.
48remove-commas: false
49
50# List of domains to not check for email access, as some have greater security and rarely ever return successful. Saves a lot of time.
51blocked-email-domains:
52- gmail.com
53- yahoo.com
54
55# How long should BetaChecker wait for the request to send?
56# This time is in milliseconds (1000 milliseconds = 1 second)
57# The lower the number, the faster it will check
58# The higher the number, the slower but potentially more accurate
59connect-timeout: 10000
60
61# Should BetaChecker use proxies (you supply them in proxies.txt)
62# Using proxies is HIGHLY recommend for checking large amounts of accounts, especially if you think there's a lot that do not work.
63use-proxies: true
64
65# The type of proxies that you loaded into proxies.txt
66# Yours options are HTTP,SOCKS,AUTO
67# HTTP is for HTTPS proxies
68# SOCKS is for SOCKS proxies
69# AUTO is for if you have mixed for some reason, we'll guess. Not recommended.
70# Also if you have mixed proxy, you can put either an [H] or [S] in front of it to define it's type.
71# For example [H]ip:port or [S]ip:port
72proxy-type: HTTP
73
74# If true, output from BetaChecker will be color coded.
75# Only works depending on if your program supports it/is configured for it.
76# If it doesn't support, each line will just have some weird characters in front, so it's worth trying.
77colored-output: false
78
79# If this is true, BetaChecker will put the account into every file it qualifies as.
80# For example, if an account is a Minecon 2016 and Hypixel MVP, it would be put into both files.
81# If this is set to false (recommended for shops) it will use the output priority option below.
82output-each-file: false
83
84# The max amount of failed accounts for BetaChecker to save the failed.txt once extracting
85# This is useful because if you checked a 1million+ line combo you're gonna have potentially hundreds of thousands accounts that you really dont need saved
86# But if you're checking a list from a supplier or an alt shop, it would be nice to tell them which don't work.
87max-failed-lines: 1000
88
89# If this is true, the NFA accounts will be formatted as email:password once extracted.
90# If this is false, the format will be username:email:password
91raw-nfa-output: false
92
93# If this is true, the SFA accounts will be formatted as email:password once extracted.
94# If this is false, the format will be username:email:password
95raw-sfa-output: false
96
97# Once BetaChecker sorts the files, it will prioritize the accounts into files.
98# For example, if an account is both MVP+ on Hypixel and has a Minecon cape, if VANILLA_CAPE is higher than HYPIXEL_RANK, it will be saved as a Minecon cape.
99output-priority:
100- VANILLA_CAPE
101- EMAIL_ACCESS
102- HYPIXEL_RANK
103- HYPIXEL_LEVEL
104- MINEPLEX_RANK
105- VELTPVP_RANK
106- BADLION_RANK
107- HIVEMC_RANK
108- OPTIFINE_CAPE
109- SEMI_FULL_ACCESS
110- NON_FULL_ACCESS
111
112# Settings for the ban checker
113ban-checker:
114 # Amount of threads for the ban checker to run at
115 threads: 25
116 # Should the ban checker use proxies? If false, I highly recommend a low thread count for more accurate results.
117 # This option only applies to mode 1 and 2 on the ban checker
118 use-proxies: true
119 # Enter the server ip:port the check on
120 server-to-check: localhost:25565
121 # If the kick message contains this string, it will be marked as banned
122 message-contains: 'banned'
123 # Which protocol version should BetaChecker use to login?
124 # You can find a list of the protocol version and the Minecraft versions here http://wiki.vg/Protocol_version_numbers
125 protocol-version: 47
126 # Only check accounts that have a rank? (Hypixel, Badlion, HiveMC, etc)
127 # Hypixel Level accounts are considered ranked.
128 only-check-ranked: false