Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1 KB

README.md

File metadata and controls

23 lines (19 loc) · 1 KB

MS-ML-Bot

Watch the video

Description

Personal project that utilizes machine learning to create a bot for Maplestory. The bot performs basic attack and navigation behaviors using an object detection model trained on YoloV5n.

Features

  • YoloV5 model inference
  • Detects player, mob, ground, ladder classifications
  • Processing inferred data into rect class
  • Split threads for performance optimization
  • Window functions for application detection & control
  • Tkinter gui
  • Debug overlay for drawing rects
  • Basic decision-making logic based on the processed data
  • Generated keyboard input to simulate player actions

Usage

For a demonstration & overview of the project, watch my video here.

Disclaimer

Please note that this project is provided as-is, without any guarantee of support or maintenance. This project has not been tested for distribution and is not officially supported. Use it at your own discretion.