Skip to content

BubonicPestilence/FOBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOBot

Fantasy MMORPG Bot :)

Requirements

  1. Ruby 1.9+
  2. gem install rainbow ostruct stringio
  3. gem install yaml json digest active_support httparty nokogiri

Configuration

  1. Copy config.sample.rb to config.rb and update it:

    characters: {
      "CharName1" => {
        disabled: false,
        
        # hash speed up process of authentication
        # provide it here after initial auth
        # not required if password provided
        hash: nil,
        
        # password from ingame email
        # not required if hash provided
        password: "wfdt3v5p",
        
        # force server (input 1 for "FO01" == "Server #2")
        # nil == random
        server: nil, 
      },
      
      "CharName2" => {
        disabled: false,
        hash: nil,
        password: "wfdt3v5p",
        server: nil,
      },
      
      "CharName3" => {
        disabled: false,
        hash: nil,
        password: "wfdt3v5p",
        server: nil,
      },
    },
  2. Launch as ./run.rb CharName1

  3. Profit! :D Bot is going to take & finish all quests in current zone and after that, unlimitedly farm mobs.

About

Fantasy Online botting software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published