InstaMoon is a reverse-engineered injectable menu that enhances your Instagram experience.
Created with ❤️ by brianml31
Warning
This project is strictly for personal use and is not affiliated, endorsed, or certified by Instagram in any way. Use at your own risk.
Note: If you use any of the materials in this repository, please give proper credit by mentioning Instamoon. A simple mention or link is appreciated!
- Stay anonymous by watching Stories, Messages, and live videos.
- Remove ads from feed, stories, reels, explore. (Thanks to revanced)
- Block Instagram's tracking and analytics to protect your privacy.
- Access to instagram's in-development features.
- Export your developer mode configurations
- Import your developer mode configurations
-
Compile the project using Android Studio to generate the APK.
-
Decompile the generated APK to extract:
- Smali code
-
Merge the extracted files with the original Instagram APK, making sure to include:
- Smali classes (especially the
InstagramInjectionManager
class)
- Smali classes (especially the
-
Modify Instagram’s
AndroidManifest.xml
:- Add the following permission:
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
- Declare the required activity:
<activity android:theme="@android:style/Theme.DeviceDefault.Dialog" android:name="com.brianml31.instamoon.PermissionDialog" />
- Add the following permission:
-
Insert the required function calls from the
InstagramInjectionManager
class into Instagram's execution flow.
- Monserrat G
- Revanced
- Marcos shiinaider - InstaFlow
- Amàzing World