Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 722 Bytes

Nopixel 4.0 Lockpick / Laundromat Solver

Script that uses computer vision to do lockpick minigame for you

Tested on https://maximilianadf.github.io/NoPixel-MiniGames-4.0/Laundromat/Laundromat.html

https://github.com/MaximilianAdF/NoPixel-MiniGames-4.0

solving_example

Dependencies

  1. Everything in the requirements.txt

Usage

python nopixel4_lockpick_solver.py

Config

You will have to update the zone for your screen resolution (tool)

CAPTURE_ZONE = {"top": 236, "left": 3017, "width": 580, "height": 580}  # Inner zone around game

example.png