Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
craciu25yt authored Mar 16, 2022
1 parent c8e5131 commit 4694075
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Minecraft acc checker.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prompt Debug$g
@echo off
set premium=na
cls
echo What nick you want to check?
set/p nick=nick:
curl --insecure -XGET https://api.mojang.com/users/profiles/minecraft/%nick% | find /I "%nick%" >%temp%\MinecraftPremiumChecker.tmp && set premium=yes
cls
if "%premium%"=="na" (echo %nick% isn't a Minecraft premium account.) else (echo %nick% is actually a Minecraft premium account)
pause

0 comments on commit 4694075

Please sign in to comment.