Skip to content

Hakxsorus/blitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   ____     _                  _____    _____  
U | __")u  |"|        ___     |_ " _|  |"_  /u 
 \|  _ \/U | | u     |_"_|      | |    U / //  
  | |_) | \| |/__     | |      /| |\   \/ /_   
  |____/   |_____|  U/| |\u   u |_|U   /____|  
 _|| \\_   //  \\.-,_|___|_,-._// \\_  _//<<,- 
(__) (__) (_")("_)\_)-' '-(_/(__) (__)(__) (_/ 

What is Blitz?

Blitz is a blazingly-fast open-source command line tool written in Rust that detects whether moronic players are in your RISK: Global Domination lobbies.

Important

Blitz is cross-platform but the initial 1.0.0 release only supports Windows. Future releases will supports all Operating Systems.

Important

Blitz is early in development and only supports monitors with dimensions of 1920x1080 pixels. Support for monitors of all sizes is actively being developed in src/detector.rs.

How does Blitz work?

Blitz is like the Sherlock Holmes of RISK. It snaps a quick screenshot of your pre-game lobby, then employs Optical Character Recognition to decipher the usernames of all the players present. If it spots any shady characters lurking about—ones you've already marked on your blacklist—it'll give you the heads-up that trouble might be brewing.

An Example Blacklist

{
  "morons": [
    {
      "username": "PokemonMaster1248",
      "reason": "Copy and paste the { } block to add more entries"
    },
    {
      "username": "Theo The Blade",
      "reason": "Don't forget the comma at the end of the block."
    },
    {
      "username": "Laura Burn",
      "reason": "Risk players seriously need a shower."
    }
  ]
}

An Example Pre-Game Lobby

image

The Output of Blitz's Moron Detection

image

How do I use Blitz?

Important

These instructions are for the initial 1.0.0 release which only supports Windows and monitors with dimensions of 1920x1080 pixels.

Download the latest blitz.exe version from releases and move it anywhere memorable in your filestyle. You can optionally set it as a PATH Environment Variable, which I recommend.

From your terminal, you can now run any of the following commands.

Edit Your Blacklist

blitz.exe edit

This command opens your blacklist in your default text editor for JSON files. Once open, you can add and remove morons as you wish. Remember to save the file once you're done editing. RISK does not have to be open.

GIF

Scan Your Risk Lobby For Morons

blitz.exe scan

This command scans your pre-game lobby for any morons who are present. RISK has to be open in the pre-game lobby.

GIF

Blitz Isn't Working Properly

Please create an issue and I will support you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages