GTInternalAndroid
⚙️ Growtopia mod menu with ImGUI.
Install / Use
/learn @ZTzTopia/GTInternalAndroidREADME
GTInternalAndroid
GTInternalAndroid is a Growtopia mod menu with ImGui.
Supported Version
Android 5.0 Lollipop (SDK 21) ~ 13 Tiramisu (SDK 33)
Features
- Free and open source.
Screenshot
| ImGui Demo |
|:--------------------------------------------:|
|
|
Build
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
Credits
- 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
License
This project is licensed under the MIT License. See the LICENSE file for details.
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
