Skip to content

gmh5225/External-ImGui-Android

 
 

Repository files navigation

External ImGui Android

An External ImGui modmenu for android.

Features

  • Built with ImGUI.
  • Memory Tools for Unreal Engine games
  • Math & Structs for Unreal Engine games

To-Do

  • implement ptrace to hook and call functions externally

Requirements

The following dependencies are required to build the library from source.

For AIDE users.

Usage

Building the source

  • For AIDE users: Run Project / Build Project
  • For Android Studio users: Build & Run

Inject into your Game

  • In MainActivity.java, replace ARKs package name with your games package name
  • in the gles3jni.cpp file also replace ARKs package name with the one of your game and the offsets with your own

About

An External ImGui Mod-Menu for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.5%
  • C 9.9%
  • Other 0.6%