Geometry Dash Cheat Menu
Discord: https://discord.gg/rk9Acs9yXM
- First, download the latest version of gd-hacks by visiting the releases page.
- Move the files
gd-hacks.dll
andlibExtensions.dll
to the folder where Geometry Dash is located. After completing this step, launch the game and press TAB.
If you prefer to compile GD-Hacks from the source code, follow these steps:
-
Ensure you have CMake installed on your system.
-
Clone the GD-Hacks repository to your local machine.
git clone https://github.com/Skyue1/gd-hacks.git
-
Navigate to the cloned repository.
cd gd-hacks
-
Create a build directory.
mkdir build cd build
-
Run CMake to generate build files.
cmake ..
-
Compile the project.
make
-
After a successful compilation, you will find the compiled
gd-hacks.dll
in the build directory. Move these files to the Geometry Dash folder, as mentioned in the "How to Install and Inject" section.
Now you have a freshly compiled version of GD-Hacks ready for use.