An open API service indexing awesome lists of open source software.

https://github.com/nickjordan289/nopixel4-lockpick-solver

Script that uses computer vision to do lockpick minigame for you
https://github.com/nickjordan289/nopixel4-lockpick-solver

computer-vision nopixel nopixel-bank-hack nopixel-heist-games nopixel-lockpick opencv python

Last synced: about 2 months ago
JSON representation

Script that uses computer vision to do lockpick minigame for you

Awesome Lists containing this project

README

          

# 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](requirements.txt)

## Usage
``` python nopixel4_lockpick_solver.py```

## Config

You will have to update the zone for your screen resolution [(tool)](https://github.com/NickJordan289/cv2-mss-zone-creator)
```
CAPTURE_ZONE = {"top": 236, "left": 3017, "width": 580, "height": 580} # Inner zone around game
```
![example.png](example.png)