https://github.com/zeozeozeo/live
https://github.com/zeozeozeo/live
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeozeozeo/live
- Owner: zeozeozeo
- License: unlicense
- Created: 2023-12-05T18:08:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-14T10:37:31.000Z (5 months ago)
- Last Synced: 2025-01-31T19:39:55.998Z (5 months ago)
- Language: Rust
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZCB Live
A free live Geometry Dash clickbot.
THX spinningtoilet
# Building
There is a `build.py` file which will run cargo build (--release), copy the built DLL into the GD modloader folder
and start GeometryDash.exe. To use it, put this into a file called `gamepath.txt`:```
C:\Games\Geometry Dash\GDMenu\dll
C:\Games\Geometry Dash\
debug
```The first line is your DLL modloader folder, second line is the path with GeometryDash.exe, and the third line
is `debug` or `release` (changes cargo build mode).ALWAYS BUILD IN RELEASE MODE!!
You can also start the `build.py` file by double-clicking `build.bat`