A BepInEx (IL2CPP) mod for Among Us Story: On Guard (Demo).
- Noclip — press V to toggle free-fly; move with WASD / arrow keys through walls.
- Scene jumper — jump straight to scenes: F5 Meta · F6 Guard · F7 Test · F8 Minigame test · F9 Animation test. (only f5 and f6 work in game)
- Install BepInEx and run the game once so it generates its interop assemblies.
- Drop
Noclip.dllinto<game>/BepInEx/plugins/. - Launch the game.
After the first run, edit <game>/BepInEx/config/nl.yanpla.noclip.cfg:
[Noclip]
## Key that toggles noclip free-fly movement.
ToggleKey = V(Scene-jump keys F5–F9 are fixed.)
Point GameDir at your game install (the folder with AmongUsStory.exe); it defaults to
the Linux/Steam path:
dotnet build -c Release
dotnet build -c Release -p:GameDir="/path/to/Among Us Story On Guard Demo/"A local build copies Noclip.dll into <GameDir>/BepInEx/plugins/ automatically.
No .NET SDK installed? With Nix: nix develop drops you into a shell with the SDK, then dotnet build -c Release.
Copyright (C) 2026 yanpla. Licensed under GPL-3.0-or-later.