/hack-dot-jar

Hacking tips.

Primary LanguageJavaMIT LicenseMIT

hack.jar

Hacking tips.

Inspired by and based on aji's weechat script hack.py. All credit for the content in hack.json and the general algorithm used goes to him.

Fuck the GPL

Usage

import org.appledash.hack.Hack;

public final class HackExample {
    public static void main(String[] args) {
        Hack hack = Hack.create();
        
        System.out.println(hack.getAdvice());
    }
}