Skip to content

Magisk Module that Injects a ImGui Mod Menu into any game

License

Notifications You must be signed in to change notification settings

ALEX5402/Zygisk-ImGui-Mod-Menu-v2

 
 

Repository files navigation

Zygisk-ImGui-Mod-Menu

Magisk Module that Injects a ImGui Mod Menu into any game

Features

  • Any Android Version
  • Any Game Supported
  • Arm64 Support
  • x86 Support

Build and Installation

Android Studio is required: https://developer.android.com/studio

Setup and Installation:
Open /module/src/main/cpp/modmenu.h and change game_package_name to the package name of the target game.

Install the magisk module through magisk manager
or use the android shell

adb push imgui-modmenu-v1.0.0-debug.zip /data/local/tmp
adb shell

su
magisk --install-module /data/local/tmp/imgui-modmenu-v1.0.0-debug.zip
reboot

Credits

ImGui by ocornut: https://github.com/ocornut/imgui
ESP Drawing by rev: https://github.com/Rev/Among-Us-Android-ESP/blob/main/Drawing.h
Unity-ImGUI-Android by octowolve: https://github.com/Octowolve/Unity-ImGUI-Android

Issues

In case you have issues with bootloops go into twrp and uninstall the module or use adb to uninstall the module

adb shell
su
magisk --remove-modules
Start up your device as normal

More information can be found here: https://forum.xda-developers.com/t/help-need-to-uninstall-magisk-modules-stuck-in-a-bootloop-when-magisk-is-activated.4187645/

Contact

Telegram: https://t.me/Reveny1

About

Magisk Module that Injects a ImGui Mod Menu into any game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.9%
  • C 35.1%