This silly lil' mod adds a funny mod menu filled to the brim with over 30 crazy troll options to mess around with! Spice up your gameplay by adding some truly insane features to absolutely wreck your entire game.
When pressing \ on your keyboard or by pressing the floating button on your screen, a menu will pop up with a list of horrible mod options you can toggle anytime on your game to do some interesting things to it. You can view more information within the menu itself.
You can customize any keybinds in this mod through its settings.
By default, this mod implements its own safe mode to prevent making accidental progression in levels while this mod is active. Remember, using this mod counts as cheating! You can also disable this in the mod's settings while you're not actively using any horrible options.
Please keep in mind that certain game settings and hacks from mod menus may interfere with some parts of this mod's functionality.
Want to add your own insane stuff to this mod? You can register your very own horrible 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!
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.
Contribute to Horrible Menu on GitHub
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!
Join Cubic Community on Discord
- Cheeseworks: Internals, API/DX, UI/UX, options' features
- ArcticWoof: UI, options' features
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.