OsancTools is a Java application containing various tools for making security work in the Oryx Sanctuary discord server much easier.
Note: This project is deprecated. Changes made by Deca combined with missing resource extractor class files make the program inoperable. This repository exists to serve as an archive of the project.
Download the latest release and run the executable.
- Open
build.gradle
with Intellij IDEA. - Add a configuration for the main function found in
com.github.waifu.gui.Main
- To build, run the shadowjar task.
This project uses Launch4J to build the jar, but to run the artifact without wrapping into an executable, use the command:
java -jar <artifact_name>
Feel free to submit pull requests that handle specific issues, and when in doubt feel free to contact me to see where you can help. While the code is open source, I ask that you please help contribute to the project rather than make a derivative if it is applicable.
This repository is generally under the Apache License 2.0, however certain directories will include a standalone license file that applies to the code in the current directory and its sub-directories.