- Notifications
You must be signed in to change notification settings - Fork50
A highly sophisticated utility for Among Us that aims to improve the game experience!
License
g0aty/SickoMenu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Join our very own Discord server for support, bug reports, and sneak peeks!
Vanity Invite:https://discord.gg/sickos
Permanent invite:https://dsc.gg/sickos
This project isstrictly for educational purposes to study game mechanics and anti-cheat systems. It isnot endorsed by Innersloth LLC, and we strongly discourage use in public matches. By downloading, you accept full responsibility for any consequences.I (g0aty) am not responsible for any repercussions.
Legal Notice:
Portions of materials used are property of Innersloth LLC. © Innersloth LLC. This mod complies with Innersloth'sModding Policy for non-malicious private use.
By using SickoMenu, you agree to:
- Use exclusively in private lobbies with consenting players.
- Never exploit features in public matches or to harass others.
- Respect Innersloth's Terms of Service and the integrity of the game.
- Immediately disable the mod (
PAUSE BREAK
hotkey) if joining public lobbies accidentally.
🚫 Misuse may result in punitive actions on your Among Us account, including permanent bans.We do not condone cheating.
Report unethical usage in ourDiscord.
A huge amount of features!!
- NoClip (
CTRL
) - Ghost Visibility
- Confuser (May disrupt gameplay)
- Cosmetic/UI Enhancements:
- Zoom Out
- Better AUM Chat (
/aum [message]
)
- Full Feature List:FEATURES.md
🔸 Features marked with! may impact game balance. Always obtain lobby consent
- ✅ Steam (Supported)
- ✅ Epic Games (Supported)
- ✅ itch.io (Supported)
- ❓ Cracked (works occasionally, I don't condone it)
- ❌ Microsoft Store (Not Supported)
- ❌ iOS/iPadOS/Android (Not Supported)
- ❌ Switch/Xbox/Playstation (Not Supported)
You can find the latest releasehere.Either injectSickoMenu.dll
with a reliable injector or putversion.dll
in your Among Us directory (the folder containingAmong Us.exe
).
First you will needprotontricks, you can install it with your packager of choice.
- Make sure you are running Among Us under Proton.On Steam you can check this by going toProperties -> Compatibility
- Put version.dll into your Among Us directory (the folder containing
Among Us.exe
). - Run
protontricks --gui
- ChooseAmong Us
- Click onSelect the default wineprefix and thenOK
- Click onRun winecfg and thenOK
- In the configuration window, click onLibraries
- Enter
version
into theNew override for library input field - ClickAdd and thenApply
- SickoMenu should now work properly in the game
Note
This method uses CrossOver. If you have ANY other ways to use this with other software, refer to the contributing section!
Method 1:-
- Install a bottle of CrossOver, install Steam in it and install Among Us.
- Open the C drive inside of CrossOver (there should be a button). Quit CrossOver. A Finder window will open.
- Go to
Program Files (x86)/Steam/steamapps/common/Among Us/
and put theversion.dll
into it. Then reopen CrossOver. - Go to theConfigure Wine panel, go toLibraries, open the menu belowNew Replacement for: and search for
version
. - Select it and clickAdd, thenApply andOK.
- Start Among Us and pressCommand+⌦ to show SickoMenu.
Method 2:-
- Download fromPlayOnMac and install it.
- Open PlayOnMac and clickInstall.
- Search for "Among Us" (even if not listed) and selectInstall a non-listed program.
- Name the virtual drive (e.g., "Among Us Modded") and ensure it’s set to32-bit architecture.
- Download the Steam installer fromstore.steampowered.com.
- In PlayOnMac’s installation wizard, selectInstall components directly >Steam.
- Follow prompts to install Steam in the virtual drive.
- Launch Steam from PlayOnMac, log in, and install Among Us.
- Add SickoMenu’s
version.dll
- Right-click your virtual drive in PlayOnMac >Open virtual drive’s directory.
- Navigate to:
drive_c/Program Files (x86)/Steam/steamapps/common/Among Us
- Place the
version.dll
file here.
- In PlayOnMac, select your virtual drive >Configure >Wine >Libraries.
- Add
version
to the overrides and set it toNative (Windows).7.Run Among Us through Steam in PlayOnMac. Use the hotkeyCommand + Delete to toggle the mod menu.
Method 3:- (recommended)
- OpenTerminal and install Wine via Homebrew.
/bin/bash -c"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install --cask wine-stable
- In Terminal, create a dedicated Wine prefix for Among Us:
mkdir -p~/AmongUsWineWINEPREFIX=~/AmongUsWine winecfg
- In the Wine Configuration window, setWindows Version toWindows 10 and close.
- Download theSteam Installer fromstore.steampowered.com.
- Install Steam into your Wine prefix:
WINEPREFIX=~/AmongUsWine wine~/Downloads/SteamSetup.exe
- Follow the installer prompts. Launch Steam from Terminal afterward:
WINEPREFIX=~/AmongUsWine wine~/AmongUsWine/drive_c/Program\Files\ \(x86\)/Steam/Steam.exe
- Log in to Steam and installAmong Us.
- Locate the Among Us folder:
- OpenFinder > Go toGo > Go to Folder and paste:
~/AmongUsWine/drive_c/Program Files (x86)/Steam/steamapps/common/Among Us
- Drag the
version.dll
file into this fold.
- OpenFinder > Go toGo > Go to Folder and paste:
- In Terminal, run:
WINEPREFIX=~/AmongUsWine winecfg
- Go to theLibraries tab.
- UnderNew override for library, type
version
, clickAdd, then set it toNative (Windows). - ClickApply >OK.
- Launch Steam from Terminal (as in Step 3.3).
- Start Among Us from your Steam library.
- UseCommand + Delete to toggle SickoMenu in-game.
For Method 2:-
- macOS Catalina+ Users: macOS versions ≥10.15 lack 32-bit support, which may cause issues. UseWine-Staging (via Homebrew) for better compatibility:For Method 3:-
brew install --cask wine-stable
- The bash in the first step will install Homebrew, if you don't have it on your os. I recommend this method for users comfortable with basic terminal commands.
- Show Menu - DELETE
- Show Radar - INSERT
- Show Console - HOME
- Show Replay - END
- Repair Sabotage - PAGE DOWN (PgDn)
- NoClip - CTRL
- Panic / Disable SickoMenu - PAUSE BREAK (Break)
You can compile two different versions of the menu. Normal or Version Proxy. Steps to compile can be foundhere.
Inject it with any injector you have.
- Debug (With Debug Information and can be attached to process)
- Release (Optimized with all information stripped)
Will automatically be loaded by the Game itself if the dll is in the game directory.
- Debug_Version (With Debug Information and can be attached to process)
- Release_Version (Optimized with all information stripped)
- TheBitCrackers team for creatingAmongUsMenu
- KulaGGin (Helped with some ImGui code for replay system)
- tomsa000 (Helped with fixing memory leaks and smart pointers)
- cddjr (Helped in updating to the Fungle map, saved a lot of my time)
- Everyone else who contributed to the code and I couldn't list here. Thank you!
- Fork ithere
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
About
A highly sophisticated utility for Among Us that aims to improve the game experience!