This repository contains a simple Python script that acts as an auto clicker to automate the process of leveling up Bloodwebs in Dead by Daylight (DBD). The Bloodweb is a game mechanic where players can spend Bloodpoints to level up their characters and unlock perks, items, and offerings. This script is intended to assist players in automating the repetitive clicking required to progress through the Bloodweb.
WINDOWS
- Go to releases and download the current version
.exe
- Run the
.exe
- In the GUI window, press the "RUN (R)" button to start the auto-leveling process.
- To stop the automation, press the "STOP (S)" button or close the GUI window.
LINUX / OSX
- Install the required libraries by running:
pip install pyautogui keyboard tkinter requests webbrowser
. (--break-system-packages flag might be required on some distros) - Run the
main.py
script, or download latest release.py
. (Root access might be required.) - In the GUI window, press the "RUN (R)" button to start the auto-leveling process.
- To stop the automation, press the "STOP (S)" button or close the GUI window.
- Make sure your dbd Menu UI scale is set to 100%.
- Windows Defender and some other antivirus applications may report a threat. This is due to a library used to compile the application. You should be able to configure your antivirus to ignore this. To document that this software contains no malicious content, here are some threads detailing the problem:
Although there seems to be no danger in using this script. Use this script responsibly and only for personal use. Automating tasks in games or applications might be against their terms of service, and it can potentially result in penalties or account suspension. Always ensure you have proper permissions to automate any task.
Contributions to this project are welcome! Feel free to create pull requests or report issues if you encounter any problems.
This script is provided "as is" and without warranty of any kind. The authors of this script are not responsible for any consequences arising from the use of this software. Use it at your own risk.
This project is licensed under the MIT License.
For more information about Dead by Daylight, please visit the official Dead by Daylight website.