yolkbot logoyolkbot

Shell Shockers Automation Kit

yolkbot is an open-source library for automating Shell Shockers. accounts, items, games, and more.

Three lines to join a game.

The library is designed to feel natural. Import, create a bot, join the code. That's it.

bot.js
import { Bot } from 'yolkbot'
const bot = new Bot()
await bot.join('yolkbot', 'game-code-here')

Three ways to use yolkbot.

Pick whatever you're familiar with.

npm Desktop Install

The classic library. Build your own bots on top of a fully documented API with 100% game coverage.

Browser Package

A single ~30kb script that you can add to your website in one line for (almost) all of the features.

Web Editor

Create advanced bots in your browser with Scratch blocks. It's never been this simple.

In game? In yolkbot.

Account creation — register and manage accounts programmatically
Shop automation — browse and purchase items from the in-game store
Create & join games — connect to existing lobbies or spin up new ones
Enter the field — spawn in, pathfind, aim, shoot, nade, reload, repeat
Chat & interact — talk in game chat, respond to commands, and troll!
Hook events — receive and react to game events in real time
200,000+
all-time downloads
-
community members
3,000+
egg farmer sessions

Start automating.

Open source, actively maintained, and actually documented.