A high-performance automation script designed to farm levels in Geometry Dash. Featuring "Patient Hunter" logic to handle slow loading times and automatic popup bypassing for various game warnings.
To use this script effectively, your game must be configured as follows:
- Window Mode: Geometry Dash must be in windowed mode and positioned in the center of your screen.
- Mod Loader: Install Geode. Download Geode here.
- Mod Menu: Install the Eclipse Menu (found within the Geode index).
- Eclipse Settings:
- Auto-Complete Level: ON
- Auto-Claim Coins: ON
- Speedhack: Set to
50.000
- Python 3.x
- Libraries:
pyautogui,opencv-python,Pillow - Required Assets: Ensure the following images are in the same folder as the script:
get_it.pngplay_main.pngplay_popup.pngpink_arrow.png
- Clone this repository or download the files.
- Install the dependencies:
pip install -r requirements.txt