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
- Host: GitHub
- URL: https://github.com/nickjordan289/nopixel4-lockpick-solver
- Owner: NickJordan289
- License: mit
- Created: 2024-02-14T14:43:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T03:17:14.000Z (over 1 year ago)
- Last Synced: 2025-05-21T05:36:55.941Z (about 1 year ago)
- Topics: computer-vision, nopixel, nopixel-bank-hack, nopixel-heist-games, nopixel-lockpick, opencv, python
- Language: Python
- Homepage:
- Size: 1.79 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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
```
