Skip to content

TobyAdd/GDH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDH: Now for 2.2!

GDH - Free, integrated and first Geometry Dash mod menu for 2.2!

GDH Menu Screen


How to use?

  1. Open latest release link
  2. Download "Release.zip" archive
  3. Extract all files from archive to Geometry Dash folder (that contains the GeometryDash.exe)
  4. Run Geometry Dash and press: Tab for show integrated menu

Development

Some dependencies are needed: Git ; Visual Studio Code ; CMake

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/TobyAdd/GDH --recursive & cd GDH

  2. Configure cmake -B build -A win32

  3. Build: cmake --build build --config Release -j 4

  • You should find the result in build/Release

Credits: Ocornut for ImGui ; TsudaKageyu for MinHook

Special Thanks: howhathe for the ReadMe ; zeozeozeo for some coding stuff ; wint0r for StartPos switcher ; You. Thank for using!