Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.29 KB

Acho-bot

Auto aim bot using neural network.

It uses OpenCV 3.3 dnn module + petrained MobileNetSSD caffemodel to detect entities with person form on screen and then moves the cursor over them and does click. It's a playground idea to create an auto-aim bot for games like Fornite.

Getting Started

Prerequisites

  • Python3

Installation

pip3 install -r requirements.txt

Usage

python3 achobot.py

A window will appear that's doing screengrabs, and over these screen grabs are looking for persons. While a person is found then it clicked it. You can even check it opening a photo or so with a guy into.

Note: To quit, having the bot window focused, press 'q'.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the Apache License - see the LICENSE file for details

Acknowledgments