Skip to content

Feature‑rich Mod Menu / Hack for Among Us (BepInEx IL2CPP). Role control, host utilities, QoL, and safe, scoped cheats for private lobbies. Tested on 2025.9.9 (17.0.0).

License

Notifications You must be signed in to change notification settings

MRLuke956/ModMenuCrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod Menu Crew logo

Mod Menu Crew

.NET BepInEx IL2CPP Among Us Platform License

Make your lobbies unforgettable. Mod Menu Crew is a BepInEx IL2CPP mod for Among Us that gives hosts and creators precision role control, quality‑of‑life toggles, and a toolbox of scoped cheats for private sessions, testing, and content creation.

— Built for .NET 6, powered by Harmony.


Quick Links


Feature Overview

  • Role Control (Core)
    • Pre‑assign roles in lobby (e.g., Impostor, Shapeshifter, Engineer, Scientist, Tracker)
    • Live role switching during matches (host best‑effort)
    • Local fix for role desyncs when Unity hiccups
  • Cheat Manager (Core, host‑friendly)
    • Quick actions: complete all tasks, close meeting, reveal impostors
    • Mass actions: kill all, kill crew only, kill impostors only
    • Role‑specific boosts: endless shapeshift/vents/tracking/battery and no‑cooldown toggles
  • QoL & Movement (Core)
    • Teleport to players / teleport with cursor
    • Allow venting for all roles (toggle)
    • Vision multiplier
  • Lobby/Host Tools
    • Smart lobby insights and optional countdown/auto‑extend (config‑driven)
  • UI & Effects (Optional)
    • Subtle HUD enhancement for the version text with light glitch/CRT flourishes
    • Tiered scheduler with cooldowns to avoid visual noise
  • Soft Integrity
    • Guardrails around certain actions; if altered, the action is skipped (the mod doesn’t disable itself)

How to Use (In‑Game)

  • Open the mod menu (draggable window) and use these tabs/sections:
  • F1 open and close the menu
    • Player Selection: pick a player; use the Role dropdown to assign or switch; in lobby, use Pre‑Assign
    • General Cheats: quick actions (complete tasks, close meeting, reveal impostors), mass actions
    • Role‑Specific Cheats: toggles for Engineer/Shapeshifter/Scientist/Tracker perks
    • QoL Toggles: allow global venting, teleport with cursor, adjust vision multiplier
  • Changes apply immediately where possible. Some actions require host privileges to propagate.

Tip: Pre‑assign roles in the lobby for deterministic starts; switch live only if you understand the match impact.


Installation

  1. Install BepInEx IL2CPP for Among Us.
    • Recommended: BepInEx 6.0.0-be.735 (tested).
  2. Build from source (below) or download the DLL from Releases.
  3. Place ModMenuCrew.dll in:
    • Windows: Among Us\BepInEx\plugins\ModMenuCrew\ModMenuCrew.dll
  4. Launch the game. Look for: Plugin com.crewmod.oficial version x.y.z is loading.

If BepInEx console doesn’t appear, revisit your IL2CPP install and file locations.


Build from Source

Requirements:

  • .NET SDK 6.x
  • Windows with Visual Studio or dotnet CLI
  • IL2CPP headers/game libs (resolved via the provided .csproj)

CLI:

dotnet restore
dotnet build -c Release

Cake (optional):

dotnet tool restore
dotnet cake build.cake

Output: ModMenuCrew\bin\Release\net6.0\ModMenuCrew.dll


Configuration

Settings are stored via BepInEx (plugin ID: com.crewmod.oficial).

Common toggles include:

  • In‑lobby countdown display and host auto‑extend threshold
  • Streamer mode and lobby code masking

Path: BepInEx\config\com.crewmod.oficial.cfg (created on first run)

Advanced:

  • Effect scheduler cooldown and optional bias for rarer sequences (cosmetic)
  • Programmatic controls: VersionShowerFx.EnableFnaf3Bias(bool), ConfigureHeavyCooldown(float), ConfigureIdleDelays(float,float)

Architecture

Design favors clear separation: UI invokes capability services (GameCheats, RoleCheats, ImpostorForcer); Harmony patches stay thin and localized.


FAQ

Does changing the integrity hash disable the entire mod? No. Only specific guarded actions are skipped if altered. The rest keeps working.

Public lobbies? No. Use in private/testing environments with consent.

How do I make the game less flashy? Cosmetic effects are lightweight and cooled down. If desired, disable bias/adjust delays via code or contribute config toggles.

BepInEx doesn’t load the DLL. Use BepInEx 6 (IL2CPP), place the DLL under BepInEx\plugins, and use a supported Among Us version.

Supported game versions? Tested on 2025.9.9 (aka 17.0.0) (Steam). Newer versions may need updates.


Compatibility Matrix

  • Among Us: 2025.9.9 (17.0.0) — OK
  • BepInEx: 6.0.0‑be.735 (IL2CPP) — Recommended/Tested (Bleeding Edge builds)

Other platforms (Switch/Console/Mobile) are not targets of this project.


Contributing

Issues and PRs welcome:

  • Keep PRs focused and well‑scoped
  • Describe user‑facing impact clearly
  • Favor readability over cleverness
  • Keep Harmony hooks precise

Dev tips:

  • Optional automation via build.cake
  • Use .WrapToIl2Cpp() for coroutines from IL2CPP contexts
  • Share styles via GuiStyles

Safety, Ethics, and Legal Notes

  • For educational and private lobby use only. Respect developers and communities.
  • Do not use in competitive/ranked/public environments.
  • No license file is distributed; by default, all rights reserved unless a LICENSE is added. Forks/redistribution should seek permission.

If you are an IP holder and have concerns, please open an issue.


Credits

  • HarmonyX, BepInEx, IL2CPP Interop — foundational tech
  • Among Us developers — the canvas we build upon

“Stay sus, but keep it classy.”

About

Feature‑rich Mod Menu / Hack for Among Us (BepInEx IL2CPP). Role control, host utilities, QoL, and safe, scoped cheats for private lobbies. Tested on 2025.9.9 (17.0.0).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages