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

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

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

![minigame_streak.jpg](minigame_streak.jpg)