Horrible Menu
A plethora of ways to ruin your experience...
About
This silly lil' mod adds a funny mod menu filled to the brim with over 40 crazy troll options to mess around with! Spice up your gameplay by adding some truly insane features to absolutely wreck your entire game.
Options
When pressing \ on your keyboard or by pressing the floating
ℹ️You can customize any keybinds in this mod through its settings.
Safe Mode
By default, this mod implements its own safe mode system to prevent making accidental progression in levels while this mod is active. Remember, using this mod may count as cheating! You can also disable this in the mod's settings while you're not actively using any troll options.
⚠️Please keep in mind that certain game settings and hacks from mod menus may interfere with some parts of this mod's functionality.
Integrations
Want to add your own insane stuff to this mod? You can register your very own troll options by using this mod's API! You can find its documentation in the Wiki. We're hyped to see how much more you can really mess up this game.
using namespace horrible;
static auto const opt = Option::create("my-option"_spr)
->setName("My Very Cool Option!");
->setDescription("This option is so very cool!");
->setCategory("Cool Options");
->setSillyTier(SillyTier::Medium);
HORRIBLE_REGISTER_OPTION(opt);
class $modify(MyPlayLayer, PlayLayer) {
HORRIBLE_DELEGATE_HOOKS("my-option"_spr);
// a vanilla function hook
void setupHasCompleted() {
PlayLayer::setupHasCompleted();
// do evil stuff with my option!
};
};
✳️If you plan on publishing a mod that acts as an add-on, all we ask is to please be sure to follow the safe code practices as instructed in the documentation to the best of your ability!
Contributions
Horrible Menu is free and open-source. You're welcome to visit our GitHub repository and report any issues, make suggestions, or open pull requests aimed at fixing bugs or adding new exciting features.
Community
Projects like Horrible Menu are carried by community support and hype. If you're looking for a sprawling yet cozy space to hang out with other cool people, consider joining Cubic Studios's community Discord server!
Thanks
- Cheeseworks: Internals, API/DX, UI/UX, options' features, mod branding
- ArcticWoof: UI, options' features, Horrible Menu logo
as well as...
- Geode SDK: Created an incredible SDK that made this mod possible!
- RobTop Games: Made Geometry Dash...
and...
- You!: For being there and keeping us motivated to continue this big ole' project.
This mod is published by Cubic Studios, on behalf of the Breakeode developer team.