· 6 years ago · Jan 19, 2020, 08:36 PM
1#
2# #########################################################
3# # #
4# # THIS IS LAZYCHECKER DEFAULT CONFIGURATION FILE. #
5# # #
6# # To enable an option (boolean), just set "true" or #
7# # "false" (no quotes "). E.g: save-failed: true #
8# # #
9# # If the configuration property is about choosing #
10# # file location, on Windows "\" must be replaced #
11# # with "/". #
12# # #
13# # #
14# #########################################################
15#
16
17# After purchasing LaZyChecker, you will receive a license key.
18# Put the license key here to run.
19license-key: 4d4b3f70-3fbe-42be-a6ce-0f67c5540504
20
21# Green, red, black, blue... on the Console, yay!
22colorful-print: true
23
24# How many threads should LaZyChecker assign for checking (Multi-threading)?
25# The higher you set the faster it runs, but sure that your PC can handle this because it will consume your CPU and RAM
26max-threads: 500
27
28# Old, Method1, Method2
29multi-thread: Method1
30
31# Check save username? (username:email:pass)
32save-username: true
33
34# How long should LaZyChecker wait for connection to the server completed (in milliseconds)?
35timeout: 10000
36
37# Save successfully.json for ban checker!
38save-successfully: true
39
40# Disable if you get stuck in "Cleaning Combo"
41disable-unmigrated-combo-clean: false
42
43# Save remain when press "R"?
44save-remain: false
45
46# Amount of retries of checking the account (combo), including Server Stats + Capes checks (with
47# another proxy) if it is failed (or no stats or capes found)?
48# The higher the more accurate, the lower the faster.
49rechecks: 3
50
51captcha:
52 # Checker capture UFA Email(Hash)?
53 # This method is working but need 2captcha api (https://2captcha.com/)
54 # $3 - 1000 captcha
55 enable: true
56
57 # New Password For SFA Pasword Changer
58 new-password: SoLegitSkidnology!!
59
60 # Put your 2Captcha (https://2captcha.com/) API Here!
61 # You can get it in 2captcha dashboard!
62 # Api key needed for (UFA Hash Capture, SFA Password Changer, SFA Windows 10 Key Grabber)
63 api-key: Your_API_Key
64
65# The proxy type (protocol) of your proxies, used for checking. Available options are:
66# - DIRECT
67# - HTTP
68# - SOCKS4
69# - SOCKS5
70# DIRECT is proxyless, which will use your IP to check! You can place your proxies in "proxy.txt".
71proxy-type: HTTP
72
73# Order to select proxy from the proxy list (Increment, Decrement, Random, Luminati)
74# Special: Luminati Mode (config below & residential only)
75proxy-selection-order: Random
76
77# Luminati residential rotate proxy
78luminati:
79 # zproxy.lum-superproxy.io:22225:lum-customer-(Customer)-zone-(Zone)-session-(Random String):(Password)
80 # Luminati residential only!!!!
81 # Luminati Customer ID
82 customer: Your_Customer_ID
83
84 # Luminati Zone
85 zone: Your_Zone
86
87 # Luminati Password
88 password: Your_Password
89
90 # None is no country select!
91 country: none
92
93# Check UFA And Normal At Same Time (Slower Lmaooo)
94ufa-normal-at-same-time: false
95
96# Should LaZyChecker only display hits (no failed or errors) on the console?
97display-hits-only: true
98
99# Should LaZyChecker save failed accounts (combo) to a text file (failed.txt)?
100save-failed: false
101
102# Checker grab proxy from links? (config/link.txt)
103grab-from-links: false
104
105# Remove duplication (Combo Only)?
106remove-duplication: true
107
108# Minimum interval to wait for next recheck, in millisecond.
109min-recheck-delay-interval: 0
110
111# Maximum interval to wait for next recheck, in millisecond.
112max-recheck-delay-interval: 0
113
114# Discord settings
115# Make sure check YAML Format in: https://yaml-online-parser.appspot.com/
116discord:
117 # Unstable and useless!
118 # Only use when you want show your hits :lmao
119 rpc:
120 # Enable?
121 enable: true
122
123 # Text you want display!
124 # {CHECKED}, {TOTALS}, {HITS}, {REMAINS}, {FAILS}
125 details: Checked {TOTALS} - {HITS} Hits
126
127 # If it too short, it will consume your CPU lmaoo.
128 # In seconds.
129 interval: 360
130 # Stable but useless too
131 webhook:
132 # Enable?
133 enable: true
134
135 # Link webhook! Generator it in discord!
136 link: https://discordapp.com/api/webhooks/667890900776648705/OtZ4QJnbC6_a83JPmsLGCI6mZtNNsXi-ZiqIKd05qT7BGcOrQOOJra9IrfcB6b6RuMSh
137
138 # Link avatar!
139 avatar: https://i.imgur.com/tFWDQ2X.jpg
140
141 # Text you want send to webhook!
142 # {ALT}, {TYPE}, {TIME}
143 text: There was a hit on the checler - **{ALT} Type: {TYPE} Time: {TIME}
144
145 # Username lmao!
146 username: Mr. Checker
147
148# Priority for Result Filter!
149priority:
150 - MOJANG_CAPE
151 - OPTIFINE_CAPE
152 - EMAIL_ACCESS
153 - HYPIXEL_RANKED
154 - HYPIXEL_LEVELED
155 - MINEPLEX_RANKED
156 - WYNNCRAFT_RANKED
157 - MINEPLEX_LEVELED
158 - WYNNCRAFT_LEVELED
159 - HYPIXEL_UHC_STAR
160 - LABYMOD
161 - HIVEMC
162 - LIQUID_CAPE
163 - OG_NAME
164
165# Auto Update Proxy
166proxy-update:
167 # Enable?
168 enable: false
169
170 # The mode update proxy. Available options are:
171 # - FILE (Get from proxy.txt)
172 # - LINKS (Grabbing From config/links.txt)
173 # - LINK (Grabbing from "link" (under))
174 mode: FILE
175
176 # Link for checker get proxy
177 link: Put_Your_Link_Here
178
179 # Regex for grabbing proxy
180 # Only work for mode (LINKS, LINK)
181 regex: (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d{1,4})
182
183 # Delay interval between next update proxy (in minutes)
184 delay: 120
185
186# Check for Mail Access, MFA (or Full Access ,FA) accounts?
187# Required good pc if you need check mall access lagre hits!!
188mail-access-check:
189 # Enable?
190 enable: true
191
192 # Path to your domains (email providers) file to check for mail access.
193 domains-file: config/domains.txt
194
195 # Intelligent mode for mail access check
196 # It auto get domain from combo, then add imap.<domain>
197 # Thanks Kxffeine#6969 for suggestion!
198 intelligent: true
199
200 # Save intelligent domain!
201 # Make sure enable intelligent!
202 # Checker will slow if you enable this heh :<
203 intelligent-save: false
204
205# Dehash/Crack emails of unmigrated hits, not always 100% can they be dehased/cracked
206unmigrated-dehasher:
207 # Enable?
208 enable: true
209
210 # Path to the file contains email keywords (for instance: gmail.com, hotmail.com, ...) use to dehash.
211 keywords-file: config/keywords.txt
212
213 # Check will get combo domains and add to list!
214 intelligent: false
215
216 # Save intelligent domain!
217 # Make sure enable intelligent!
218 # Checker will slow if you enable this heh :<
219 intelligent-save: false
220
221# Check for OG (meaningful) usernames of hits
222og-check:
223 # Enable?
224 enable: true
225
226 # The path to the dictionary file
227 dictionary-file: config/dictionary.txt
228
229# Check for server stats
230server-stats-check:
231 # Disable capture, checker faster but not capture anything! (except SFA, NFA, UFA)
232 disable-server-stats-check: false
233
234 # Lazy Checker check rank via proxy?
235 check-rank-via-proxy: false
236
237 # Check for Hypixel stats
238 check-hypixel-stats:
239 # Enable?
240 enable: true
241
242 # Enable hypixel skyblock check?
243 # Make sure you put hypixel api to (/config/hypixel_api_key.txt)
244 # You can get it by go to hypixel server, then use command (/api new)
245 skyblock: true
246
247 # Minimum star for accounts to be over star (if account's current star is greater than or equal to this)
248 minimum-uhc-star: 2
249
250 # Minimum level for accounts to be over level (if account's current level is greater than or equal to this)
251 minimum-level: 25
252
253 # Check for Mineplex stats
254 check-mineplex-stats:
255 # Enable?
256 enable: true
257
258 # Minimum level for accounts to be over level (if account's current level is greater than or equal to this)
259 minimum-level: 15
260
261 # Check for HiveMC stats
262 check-hivemc-stats: true
263
264 # Check for Labymod stats
265 check-labymod-stats: true
266
267 # Check for Wynncraft stats
268 check-wynncraft-stats:
269 # Enable?
270 enable: true
271
272 # Minimum level for accounts to be over level (if account's current level is greater than or equal to this)
273 minimum-level: 25
274
275 # Check for capes
276 capes-check:
277 # Check if account has Optifine cape
278 check-optifine-capes: true
279
280 # Check if account has Vanilla cape
281 check-minecon-capes: true
282
283 # Check for liquidbonuce cape
284 check-liquidbonuce-cape: true
285
286# Check if accounts are banned
287ban-checker:
288 # Server IP of the Minecraft Server
289 server-ip: mc.hypixel.net
290
291 # Server connection port
292 server-port: 25565
293
294 # Minecraft (server) protocol, in order for LaZyChecker to connect. Supported minecraft versions in https://wiki.vg/Protocol_version_numbers.
295 # Snapshots releases are not supported. Leave this 0, or if the version specified is not supported, Checker will pick the default
296 server-protocol: 47