Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Panic mode #160

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Added Panic mode #160

wants to merge 3 commits into from

Conversation

Baumdc
Copy link

@Baumdc Baumdc commented Aug 21, 2024

CheatToggles.cs

  • Introduced a new category: Other.
  • Added a new public static toggle: panicMode = false.

MenuUI.cs

  • Implemented logic at line 140 to disable the GUI when panicMode is enabled.
  • Added a new group titled "Other" to the menu UI.
  • Included a cheat toggle for Panic Mode under the "Other" category.

OtherPatches.cs

  • At line 70, the displayed version changes to "Among Us Version" when panicMode is enabled, replacing the "Malum Menu Version".
  • At line 95, the text "MalumMenu by scp222thj" is hidden in-game when panicMode is active.

MalumCheats.cs

  • Added PanicMode logic at line 369:
    • Disables all cheats.
    • Sets ModManager.Instance.ModStamp.enabled to false, effectively hiding the mod stamp.

Important Notice:

  • When Panic Mode is activated:
    • The "MalumMenu by scp222thj" text will be hidden.
    • Upon exiting the game, the "Malum Menu Version" will be replaced by the "Among Us Build Version".
    • The GUI cannot be reopened after it has been closed.
    • The Modstamp will be hidden

This update adds a Panic feature to quickly disable cheats and remove mod indicators, to hide from screenshare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant