FuckMeta

A lightweight, high-performance Xposed / LSPosed module to completely block, strip, and isolate Meta AI from WhatsApp on Android.

Xposed API Android Version LSPosed Releases


Overview

FuckMeta is an Android Xposed module designed to purge all Meta AI integrations, bot suggestions, floating ring buttons, and prompt shortcuts from WhatsApp (com.whatsapp).

Without modifying original app binaries or risking account integrity, FuckMeta operates seamlessly in memory via LSPosed to restore a private, clean, and distraction-free messaging interface.


Key Features

  • Server-Side Feature Neutralization: Dynamically suppresses Meta AI feature flags, onboarding flows, and gating checks.
  • UI & Layout Sanitization:
    • Removes the purple Meta AI Floating Action Button (FAB).
    • Sanitizes the top search bar placeholder text from "Meta AI fragen oder suchen" to "Chat suchen...".
    • Neutralizes AI accessibility prompts and suggestion chips.
  • Privacy Preservation: Blocks background AI telemetry, bot queries, and prompt suggestions.
  • Zero Binary Patching: Operates entirely in runtime memory via LSPosed. Original app signatures and updates remain intact.
  • Dynamic Compatibility: Resilient against WhatsApp updates using intelligent runtime class resolution.
  • Integrated Update Checker: In-app GitHub release checker to stay up-to-date.

Requirements

  • Rooted Android Device (Magisk, KernelSU, APatch, or Zygisk Next)
  • LSPosed Framework installed and functional
  • Android 11 (API Level 30) or higher
  • WhatsApp (com.whatsapp) installed

Installation & Setup

  1. Download Release APK:

    • Download the latest FuckMeta.apk from GitHub Releases.
    • Install the APK on your device.
  2. Enable Module in LSPosed:

    • Open LSPosed Manager.
    • Navigate to Modules -> FuckMeta.
    • Enable the module.
    • Under Scope, ensure WhatsApp (com.whatsapp) is selected.
  3. Restart WhatsApp:

    • Force-stop WhatsApp (Settings -> Apps -> WhatsApp -> Force Stop) or execute via ADB:
      adb shell am force-stop com.whatsapp
      adb shell am start -n com.whatsapp/.Main
    • Launch WhatsApp: Meta AI is now completely removed.

Frequently Asked Questions (FAQ)

Does this require modifying the WhatsApp APK?

No. FuckMeta hooks runtime memory calls using LSPosed. The original WhatsApp APK remains untouched.

Will WhatsApp updates break the module?

FuckMeta uses dynamic runtime resolution to handle internal obfuscation changes across WhatsApp updates.

Does this affect standard chat or call features?

No. Only Meta AI, AI bot suggestions, and prompt elements are isolated. Standard messaging, voice/video calls, status, and media sharing function normally.


Disclaimer

This software is provided for personal privacy enhancement and educational research purposes only. It is not affiliated with, sponsored by, or endorsed by Meta Platforms, Inc. or WhatsApp LLC.


License

Copyright (c) All Rights Reserved. Proprietary software release. Redistribution, decompilation, or reverse engineering of binary releases is prohibited without prior authorization.

Releases

9/6/2026, 5:38:17 PM

FuckMeta v1.0 — Initial Release

FuckMeta is a lightweight, stealthy, and high-performance Xposed / LSPosed module designed to completely block, strip, and isolate Meta AI from WhatsApp on Android without modifying app binaries or risking account status.


v1.0

Complete Meta AI Removal

  • UI & Search Bar Sanitization: Strips the purple Meta AI Ring Floating Action Button (extended_mini_fab) and replaces the search bar text "Meta AI fragen oder suchen" with clean "Chat suchen...".
  • ABProps & Server Flag Neutralization: Intercepts server-side feature flag evaluators to disable Meta AI, Imagine image generation, Voice AI, and prompt shortcuts.
  • Preferences & TOS Isolation: Forces all Meta AI Terms of Service (TOS) flags, FTUX states, and LLM model selection preferences (straw_hat_*, bonsai_*) to inactive values.
  • Bot JID Neutralization: Isolates Meta AI bot JIDs (13135550002@s.whatsapp.net) and suppresses bot suggestion chips.

Security, Obfuscation & Performance

  • Stealth String Encryption: 100% XOR-encrypted internal strings and class signatures to prevent static reverse-engineering.
  • R8 / ProGuard Optimized: Compact 1.9 MB release binary footprint with minimal memory overhead.
  • Dynamic SplitCompat Interception: Dynamic ClassLoader hooking ensures resilience against WhatsApp's weekly obfuscated updates.

Assets

1