Skip to content

HadronCollision/PowershellScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HabibiModAnalyzer

A screensharing tool for verifying the integrity of Minecraft mods.

Usage

Run the following command in PowerShell:

powershell -Command "Set-ExecutionPolicy Bypass -Scope Process; Invoke-Expression (Invoke-RestMethod 'https://raw.githubusercontent.com/HadronCollision/PowershellScripts/refs/heads/main/HabibiModAnalyzer.ps1')"

Features

  • Hash Verification

    • Computes file hashes and checks them against Modrinth’s API.
    • Uses a custom database (called megabase) for mods not listed on Modrinth.
  • Cheat Detection

    • Scans mods and their dependency jars for common cheat strings.
  • Download Source Identification

    • Inspects Zone.Identifier to determine the download source of a file.

Megabase

The megabase database currently contains hashes for:

  • InventoryHUD+
  • ReplayMod

The API is publicly accessible. Example query: https://megabase.vercel.app/api/query?hash=3C7A9AC6DB0D246A90B1443EB840A377B28EB0CF

If you would like to suggest mods to add to the megabase, reach out on discord: hadroncollision

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published