Skip to content

qwix456/gd-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GD-Hacks

Geometry Dash Cheat Menu

Geometry Dash Screenshot 2024 01 20 - 20 53 43 04

Discord: https://discord.gg/rk9Acs9yXM

How to Install and Inject

  1. First, download the latest version of gd-hacks by visiting the releases page.
  2. Move the files gd-hacks.dll and libExtensions.dll to the folder where Geometry Dash is located. After completing this step, launch the game and press TAB.

How to Compile (x32, CMake)

If you prefer to compile GD-Hacks from the source code, follow these steps:

  1. Ensure you have CMake installed on your system.

  2. Clone the GD-Hacks repository to your local machine.

    git clone https://github.com/Skyue1/gd-hacks.git
  3. Navigate to the cloned repository.

    cd gd-hacks
  4. Create a build directory.

    mkdir build
    cd build
  5. Run CMake to generate build files.

    cmake ..
  6. Compile the project.

    make
  7. 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.