Tool External Injector Source Code

Numark

Awesome Active Platinian
Original poster
May 23, 2017
116
925
193
This is a source code for Android to inject mods in game at runtime.

This can be used with root and no root. For no root, run the app in virtual apps.

This is one of my projects that I had been working during summer. The PG3D Injector. This does not have to be PG3D. This project can work for any games instead of Pixel Gun 3D. It doesn't contain any c++, but java/kotlin. You can find everything inside MainActivity.kt

This is an alternative way to inject mods inside the game instead of implementing your mod menus, making the game having signature checks and causing some integrity checks.


Preview:
Screenshot_20210606-233412847 (1) (1).jpg



I had made a tutorial section about this as well, but it leads to the original project and just a preview of it as well.

But this is a source that I had done and released now.

Link: SliceCast/External-PG3D-Injector

Everything is explained inside the GitHub. So you can have an ideal of what to do with it and customize. Have fun.