Code Monkey home page Code Monkey logo

android-mod-inject's Introduction

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

android-mod-inject's People

Contributors

nepmods avatar nepmods-tempacc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.