yolkbot is a full-featured library for automating Shell Shockers - accounts, items, games, and more.
import { Bot } from 'yolkbot' const bot = new Bot() await bot.join('yolkbot', 'game-code-here') bot.on('chat', (player, content) => { if (text === '!ping') bot.emit('chat', 'hello ' + player.name) })
$ node bot.js Joined game game-code-here > 1ust: !ping > yolkbot: hello 1ust
Pick whatever you're familiar with.
Build bots on a fully documented API with 100% game coverage.
A ~30kb script you can drop into any website in one line.
Create advanced bots in your browser with Scratch blocks.
Everything you'd expect, working forever.
Fully featured, actively maintained, and actually documented.