Ever played Thief Simulator and got nervous when Hacking takes too long? I got you!
AutoHackerPDA is an automation tool that instantly solves and executes the "Hacking PDA" minigame in Thief Simulator using computer vision and pathfinding algorithms.
-
Clone the repository:
git clone https://github.com/LukasKrah/AutoHackerPDA cd AutoHackerPDA -
Create and activate a virtual environment (Recommended):
- Windows:
python -m venv .venv .venv\Scripts\activate
- Linux/Mac:
python3 -m venv .venv source .venv/bin/activate
- Windows:
-
Install the required dependencies:
pip install -r requirements.txt
- Start the program by running:
python main.py
- Launch Thief Simulator and open a PDA you want to hack.
- Use the following global hotkeys:
Ctrl + X: Run the PDA hack.Ctrl + C: Force close the program.
