71e6fd52 / starsector_codes

Starsector activation code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The algorithm is obtained by decompiling the game file.

Usage

compile with:

javac codes.java starsector_codes.java

and run

java StarsectorCodes

above command will print all code, better use

java StarsectorCodes | head

to get first 10 codes, or

java StarsectorCodes | head -n $RANDOM | tail -n 1

to get random one

About

Starsector activation code generator


Languages

Language:Java 100.0%