Important
Dig Tool is no longer actively maintained due to "Dig" no longer having an active playerbase and other priorities.
A highly configurable automation tool for "Dig" (a ROBLOX game) using advanced algorithms to achieve precision during the minigame.
- Forever free and fully open-source
- Community-driven with shared configurations and contributions
- Feature-rich with automation for various game aspects and integration capabilities
made with ❤️ by bobby and contributors
Dig Tool was originally developed with the primary focus of achieving significant accuracy during the minigame. Since then, it has expanded to include several other features, such as:
- In-depth customization panel with detection settings and adjustable accuracy parameters.
- Full-fledged AFK mode (auto-walk) with a built-in walk pattern recorder, path visualizations, a reverse-engineered mathematical formula to determine the walk speed decrease given in-game after digging X items, and more.
- A lightweight OCR engine with no performance cost, integrated into Dig Tool to detect various in-game displays.
- Sleek Discord notification system with live webhook updates.
- Several toggleable in-game HUD overlays that reflect real-time metrics.
- Support for external automation of Dig Tool by outputting information about Dig Tool's internal status (e.g., AHK).
and much more!
Download the compiled executable (.exe) from the releases page - no Python installation required.
The executable is generated by GitHub Actions with build attestations for security.
Warning
Some antivirus programs may flag the compiled executable as malicious. These are FALSE POSITIVES. You have every right to be suspicious, and you also have the right to perform a thorough analysis of both the code and the executable provided.
git clone https://github.com/iamnotbobby/dig-tool
cd dig-tool
python scripts/setup.py
python main.py
Manual setup:
python -m venv env
pip install .
python main.py
Compile yourself: python scripts/build.py
For development: pip install -e .
Note
Option 1 is recommended for most users as it requires no technical setup. Choose Option 2 if you want to modify the source or prefer running from source.
Usage // Settings // Technical overview
Contributions are welcome! Part of this project wouldn't have existed without the contributions given.
For issues, questions, or community support you can join the discord.
This project is licensed under MIT License.