Search results

  1. Tool Android Library Remap Hide

    In case some games detect Your cheat library loaded in memory, you can remap the library to hide it. Code can be found on my github. Can easily be implemented into an existing mod menu project by adding RemapTools.h to your project and creating a separate library for loading in your build script...
  2. Tutorial How to Inject a Mod Menu into any game

    I have recently published an Android DLL Injector on Github that allows you to Inject a library on android with root permissions. This Injection allows you to mod games externally. What you need: 1. A Library to Inject 2. My Injector from Github All you need to do is: 1. Select a package name...