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')

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

Start automating.

Open source, actively maintained, and actually documented.