Yet another Geometry Dash modded client! Has almost everything you'll need, with features being constantly added.
Please visit the issues page for known issues and planned features (and feel free to leave your own suggestions).
Main goal of this project is primarily me getting more experience with C++ and game hacking, but I also needed a modded client for myself, sharing it with others in the process as well.
- Update-proof hacks! (most of them should work even after the game updates)
- Supports older versions of the game (2.200+)
- Customizable menu with animations
- Basic hacks (speedhack, noclip, etc.)
- Hack search
- Auto-updater
- Discord Rich Presence
- Keybinds
- StartPos Switcher
Planned:
- Macro recorder
- More hacks
- Download the latest release from the releases page.
- Extract the zip file to game directory.
- Run the game as usual.
If there are any issues, please check the issues page or create a new issue.
You will need to have Visual Studio 2022 installed with the C++ workload.
You will also need to have the following installed:
Once you have all of the above installed, you can clone the repository:
git clone https://github.com/prevter/gdopenhack --recursive
cd gdopenhack
Best way to build is to use Visual Studio Code with the "CMake Tools" extension:
- Choose "Visual Studio Community 2022 Release - x86" as your kit and then press F7 to build.
- Once the build is complete, you can find the executable inside the
bin
folder.
If you want to build using the command line, you can use the following commands:
cmake -B build -A Win32 -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
After that, you also need to copy the following files to the game directory:
hacks/*
toopenhack/hacks/*
- Get an Inter font from here and copy it to
openhack/Inter.ttf
Contributions are welcome! Please read CONTRIBUTING.md for more information.
Distributed under the MIT License. See LICENSE for more information.
Join our Discord server: discord.gg/HaHn7RSJ4Q
Or you can just contact me directly: prevter
GDMegaOverlay by maxnut for most of the menu code to get me started.
GDH by TobyAdd for JSON files
MegaHack by Absolute for design inspiration