logo bannerlogo banner

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 fits your workflow.

npm NPM Package

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

Egg Farmer

The well-known browser-based egg farming tool. Verify, make a game, and watch the eggs come in.

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
-
weekly npm downloads
-
community members
500+
egg farmer sessions

Start automating.

Open source, actively maintained, and actually documented.