Android-ModMenu-SemiJni

(★ 55)

Floating mod menu based on jni for il2cpp and other native android games by LGLTeam.

File Explorer

  • .gitignore
  • build.gradle
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
  • README.md
  • settings.gradle

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

Base64

View Details ▼

Encode or decode file or `stdin` to/from Base64, to `stdout`.

base64 {{path/to/file}}

Encode a file:

base64 {{[-i|--input]}} {{path/to/file}}

Encode a file to `stdout`:

base64 {{[-i|--input]}} {{path/to/file}}

Encode a file to `stdout`:

// repository documentation