Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matx64/rs-netbot

Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification
https://github.com/matx64/rs-netbot

cuda numpy python pytorch

Last synced: 11 days ago
JSON representation

Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification

Awesome Lists containing this project

README

        

# rs-netbot
Old School Runescape (MMORPG) Bot created using a Convolutional Neural Network for object identification.

![](https://matheustalves.github.io/img/bot.gif)

### Dependencies (Python 3.8)

- Pytorch 1.8+
- OpenCV
- Numpy
- mss
- pynput
- tqdm (optional, for terminal loading bars)

If you have CUDA support, download the CUDA Toolkit from Nvidia and ``` device = torch.device("cuda:0") ``` will use it as primary processing device.

Disclaimer: This bot was created for educational propurses and was never used to get in game advantage.