Automated farming bot for RF Online using YOLO-based object detection.
- ✅ Auto-detects enemies and engages in combat
- ✅ Uses YOLO-based perception for targeting
- ✅ Supports custom configurations
- ✅ Works with NVIDIA CUDA for fast processing
- Install Python 3.9 (3.10+ is not supported).
- Install dependencies:
pip install -r requirements.txt
- Install the correct CUDA-supported PyTorch:
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
- Run the bot script:
python rfbot.py
- Configure detection settings in
config.json
. - Monitor logs in
logger.py
for debugging.
- Ensure your GPU drivers and CUDA are installed.
- Check logs for error messages.
Contributions are welcome! Fork the repo and submit a PR.