lua-source/GTIntercherAndroid
skong 9741d4ed0b add opencode 2024-01-13 17:28:49 +08:00
..
app add opencode 2024-01-13 17:28:49 +08:00
gradle/wrapper add opencode 2024-01-13 17:28:49 +08:00
.gitignore add opencode 2024-01-13 17:28:49 +08:00
.gitmodules add opencode 2024-01-13 17:28:49 +08:00
LICENSE add opencode 2024-01-13 17:28:49 +08:00
README.md add opencode 2024-01-13 17:28:49 +08:00
build.gradle add opencode 2024-01-13 17:28:49 +08:00
gradle.properties add opencode 2024-01-13 17:28:49 +08:00
gradlew add opencode 2024-01-13 17:28:49 +08:00
gradlew.bat add opencode 2024-01-13 17:28:49 +08:00
settings.gradle add opencode 2024-01-13 17:28:49 +08:00

README.md

GTIntercherAndroid

Github Action GitHub Release

GTIntercherAndroid is a combination of two sources that i created, GTInternalAndroid and GTLauncherAndroid.

GTInternalAndroid is a Growtopia mod menu with ImGui.

GTLauncherAndroid is a Growtopia launcher LiKE nO oThER. Without having to update the launcher if the game is updated.

Lua api documentation can be found on the Wiki.

Supported Version

Android 5.0 Lollipop (SDK 21) ~ 13 Tiramisu (SDK 33)

Features

  • Free and open source.
  • Launch Growtopia without having to update the launcher if the game is updated.
  • Floating Windows.
  • Mod Menu
    • Cheat
    • Multi Bot
    • Lua Executor

Screenshot

Mod Menu
Mod Menu
Floating Windows
Floating Windows

Download

The latest application package kit can be found on the Releases page.

Build

The following dependencies are required to build from source.

The following steps are for building from source.

  1. First you need to clone the source code of this project. git clone --recurse-submodules https://github.com/ZTzTopia/GLauncherAndroid.git
  2. Then open it via Android Studio.
  3. When you click the ▶ Run button, it will be built and run automatically.

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 the tutorial I gave last year to build GTIntercherAndroid: 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.