Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Press "R": Save Remaining
  2. # Press "S": Show stats
  3. # Press "P": Pause/Resume Checker
  4.  
  5. # -----------------------------------------------------------
  6. # | |
  7. # | --- LICENSE KEY --- |
  8. # | Replace Your_License_Key with the key you were given. |
  9. # | --- LICENSE KEY --- |
  10. # | |
  11. # -----------------------------------------------------------
  12. license-key: Your_License_Key
  13.  
  14. # You can edit anything you need!
  15. settings:
  16. # -----------------------------------------------------
  17. # | |
  18. # | ---- MAIN SETTING ---- |
  19. # | |
  20. # -----------------------------------------------------
  21.  
  22. # Threads are the maximum count of accounts that can be checked simultaneous.
  23. # More threads, faster checking, too much CPU overload computer broken :<
  24. # Recommend: 250.
  25. threads: 250
  26.  
  27. # Tries are the amount of tries we will give to an account, this is made to avoid Mojang silent-bans.
  28. # You must to trade between speed and accuracy. Recommend: 3.
  29. retries: 3
  30.  
  31. # Delay between retries. Higher slower!
  32. # Minimum interval to wait for next recheck, in millisecond.
  33. min-retries-delay-interval: 0
  34.  
  35. # Maximum interval to wait for next recheck, in millisecond.
  36. max-retries-delay-interval: 0
  37.  
  38. # Put email:pass combo and enable this, checker will check normal and umigrated at same time (slower)
  39. normal-ufa-same-time: true
  40.  
  41. # If it true, Lazy Checker will save hits with format "USERNAME:EMAIL:PASS"
  42. save-username: false
  43.  
  44. # If it true, Lazy Checker will save legacy accounts to legacy.txt.
  45. # It can cause wasting your ram, cpu if it enable!
  46. save-legacy: false
  47.  
  48. # This is useful if you're copying your accounts directly from Selly or something.
  49. # If it true, Lazy Checker will add "," at end your hit.
  50. add-commas: false
  51.  
  52. # Enable this if you have HQ proxy (Private proxy, Paid Proxy,...)
  53. rank-check-via-proxy: false
  54.  
  55. # If it true, Lazy Checker will save fail accounts to fail.txt.
  56. # It can cause wasting your ram, cpu if it enable!
  57. save-fail: false
  58.  
  59. # If it false, Lazy Checker will load combo and proxies from accounts.txt and proxy.txt
  60. choosing-file: true
  61.  
  62. # If it true, Lazy checker will be send email to server (make large hash list for dehash ufa)
  63. # Don't disable if you want support me make large db for dehash ufa! Thanks!
  64. # Am Not Send Hit Or Password Just Email! - Disable if you get CPM Drop!
  65. send-email-to-server: true
  66.  
  67. # Turn Email:Pass Combo to User:Pass Combo (Like test@gmail:123456 -> test:123456).
  68. domain-remove: false
  69.  
  70. # If it true, Lazy Checker will check password of Legacy working?
  71. check-login-after-check-legacy: false
  72.  
  73. # If it true, Lazy checker will print fail account to console!
  74. print-fail-out: false
  75.  
  76. # If it true, Lazy Checker will print time ([H:M:S]) to console!
  77. print-time-out: true
  78.  
  79. # Lazy Checker Sort To File!
  80. # Ex: if an account is both MVP++ on Hypixel and has a Optifine cape, if OPTIFINE_CAPE is higher than HYPIXEL, account will save to Optifine
  81. priority:
  82. - MOJANG_CAPE
  83. - OPTIFINE_CAPE
  84. - EMAIL_ACCESS
  85. - HYPIXEL_RANKED
  86. - HYPIXEL_LEVELED
  87. - MINEPLEX_RANKED
  88. - WYNNCRAFT_RANKED
  89. - MINEPLEX_LEVELED
  90. - WYNNCRAFT_LEVELED
  91. - HYPIXEL_UHC_STAR
  92. - HIVEMC
  93. - LIQUID_CAPE
  94. - OG_NAME
  95.  
  96. # It is not Recommend to use free/public/scrapped proxies since most of them are Mojang banned, so won't get you hits
  97. proxy:
  98. # -----------------------------------------------------
  99. # | |
  100. # | ---- PROXY SETTING ---- |
  101. # | |
  102. # -----------------------------------------------------
  103.  
  104. # Should Lazy Checker use proxies (you supply them in proxies.txt)(You Can Use Proxies With Auth (IP:Port:User:Pass) Or Rotating Proxies)
  105. # Using proxies is HIGHLY recommend for checking large amounts of accounts, especially if you think there's a lot that do not work (mojang slient ban).
  106. use: true
  107.  
  108. # This is your proxies type for "Minecraft Checker", "Proxy Checker", "Proxy Grabber"!
  109. # You can choose between HTTP, SOCKS4 and SOCKS5
  110. type: SOCKS4
  111.  
  112. # Auto Update Proxy
  113. # Links: Lazy Checker Will Grab Proxy And Update Proxy (You can put link to: config/link.txt)
  114. # File: Lazy Checker Will Update Proxy From (proxies.txt)
  115. # Disable: Disable Auto Update Proxy
  116. # Make Sure All Proxy Is Good Or Checker Will Stuck | Stop
  117. # You can choose between Links, File and Disable
  118. proxy-update: Disable
  119.  
  120. # If it enable, Lazy checker will be grab proxies from "link.txt"!
  121. # You can supply them in "link.txt"
  122. grab-from-link: true
  123.  
  124. # Auto Update Proxy Interval In Minutes
  125. update-interval: 60
  126.  
  127. # Connection timeout of your proxies in case you know some could be not working.
  128. # Higher timeout is then slower for non-working proxies.
  129. # Note: timeout in millisecond now!
  130. timeout: 10000
  131.  
  132. proxychecker:
  133. # -----------------------------------------------------
  134. # | |
  135. # | ---- Proxy Checker Settings ---- |
  136. # | |
  137. # -----------------------------------------------------
  138.  
  139. # Put this site for proxy checker, support GET method only!
  140. site: http://httpbin.org/ip
  141.  
  142. # Put string you want contains in response for proxy checker!
  143. # You need validator config if you change contains string
  144. # http://www.yamllint.com/
  145. contains: origin
  146.  
  147. # Check for response code from website:!
  148. response-code: 200
  149.  
  150. # If it enable, Lazy Checker will check accounts after check proxy!
  151. check-accounts-after-check-proxy: true
  152.  
  153. # If it enable, Lazy Checker will check accounts after check proxy!
  154. check-proxy-after-grabber: true
  155.  
  156. # Tries are the amount of tries we will give to an proxies (Proxy Checker Only).
  157. # You must to trade between speed and accuracy. Recommend: 3.
  158. retries: 1
  159.  
  160. modules:
  161. # -----------------------------------------------------
  162. # | |
  163. # | ---- CAPTURE CHECK ---- |
  164. # | |
  165. # -----------------------------------------------------
  166.  
  167. # Should Lazy Checker check if the accounts email also works?
  168. mail-access: true
  169.  
  170. # Should Lazy Checker crack umigrated email hash.
  171. crack-ufa-hash: true
  172.  
  173. # Should Lazy Checker check name account have in dictionary.
  174. og-name-check: true
  175.  
  176. # Should Lazy Checker check the account for if it has a vanilla cape? (Minecon, Realms, Translator, etc)
  177. mojang-cape: true
  178.  
  179. # Should Lazy Checker check the account for if it has an LabyMod cape?
  180. laby-mod-cape: true
  181.  
  182. # Should Lazy Checker check the account for if it has an LiquidBounuce cape?
  183. liquidbounce-cape: true
  184.  
  185. # Should Lazy Checker check the account for if it has an cubecraft ranked?
  186. cubecraft: true
  187.  
  188. # Should Lazy Checker check the account for if it has an hivemc ranked?
  189. hivemc: true
  190.  
  191. # Should Lazy Checker check the account for if it has an Optifine cape?
  192. optifine-cape: true
  193.  
  194. mineplex-server:
  195. # Should Lazy Checker check for the accounts rank on Mineplex? (Titan, Hero,...)
  196. check-rank: true
  197.  
  198. # Should Lazy Checker check for the accounts Mineplex reach minimum level?
  199. check-level: true
  200.  
  201. # The minimum level to check for on Mineplex
  202. min-level: 25
  203.  
  204. hypixel-server:
  205. # Should Lazy Checker check for the accounts Hypixel have rank? (VIP, VIP+, MVP,...)
  206. check-rank: true
  207.  
  208. # Should Lazy Checker check for the accounts Hypixel reach minimum level?
  209. check-level: true
  210.  
  211. # Should Lazy Checker check for the accounts Hypixel reach minimum UHC Star?
  212. check-uhc-star: true
  213.  
  214. # The minimum level to check for on Hypixel
  215. min-level: 25
  216.  
  217. # The minimum star to check for on Hypixel
  218. min-uhc-star: 2
  219.  
  220. wynncraft-server:
  221. # Should Lazy Checker check for the accounts Wynncraft have rank? (VIP, VIP+, HERO,...)
  222. check-rank: true
  223.  
  224. # Should Lazy Checker check for the accounts Wynncraft reach minimum level?
  225. check-level: true
  226.  
  227. # The minimum level to check for on Wynncraft
  228. min-level: 25
  229.  
  230. ban-checker:
  231. # Should Lazy Checker check for ban status of hits of a server?
  232. enable: true
  233.  
  234. # Server IP of the Minecraft Server (ServerIP:Port) or can leave empty port(25565)!
  235. server-ip: mc.hypixel.net
  236.  
  237. # Should Lazy Checker check ban for "SFA", or "UFA" accounts?
  238. # Not recommend becouse most SFA and UFA are unban!
  239. check-ban-fa: false
  240.  
  241. # Leave this "0", checker will pick the default server protocol!
  242. # Only Support Protocol >= 4 (1.7.2 Protocol)!
  243. # https://wiki.vg/Protocol_version_numbers
  244. protocol: 47