· 7 years ago · Dec 10, 2018, 03:10 AM
1# After purchasing PhotonChecker, you will receive a license key
2# Put the license key here to run.
3license-key: E2AC87EBB4810D1924F117302EAEE43A
4
5# Should PhotonChecker print out text with coloured, remove the fade white and black foreground and background
6# (e.g: failed account is red, hit account is green...).
7# Disabling colours using this option only works on Windows.
8colourful: true
9
10# How many threads should PhotonChecker assign for checking (Multi-threading)?
11# The higher you set the faster it runs, but sure that your PC can handle this because it will consume your CPU and RAM
12max-threads: 1500
13
14# How long should PhotonChecker wait for connection to the server completed (in seconds)?
15# The higher you set the more accurate, the lower the faster it runs. If I were you, I wouldn't set this lower.
16timeout: 90
17
18# How many times should PhotonChecker recheck the account (combo), including Server Stats + Capes checks (with
19# another proxy) if it is failed (or no stats or capes found)?
20# Yet another trade-off between speed and accuracy.
21rechecks: 65
22
23# The proxy type (protocol) of your proxies, which should be used while checking. Must be only: HTTP, SOCKS and DIRECT.
24# Please note that: "HTTP" works for both HTTP and HTTPS proxies. "SOCKS" also works for both v4 and v5,
25# "DIRECT" is proxyless mode.
26proxy-type: HTTP
27
28# 3 check modes: "NORMAL", "UNMIGRATED" and "DOMAIN_REMOVER" (without quotes), used for Combo Check
29# - NORMAL: Normal check (NFA, SFA, Demo), input combo is email:pass (user:pass works fine, but you should use UNMIGRATED mode instead).
30# - UNMIGRATED: Crack/check unmigrated accounts even faster and more accurate using our method, input combo has to be user:pass of
31# course. Please note that this mode is still in further experimental development and might be buggy.
32# - DOMAIN_REMOVER: Remove domains from emails in your combo list (to become user:pass combo). Then crack/check them using
33# UNMIGRATED mode.
34mode: NORMAL
35
36# Should PhotonChecker only display hits (no failed or errors) on the console?
37display-hits-only: false
38
39# Should PhotonChecker save failed accounts (combo) to a text file (failed.txt)?
40save-failed: false
41
42# If this is set to true, NFA hits will be saved as user:email:pass.
43# Otherwise, they will be saved as email:pass.
44full-nfa-output: false
45
46# If this is set to true, SFA hits will be saved as user:email:pass.
47# Otherwise, they will be saved as email:pass.
48full-sfa-output: false
49
50# Check for Mail Access, MFA (or Full Access ,FA) accounts?
51mail-access-check:
52 # Enable?
53 enable: true
54
55 # Path to your domains (email providers) file to check for mail access. Many thanks to SrBathTub for his list.
56 domains-file: domains.txt
57
58# Dehash/Crack emails of unmigrated hits, not always 100% can they be dehased/cracked
59unmigrated-dehasher:
60 # Enable?
61 enable: true
62
63 # Set this to true then more techniques would be used to dehash if it cannot be dehashed using normal method.
64 # This would take longer to dehash for sure, but chance to get dehased is higher.
65 intelligent: true
66
67 # Path to the file contains email keywords (for instance: gmail.com, hotmail.com, ...) use to dehash.
68 # The keywords file should be in the same the folder which contains PhotonChecker for the ease of using.
69 keywords-file: email-providers.txt
70
71 # Path to the dictionary file
72 # The dictionary file should be in the same the folder which contains PhotonChecker for the ease of using
73 dictionary-file: dictionary.txt
74
75# Check for OG (meaningful) usernames of hits
76og-check:
77 # Enable?
78 enable: true
79
80 # The path to the dictionary file
81 # The dictionary file should be in the same the folder which contains PhotonChecker for the ease of using
82 dictionary-file: dictionary.txt
83
84# Check for ban status of hits of a server
85ban-check:
86 # Enable?
87 enable: true
88
89 # Server IP of the Minecraft Server
90 server-ip: mc.hypixel.net
91
92 # Server connection port
93 server-port: 25565
94
95 # Minecraft (server) version, in order for PhotonChecker to connect. Supported minecraft versions are between 1.7.2 and 1.13.1 (inclusive).
96 # Snapshots releases are not supported. Leave this empty, or if the version specified is not supported, Checker will pick the default
97 # Minecraft version, which is 1.11.2.
98 # Generally, the best Minecraft versions for Ban Checker to work are around 1.11.*.
99 minecraft-version: 1.11.2
100
101 # Proxy type (protocol) used to check for ban/unban
102 # Please note that DIRECT (proxyless) is not a good choice, because the server might ban your IP if many accounts are logged in to that
103 # server many times. If next account even it is unbanned, it can lead to a ban as well
104 fallback-proxy-type: HTTP
105
106 # Path to proxies file used to check for ban/unban
107 # The proxies file in the same path which contains PhotonChecker unless you know how to work around with this
108 fallback-proxies-file: proxies.txt
109
110# Check for stats of hits on some servers
111server-stats-check:
112 # Disable recheck, check faster of course but the accurate might decrease.
113 disable-recheck: true
114
115 # Check for Hypixel stats
116 check-hypixel-stats:
117 # Enable?
118 enable: true
119
120 # Minimum level for accounts to be over level (if account's current level is greater than or equal to this)
121 minimum-level: 25
122
123 # Check for Mineplex stats
124 check-mineplex-stats:
125 # Enable?
126 enable: true
127
128 # Minimum level for accounts to be over level (if account's current level is greater than or equal to this)
129 minimum-level: 15
130
131 # Check for HiveMC stats
132 check-hivemc-stats: true
133
134# Check for capes of hits
135capes-check:
136 # Check if account has Optifine cape
137 check-optifine-capes: true
138
139 # Check if account has Minecon (Official, Vanilla) cape
140 check-minecon-capes: true