ππ PlayStoreSelfUpdateBlocker
β Compatibility
Blocks Google Play Store self-updates on rooted Android devices. Supports Magisk, APatch, and KernelSU. Useful for users trying to maintain valid device attestation under the newer Play Integrity API rules.
β Compatibility
β’ Root Solutions: Magisk 24+, APatch, KernelSU
β’ Android: 10+ (report issues if you find any)
β’ Devices: All Android devices with supported root methods
β³οΈ Author: himanshujjp
πΈ GitHub repository
πΈ GitHub releases
πΈ GitHub actions
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
ππ disable_usb_debugging
Disables USB Debugging after every reboot
β³οΈ Author: Aakif17
π₯ GitHub repository
π₯ GitHub releases
π₯ MRP-Storage
π Bootloop Protection
π£ Join: @gitdroid | @magiskrootport
π£ Join: @mrpstorage
π¬ Chat: @mrpdiscussion
ππ MacDroid
A minimal, fast, and colorful CLI to manage and persist custom MAC addresses on Android via Magisk. Includes an interactive TUI (macd) and bootβtime application of a saved MAC.
β³οΈ Author: X-croot
π₯ GitHub repository
π₯ GitHub releases
π₯ MRP-Storage
π Bootloop Protection
π£ Join: @gitdroid | @magiskrootport
π£ Join: @mrpstorage
π¬ Chat: @mrpdiscussion
ππ PHP7 Webserver
π° Features
PHP7 Webserver Magisk Modules For CFM.
π° Features
β’ Lock Band SIM1 & SIM2 (band1 & band3)
β’ ExtSDCard Explorer
β’ Fixed OCGen url
β’ Zashboard
β’ Free and Premium VPN Menu
β³οΈ Author: budijoi
π₯ GitHub repository
π₯ GitHub releases
π₯ MRP-Storage
π Bootloop Protection
π£ Join: @gitdroid | @magiskrootport
π£ Join: @mrpstorage
π¬ Chat: @mrpdiscussion
ππ Install Tinymix Utility
π οΈ Requirements:
A simple Magisk module that installs tinymix executible
Tinymix is a small system utility, adopted to Android from Linux, which allows to modify advanced system audio settings, otherwise not accessible, via terminal commands. This process is very complicated and requires prior knowledge of shell scripts. Although it can be used by advanced users as it is, via terminal interface, this module is intended to be used along with Tinymix Manager apk for better experience.
π οΈ Requirements:
β’ Android 4.1+
β’ Apatch (I haven't tested it on anything else)
β’ Tested on Pixel 8a Android 15 Stock Rom
β’ Output works with Tensor M3, the apk had a couple sections DSP and R report unsupported.
β’ Will work with most Qalcomm processors, not so sure about MTK.
β³οΈ Author: JLukassen
π₯ GitHub repository
π₯ MRP-Storage
π Bootloop Protection
π£ Join: @gitdroid | @magiskrootport
π£ Join: @mrpstorage
π¬ Chat: @mrpdiscussion
ππ liboemcrypto disabler
Disables liboemcrypto.so on rooted devices to allow DRM-protected content to play (e.g. Netflix, My5, etc.).
β³οΈ Author: ianmacd, modded by hzy132
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
ππ Disable Logd
Magisk module that disable logd service
β³οΈ Author: Xenoxis, Keinta15
πΈ GitHub repository
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
ππ ZDT-D
π° Key Features
A Magisk module designed to bypass DPI (Deep Packet Inspection) on the internet. It helps bypass service blocks and throttling for platforms like Discord, YouTube, and others. This module is tailored for users in Russia and comes with preconfigured settings to overcome restrictions.
π° Key Features
β’ Bypass blocks and service throttling
β’ User-friendly graphical interface for configuration (not supported on all devices)
β’ Automatic download of up-to-date block lists and binaries from trusted repositories
β³οΈ Author: @GAME_OVER_op, Ggover
β³οΈ Telegram: Group
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @mrpstorage
π GitHub: @magiskrootport
ππ Sudo for Android NDK
Use sudo on Android shell.
Notice
sudo -e <filepath> need to install nano-ndk module.
β Support Root Manager
β’ Magisk, KernelSU, Apatch
β³οΈ Author: natsumerinchan
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
Nothing Phone 2a Bootloader Exploit Working
A new exploit called Fenrir targets the Nothing Phone 2a, CMF Phone 1 & other MediaTek-powered devices. It takes advantage of a flaw in how the phone starts up, allowing full control over the device before Android even loads. Even after waiting for 1 month, Nothing ignored the developer's bootloader vulnerability report affecting CMF Phone 1 and Phone 2a and thus developer made it exploit public.
When you power on your phone, it goes through several steps to make sure everything is secure and untampered. This is called the secure boot chain. Each of these steps is trusted only if the previous one verifies it.
1. BootROM β The first code built into the chip. It loads the next part.
2. Preloader β Loads the next component, called bl2_ext, and normally checks it.
3. bl2_ext β This runs at the highest privilege level (EL3) and is supposed to check everything else.
4. TEE (Trusted Execution Environment) β Handles secure operations like fingerprint data and encryption.
5. GenieZone β A MediaTek component that manages access to the secure system.
6. LK / AEE β Boots the Android operating system and handles crash logging.
7. Linux Kernel β This is Android. The phone is now fully booted.
This exploit abuses a flaw in the MediaTek boot chain. When the bootloader is unlocked (
Additionally, the included PoC also spoofs the deviceβs lock state as locked so you can pass strong integrity checks anywhere while being unlocked. Someone even managed to pass Basic, Device and Strong integrity on LineageOS for Phone 2a without rooting, spoofing, using pixel fingerprint or leaked keybox.
Vivo X80 Pro is also vulnerable & it has a more severe version of the flaw, as it fails to verify bl2_ext even with a locked bootloader. You can read more about the usage of exploit here:
https://github.com/R0rt1z2/fenrir
Follow @TechLeaksZone
A new exploit called Fenrir targets the Nothing Phone 2a, CMF Phone 1 & other MediaTek-powered devices. It takes advantage of a flaw in how the phone starts up, allowing full control over the device before Android even loads. Even after waiting for 1 month, Nothing ignored the developer's bootloader vulnerability report affecting CMF Phone 1 and Phone 2a and thus developer made it exploit public.
When you power on your phone, it goes through several steps to make sure everything is secure and untampered. This is called the secure boot chain. Each of these steps is trusted only if the previous one verifies it.
1. BootROM β The first code built into the chip. It loads the next part.
2. Preloader β Loads the next component, called bl2_ext, and normally checks it.
3. bl2_ext β This runs at the highest privilege level (EL3) and is supposed to check everything else.
4. TEE (Trusted Execution Environment) β Handles secure operations like fingerprint data and encryption.
5. GenieZone β A MediaTek component that manages access to the secure system.
6. LK / AEE β Boots the Android operating system and handles crash logging.
7. Linux Kernel β This is Android. The phone is now fully booted.
This exploit abuses a flaw in the MediaTek boot chain. When the bootloader is unlocked (
seccfg), the Preloader skips verification of the bl2_ext partition, even though bl2_ext is responsible for verifying everything that comes after it. So if bl2_ext it's not verified and can be modified, it compromises the entire secure boot process. The exploit modifies a function called sec_get_vfy_policy() inside bl2_ext, making it always return "0", so an unverified bl2_ext running at EL3 now happily loads unverified images for the rest of the boot chain.Additionally, the included PoC also spoofs the deviceβs lock state as locked so you can pass strong integrity checks anywhere while being unlocked. Someone even managed to pass Basic, Device and Strong integrity on LineageOS for Phone 2a without rooting, spoofing, using pixel fingerprint or leaked keybox.
Vivo X80 Pro is also vulnerable & it has a more severe version of the flaw, as it fails to verify bl2_ext even with a locked bootloader. You can read more about the usage of exploit here:
https://github.com/R0rt1z2/fenrir
Follow @TechLeaksZone
β€1
ππ Telegram Tweaks
[LSPosed/lspatch] Remove action bar stories in the Telegram messenger (+block unmute button)
β’ Action bar stories fix (hide or move to the drawer)
β’ Mute/unmute chat bottom button fix (make it chat/channel's notifications status label)
β’ Chat bottom gift button fix (hide it to prevent accidental taps)
β’ (Added) lspatch support
β’ (Added) block internal Telegram updates check
β³οΈ Author: MichaelZhuravsky
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
ππ Privacy Guard
π οΈ Requirements
Protect your apps from unwanted capture.
When enabled for an app, Privacy Guard will block screenshots, block screen recording and hide app content in Recents.
π οΈ Requirements
β’ Magisk with Zygisk enabled
β’ LSPosed (Zygisk variant)
β’ Android 8.1+ recommended (tested 12β14)
β³οΈ Author: tan-dew
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
βοΈ LSPosed CLI Tools
https://github.com/rogy153/ScopeForge---LSPosed-CLI-Manager
Advanced command-line tools for managing LSPosed modules with intelligent scope discovery, automatic backup, and batch operations.
https://github.com/rogy153/ScopeForge---LSPosed-CLI-Manager
Advanced command-line tools for managing LSPosed modules with intelligent scope discovery, automatic backup, and batch operations.
GitHub
GitHub - rogy153/ScopeForge: A CLI Manager for LSPosed without using GUI apk manager
A CLI Manager for LSPosed without using GUI apk manager - rogy153/ScopeForge
ππ NextRAM
A powerful Magisk module that enhances Android device performance through intelligent memory management, ZRAM optimization, and kernel-level tuning.
β³οΈ Author: @rexamm1t, @matrix_5858
β³οΈ Telegram: Channel | Group
πΈ GitHub repository
πΈ GitHub releases
πΈ MRP-Storage
π Bootloop Protection
π Telegram: @gitdroid | @magiskrootport
π GitHub: @magiskrootport
β€1