8000 GitHub - brianml31/InstaMoon: InstaMoon source code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brianml31/InstaMoon

Repository files navigation

InstaMoon_Logo

InstaMoon 🌙

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!


Features

Ghost Mode

  • Stay anonymous by watching Stories, Messages, and live videos.

Remove Ads

  • Remove ads from feed, stories, reels, explore. (Thanks to revanced)

Remove Analytics

  • Block Instagram's tracking and analytics to protect your privacy.

Developer Mode

  • Access to instagram's in-development features.

Export Developer Mode Settings

  • Export your developer mode configurations

Import Developer Mode Settings

  • Import your developer mode configurations

Clear Developer Mode Settings

Save File (id_name_mapping.json)

Screenshots

How to use

Steps to Follow:

  1. Compile the project using Android Studio to generate the APK.

  2. Decompile the generated APK to extract:

    • Smali code
  3. Merge the extracted files with the original Instagram APK, making sure to include:

    • Smali classes (especially the InstagramInjectionManager class)
  4. 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" />
  5. Insert the required function calls from the InstagramInjectionManager class into Instagram's execution flow.


Special Thanks

0