Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 452 Bytes

MS Bot

Headless MapleStory Bot for v62.

Currently only GNU/Linux and FreeBSD are supported.

Tested on Vana Server.

Getting started

  1. Fetch dependencies

mix deps.get

  1. Configuration

open config/config.exs and configure server and account settings

  1. Open IEx

iex -S mix

  1. Vacuum

To start using vacuum run:

> MsBot.start_vacuum

To stop using vacuum:

> MsBot.stop_vacuum