Skip to content

Checks if a minecraft server is cracked by observing players online

Notifications You must be signed in to change notification settings

TheOnlyWayUp/check_if_server_cracked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server Cracked Checker

Ping the server using MCStatus or something similar, and pass the response.raw['players']['sample'] to the API, the sample field is only present if there are people online. This program only works if there are people online on the server.

Features

  • FastAPI powered API with autogenerated docs, just visit localhost/redoc after running.
  • Completely asynchronous code, minimal dependencies.
  • Mediocre Ratelimit Handling (If your request is ratelimited, the program will wait 0.5 seconds and retry the request)
  • All checking steps documented (It's 3 am and I've used weird ways of getting things done, this is not clean code. If you want to use it inside of your project, rewrite part of it. I've detailed what I'm actually checking here. The request function (get-uuid) is half decent though, that can be freely skidded.)

Running

!! You must install Python3.10 to use this program !!
git clone https://github.com/TheOnlyWayUp/check_if_server_cracked.git cracked_checker
cd cracked_checker
python3.10 -m pip install -r requirements.txt
python3.10 main.py

About

Checks if a minecraft server is cracked by observing players online

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages