Fiz-Vector / CheatingUtils

Internal game edits and hacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheating Utilities

  • Internal game edits and hacks.
  • Some code from pixaxeofpixie/Braindustry-Mod
  • Download the latest release at Github
  • Changelog: Link

Compiling

JDK 8.
Task dexify requires d8 from Android build-tools > 28.0.1.

Plain Jar is for JVMs (desktop).
Dexed Jar is for for JVMs (desktop) and ARTs (Android).
These two are separate in order to decrease size of mod download.

Windows

Plain Jar: gradlew build
Dexify Plain Jar: gradlew dexify
Build Plain & Dexify Jar: gradlew buildDex

*nix

Plain Jar: ./gradlew build
Dexify Plain Jar: ./gradlew dexify
Build Plain & Dexify Jar: ./gradlew buildDex

About

Internal game edits and hacks.

License:MIT License


Languages

Language:Java 100.0%