An unofficial, code-level documentation site for the Banshee zombs.io client — a static site that pairs every Banshee feature and command with the real source that implements it.
🔗 Live site: https://tropicalbanana2.github.io/banshee-docs/
Plain static HTML/CSS/JS (no build step). Syntax highlighting via highlight.js from a CDN.
| Page | Covers |
|---|---|
index.html |
Introduction & the four pieces of Banshee |
architecture.html |
Processes, wire protocol, the WASM anti-bot handshake, session-attach flow |
userscript.html |
script.js — settings menu, toggle system, render tab, core automations |
multibox.html |
The in-browser Alt class (Sockets) |
commands.html |
The ! / !! chat-command interpreter |
keybinds.html |
The full key-bind / mouse switch |
localhost-server.html |
The Express app that serves the client |
sessions.html |
The headless Bot host (Session Saver) |
sockets-server.html |
The WASM module pool (Socket Server) |
reference-features.html |
Full reference: every menu/settings feature |
reference-commands.html |
Full reference: every ! / !! command |
# from this folder
python -m http.server 8000
# then open http://localhost:8000This is unofficial documentation of a third-party client. It is not affiliated with zombs.io or its developers. Code excerpts are quoted for documentation purposes; one offensive string present in the original source is redacted on the relevant pages and flagged transparently.