Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
/ GDMegaOverlay Public archive

Free geometry dash mod menu with useful features such as: startpos switcher, show hitboxes, internal recorder, macro bot, clickbot and much more

License

Notifications You must be signed in to change notification settings

maxnut/GDMegaOverlay

Folders and files

NameName
Last commit message
Last commit date
May 12, 2023
Nov 9, 2022
Dec 24, 2022
Jun 13, 2023
Jul 5, 2023
Dec 25, 2022
Dec 25, 2022
Nov 9, 2022
Jun 13, 2023
Jun 13, 2023
May 7, 2023

Repository files navigation

GD Mega Overlay

Discord

Description

Free, feature-rich, gui-integrated geometry dash mod menu

alt text

Features

  • Basic hacks
  • Startpos switcher
  • Show hitboxes
  • Internal recorder
  • Macro bot
  • Click bot
  • And much more!

How to use

Download the latest release and extract all files inside the GD folder.

Development

THIS PROJECT CAN BE COMPILED ONLY ON WINDOWS

Some dependencies are needed:

Now you can directly clone this repo or you can fork it.

Run this in your terminal on the folder where you want all the code:

  1. Clone
git clone https://github.com/maxnut/GDMegaOverlay --recursive
cd GDMegaOverlay
  1. Configure
cmake -B build -A win32
  1. Build
# do not use Debug
cmake --build build --config Release -j 4

Setting up the dev enviroment with VSCode (optional)

Open GDMegaOverlay folder with Visual Studio Code.

Now VSCode will prompt you to install some recommended extensions, accept or else you'll need to install them manually. The extensions are:

  • CMake by twxs
  • Cmake Tools by Microsoft

After extensions installation, you need to configure the project:

  • The compiler should be [Visual Studio Community 2022 Release - x86]
  • Press the play (configure) button at the middle-bottom of VSCode
  • Press the Build button that should be near the play one alt text

You should find the result in build/Release

Credits

altalk23/HitboxVisualizer for the hitbox code (i converted it from geode to gd.h, corrected a bug and implemented them in the editor)

matcool/ReplayBot internal recorder, i integrated my clickbot into it

Very-Tall-Midget/OmegaBot2 practice fixes

adafcaefc/ProxyDllLoader for the mod loader

TpdEA for the json files and the endscreen code

Absolute for the json files, the gd::string and the demonlist/challenge list files

yt-dlp for youtube audio downloading

About

Free geometry dash mod menu with useful features such as: startpos switcher, show hitboxes, internal recorder, macro bot, clickbot and much more

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published