An Among Us cheat menu for Android
- NoClip
- Speedhack
- No Shadows
- Call Meeting
- Sabotage Reactor
- Unlock Vents
- Kick all from Vents
- Walk in Vents
- Unlock Cosmetics
- UwUify Game
- Show Unity Logs
Before you download anything, make sure your platform is supported:
- β Any Android version where Among Us works (root not required)
- β Custom / OEM ROMs (may or may not work)
- β Emulators (
frida-java-bridge, which is required for the menu, doesn't work on them)
The table below lists the most recent MalumMenu-Android release for each Among Us version. Release notes can be found below each new release and in CHANGELOG.md.
| Among Us Version | MalumMenu-Android Version |
|---|---|
17.4.0 (2026.6.5) |
v1.0.1 |
Download and install the .apk from releases.
Warning
This mod relies on the unstable frida-java-bridge. Random crashes and inconsistent behavior may occur.
-
Q: How do I know the menu is loaded?
A: You will see a mod icon in the top left corner when you open Among Us. -
Q: The menu doesn't appear.
A: Ensure you granted the "Display over other apps" permission. The game should ask for it on the first launch. If not, grant it manually. -
Q: Do I need to uninstall the original Among Us before using MalumMenu-Android? A: Currently yes, as MalumMenu-Android has the same package name, but this may change in the future.
Requirements:
- Android SDK Build Tools (for objection)
- Python 3.10+ (for Frida & objection)
- Node.js
- Java Development Kit (for APKEditor and apktool)
# Clone the repository
git clone https://github.com/astra1dev/MalumMenu-Android
cd MalumMenu-Android
# Create a virtual environment (Not necessary, but considered good practice)
python -m venv .venv
# Activate the virtual environment
source .venv/bin/activate
# Install Frida and objection
pip install -r requirements.txt
# Install node.js dependencies
npm installpip install gplaydlgplaydl authgplaydl download com.innersloth.spacemafia- Copy the 4 downloaded apks to
./data/split
- Download the latest
.jarfrom APKEditor releases java -jar APKEditor.jar m -i data/split -o data/merged.apk
- Decompile the merged APK:
java -jar APKEditor.jar d -i data/merged.apk -o data/edited - Edit
AndroidManifest.xmlin a text editor to add overlay permission:<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> - Optional: Change
package="com.astra1dev.MalumMenu" - Optional: Change the app display name:
resources/package_1/res/values/strings.xmlAmong Us to MalumMenu
java -jar APKEditor.jar b -i data/edited -o data/build.apk
The following commands compile the script into ./dist/agent.js:
npm run build:release- release version (minified, optimized)npm run build:dev- development versionnpm run watch- development version with watch mode (rebuilds automatically on file changes)
You should also periodically ensure code quality:
- Inject script into APK:
objection patchapk -c objection.cfg.json -s data/build.apk -l dist/agent.js -a arm64-v8a -V 17.15.4 - Connect your device via ADB and run
adb install -i com.android.vending data/build.objection.apkto install the APK on your device. (You can also manually copy the APK to your device and install it, but this is the fastest way) - Start the game. The first time you start it, it will ask for "Display over other apps" permission. You should now see the mod icon in the top left corner.
If you are modifying the code, use this mode to avoid rebuilding the APK constantly.
- Inject Frida into APK:
objection patchapk -s data/build.apk -a arm64-v8a -V 17.15.4 - Connect your device via ADB and run
adb install -i com.android.vending data/build.objection.apkto install the APK on your device. (You can also manually copy the APK to your device and install it, but this is the fastest way) - Start the game. The first time you start it, it will ask for "Display over other apps" permission.
- Every time you start the game, it will immediately pause and wait until you manually inject the script. (If you check
adb logcat, something similar toFrida: Listening on TCP port 27042should be shown) npm run spawn- spawn script in gadget modenpm run spawn:server- spawn script using frida-server (app name needs to be "Among Us")- You should now see the mod icon in the top left corner.
See CONTRIBUTING.md
- Frida - dynamic instrumentation toolkit
- frida-il2cpp-bridge - hijack any IL2CPP game at runtime
- frida-java-menu - create custom floating menus on Android
- objection - runtime mobile exploration toolkit (used to inject Frida into APKs)
- fallguys-frida-modmenu - main inspiration for this project, utils & modules & i18n logic
- MalumMenu - Among Us cheat menu for PC
- gplaydl - CLI Google Play Store APK downloader
This mod is not affiliated with Among Us or Innersloth LLC, and the content contained therein is not endorsed or otherwise sponsored by Innersloth LLC. Portions of the materials contained herein are property of Innersloth LLC. Β© Innersloth LLC.
This mod is not intended to be used in any manner that interferes with Innersloth's services, Innersloth's operation of Among Us, the integrity or availability of the game, or the normal gameplay experience of other players. The creator does not endorse, encourage, or condone using this mod to disrupt games, negatively affect other users, bypass rules or protections, or gain an unfair advantage in any setting where such use is prohibited. Any misuse is solely the responsibility of the user.
Usage of this mod can violate the terms of service of Among Us, which may lead to punitive action including temporary or permanent bans from the game. The creator is not responsible for any consequences you may face due to usage. Use at your own risk.