karl-chan / slither-free-food-bot

Free food for slither.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slither free food bot

Who doesn't love free food?!

Instructions

Player

  1. Install the chrome extension under player/extension/

  2. Add the file bots.json:

    {
        "bots": [
            {"host": "http://www1.my-bot-host.com", "num": 5},
            {"host": "http://www2.my-bot-host.com", "num": 5},
            // ...
        ]
    }
  3. Start the server with npm run player

Bots

  1. Start the server with npm run bots.

About

Free food for slither.io


Languages

Language:JavaScript 97.7%Language:TypeScript 2.3%