GTInternalAndroid is a Growtopia mod menu with ImGui.
Android 5.0 Lollipop (SDK 21) ~ 13 Tiramisu (SDK 33)
- Free and open source.
ImGui Demo |
---|
The following dependencies are required to build from source.
The following steps are for building from source.
- First you need to clone the source code of this project.
git clone --recurse-submodules https://github.com/ZTzTopia/GLauncherAndroid.git
- Then create a build folder for cmake to use cmake when configuring and building the project.
mkdir build
cd build
- Configure the cmake project the way you want, for example to build the arm64 library with api above 21:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DCMAKE_ANDROID_NDK="/path/to/android/ndk" -DCMAKE_SYSTEM_VERSION=21 -DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang
- After configuring the project you can immediately build it.
cmake --build .
Note: Building this source from android will most likely work but I haven't tried it so feel free to experiment yourself :)
But you can try this tutorial: Build for Android
- Dobby: A lightweight, multi-platform, multi-architecture hook framework
- frida-gum: Retrieve some memory code
- ImGui: Bloat-free Graphical User interface
- KittyMemory: Runtime code patching
This project is licensed under the MIT License. See the LICENSE file for details.