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 \ or by pressing the floating
button on your screen, a menu will pop up with a list of joke 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.
Note
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.
Warning
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 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!
};
};Tip
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!
- 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.




