Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
57 lines (43 loc) · 3.1 KB

README.md

File metadata and controls

57 lines (43 loc) · 3.1 KB

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.