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!
Recommended Instagram version: 392-0-0-0-4 alpha
- Hide (Seen) in stories
- Hide (Seen) in DM
- Hide (Typing) in DM
- Hide (You took a screenshot) in DM
- Hide (Opened) in media
- Hide (Replayed) in media
- Hide (Seen) in live videos
- Disable ads
- Disable analytics
- Disable video autoplay
- Disable 'Like' with double tap
- Hide suggested reels
- 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
InstagramInjectionManagerclass)
- 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.permissions.StoragePermissionActivity" />
- Add the following permission:
-
Insert the required function calls from the
InstagramInjectionManagerclass into Instagram's execution flow.
- Monserrat G
- Revanced
- Marcos shiinaider - InstaFlow
- Amàzing World

