wint0r / GDH

Cheat menu for Geometry Dash. Powered by ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDH: Now for 2.2!

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

изображение


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

Special Thanks: Ocornut for Imgui ; howhathe for the ReadMe

About

Cheat menu for Geometry Dash. Powered by ImGui


Languages

Language:C++ 93.5%Language:C 6.3%Language:CMake 0.1%Language:Makefile 0.0%Language:Batchfile 0.0%