/casanova

A Geometry Dash 2.1 mod menu.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Casanova

Casanova is a simple internal mod menu for Geometry Dash. It has a Click GUI which contains all settings, it can be toggled by pressing TAB. The code is quite old, so don't expect high quality, but I'm sure it can help some people with their own mods.

How to use

After building the project, you'll have a .dll file that you have to inject into GeometryDash.exe. After that, a debug console will pop-up, unless you've undefined the _CONSOLE macro. The main initialization routine starts when opening the in-game main menu for the first time, if you injected after that, just go into any other menu and then go back to the main menu.

Compiling

To compile this project you can use Visual Studio, but first you need to install a few dependencies from vcpkg:

  • fmt:x86-windows-static-md
  • minhook:x86-windows-static-md
  • discord-rpc:x86-windows-static-md

Pictures

casanova

Credits