Skip to content

AutoHackerPDA

demo.gif

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.

Setup & Installation

  1. Clone the repository:

    git clone https://github.com/LukasKrah/AutoHackerPDA
    cd AutoHackerPDA
  2. 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
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Start the program by running:
    python main.py
  2. Launch Thief Simulator and open a PDA you want to hack.
  3. Use the following global hotkeys:
    • Ctrl + X: Run the PDA hack.
    • Ctrl + C: Force close the program.