https://github.com/nickjordan289/nopixel_hacking_device_bot
Pattern recognition to locate character sequence for solving nopixel hacking device minigame
https://github.com/nickjordan289/nopixel_hacking_device_bot
bot computer-vision nopixel nopixel-bank-hack nopixel-heist-games opencv python
Last synced: 4 months ago
JSON representation
Pattern recognition to locate character sequence for solving nopixel hacking device minigame
- Host: GitHub
- URL: https://github.com/nickjordan289/nopixel_hacking_device_bot
- Owner: NickJordan289
- Created: 2022-03-20T16:09:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T03:17:31.000Z (over 1 year ago)
- Last Synced: 2025-07-10T20:46:26.232Z (12 months ago)
- Topics: bot, computer-vision, nopixel, nopixel-bank-hack, nopixel-heist-games, opencv, python
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoPixel_Hacking_Device_Bot
Script that uses computer vision to do hacking device minigame for you
## Dependencies
1. Everything in the [requirements.txt](requirements.txt)
## Usage
``` python NoPixel_Hacking_Device_Bot.py```
## Config
You will have to update the zone for your screen resolution [(tool)](https://github.com/NickJordan289/cv2-mss-zone-creator)
```
zone = {"left": 682, "top": 474, "width": 540, "height": 534}
```
Tested on https://sharkiller.ddns.net/nopixel_minigame/hackingdevice/
Hasn't been adjusted for in game use
