Skip to content

NepMods/Android-Mod-Inject

Repository files navigation

This Project May Have Many Errors And Fault, Before Blaming me About errors, Try To fix As Your Need

Android Mod Injector

Android Mod Injector Is Mod Menu Injector For Rooted Device & Virtual Device. Made On Lgl Android Mod Menu 2.9. Converted By Nepmods.

How It Works?

It Have 2 CPP Library, One is Called Client and One Server. basically The server Library is Injected Inside game and All hacks Are controlled By The Client library, Client library is Connected with java, so it is easy to Control Mods.

How To Use?

This Project is Easy To use. but Yu need some experience with modding.

Step 1: Targeting Game

You Need To Target The Game By Entering Game's Package Name On FloatingModMenuServices.java And Find targetPackage variable. Then, Replace with Your Game Package.

If You Change Lib Name in Android.ml, also Change here

image1

Step 2: Targeting Lib

You need to Target A Library For Hacking Or Making Mod, You can do it on Server.cpp

img2

Adding New Feature

YOU NEED TO ADD NEW FEATURE TO MAKE MODS. To do so,
First:

Creating New Feature

YOU CAN ADD NEW FEATURE TO Main.cppfile.

img3

Creating New Request Id

You need To Create New Feature Id for Sending / Receiving The Data using Socket.
For that:

img4

Sending Feature To Server Library

You can Create A New Case That Matches with Feature position, You can Use
Send(f::featureID, [bool/int])

IMG

Receiving data

You can Receive Sent Data In Server.cpp

  1. Create A New Feature Id With Same Number.

2. Receive like showen
} else if (request.Mode == f::featureID) {
     feature2 = request.boolean;
     response.Success = true;

img5

Making Mods

You can Simply Make Mod Like LGL Android Mod Menu 2.9

Change Log

*Change Log*
1. Fixed Injection
2. No Need To Add Libinject Manually, LibInject Will be Added Automatically
3. Changed Root Library From Eu.Chainfire To com.topjohnwu.superuser
4. Fixed For Magisk
5. Fixed For Root
6. Fixed For Virtual Androids
7. made 2 Button To inject

Credits

Making Project: Nepmods (https://GitHub.com/nepmods)
*Inject Lib Framework : Chainfire/evilsocket : https://github.com/Chainfire/inject-hook-cflumen
*Mod Template : LGLTeam : https://github.com/LGLTeam/Android-Mod-Menu
*Socket: Kmods : https://github.com/kp7742
*Help To Inject Fix On Root/Magisk: Mr Any Gamer