Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Minecraft Hacks & Cheats › Minecraft Tools & Resources › Minecraft account checker (python)

Minecraft account checker (python)

Posts 1–12 of 12 · Page 1 of 1
NO
notreall
Minecraft account checker (python)
Hi guys. I created a simple command line account checker with python that will check a list of accounts in a file. Feel free to add to it or give suggestions on how I can improve it.

Documentation
Each account should be on a seperate line. The order should be username[seperatorhere]password or username[seperatorhere]ingame[seperatorhere]password with the seperator being the same.
You can use different arguments alongside the file in the command line to use it to your liking.
These arguments are:

-s : change the separator between the username and password. to use spaces put ^ instead, it will be replaced with a space. (Defaults to : if argument not used)

-f : instruct it what file to read from that contains the usernames and passwords. (Defaults to accounts.txt if not used)

-o : instruct the file to be used to output the working usernames and passwords. (Defaults to output.txt if not used)
NOTE: The output file will be overwritten if the same file is used.

--complex: if used the output file will contain extra information on each account instead of just the working username and passwords
The data is in JSON format and looks like so:
{
"username": // The accounts username for logging in (String)
"password": // The password for logging in (String)
"nickname": // The in game name (String)
"paid": // If the account is paid (Boolean)
"regIP": // Ip where the account was registered (String)
"DOB": // Accounts birth day (String in format day-month-year)
"suspended": // If the account is suspended (Boolean)
"blocked": // If the account is blocked (Boolean)
"emailVerified": // If the account is verified with an email (Boolean)
"secured": // If the account is 'secure' (Boolean)
}
If not used the output will be the accounts that worked formatted how they were inputted

Example
This example should work on any OS but definitely works on linux:
python accountchecker.py -f list -o working -s = --complex

accountchecker_mpgh.net.zip
#1 · 7y ago
T-800
[MPGH]T-800
//Approved

https://www.virustotal.com/gui/file/...bbe0/detection
#2 · edited 7y ago · 7y ago
NO
notreall
Update:
Fixed a typo that would stop it working

Fix:
On line 97 change "workingCount" to "workedCount"
I can't post links so can't share the updated code myself.
#3 · 7y ago
AE
AERGAERgaregaergarwgerg
Quote Originally Posted by notreall View Post
Hi guys. I created a simple command line account checker with python that will check a list of accounts in a file. Feel free to add to it or give suggestions on how I can improve it.

Documentation
Each account should be on a seperate line. The order should be username[seperatorhere]password or username[seperatorhere]ingame[seperatorhere]password with the seperator being the same.
You can use different arguments alongside the file in the command line to use it to your liking.
These arguments are:

-s : change the separator between the username and password. to use spaces put ^ instead, it will be replaced with a space. (Defaults to : if argument not used)

-f : instruct it what file to read from that contains the usernames and passwords. (Defaults to accounts.txt if not used)

-o : instruct the file to be used to output the working usernames and passwords. (Defaults to output.txt if not used)
NOTE: The output file will be overwritten if the same file is used.

--complex: if used the output file will contain extra information on each account instead of just the working username and passwords
The data is in JSON format and looks like so:
{
"username": // The accounts username for logging in (String)
"password": // The password for logging in (String)
"nickname": // The in game name (String)
"paid": // If the account is paid (Boolean)
"regIP": // Ip where the account was registered (String)
"DOB": // Accounts birth day (String in format day-month-year)
"suspended": // If the account is suspended (Boolean)
"blocked": // If the account is blocked (Boolean)
"emailVerified": // If the account is verified with an email (Boolean)
"secured": // If the account is 'secure' (Boolean)
}
If not used the output will be the accounts that worked formatted how they were inputted

Example
This example should work on any OS but definitely works on linux:
python accountchecker.py -f list -o working -s = --complex

Added on IM, I'm seeing something that you can improve ^^, I don't wanna bother ^^
#4 · 7y ago
SO
Sofgan
thank you sir
#5 · 7y ago
TR
Trapthekid
except urllib*****TPError, f:
^
SyntaxError: invalid syntax

Getting this error
#6 · 7y ago
SI
sike2005
me too, same problem
#7 · 6y ago
HE
HellboyAlts
Nice Checker bro
#8 · 6y ago
AC
AccountsOne
thanks man
#9 · 6y ago
BL
bluedolph1n
Can you help me through this? I am not sure how to get it working.

In CMD I type CD C:\Users\Force\Desktop\Python

next line i type accountchecker.py

it says
File "C:\Users\Force\Desktop\Python\accountchecker. py", line 91
except urllib*****TPError, f:
^
SyntaxError: invalid syntax
#10 · 5y ago
BL
bluedolph1n
Quote Originally Posted by notreall View Post
Update:
Fixed a typo that would stop it working

Fix:
On line 97 change "workingCount" to "workedCount"
I can't post links so can't share the updated code myself.
I just did that but now I get a new error

C:\Users\alex\Desktop\Python>accountchecker.py
File "C:\Users\Force\Desktop\Python\accountchecker. py", line 91
except urllib*****TPError, f:
^
SyntaxError: invalid syntax
#11 · 5y ago
AS
Ash_Rothschild
nice checks!
#12 · 5y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • Minecraft Account CheckerBy Some_Man in Minecraft Help
    5Last post 13y ago
  • Minecraft Account CheckerBy LunaticDay in Minecraft Discussions
    4Last post 13y ago
  • Minecraft Account CheckerBy rockpoo in Minecraft Tools & Resources
    15Last post 13y ago
  • Minecraft Account CheckerBy ViveAfuL in Minecraft Tools & Resources
    2Last post 13y ago
  • Minecraft Account CheckerBy Think500 in Minecraft Help
    3Last post 13y ago

Tags for this Thread

None