1
0
Fork
You've already forked test
0
idk yet
  • TypeScript 100%
2026年01月31日 00:05:30 -06:00
.vscode draft: repurposing for shell shockers 2026年01月31日 00:05:30 -06:00
assets docs: new generator demo lo 2025年11月09日 22:19:55 -06:00
src draft: repurposing for shell shockers 2026年01月31日 00:05:30 -06:00
.env.example aaaaaaaa2 2025年10月01日 15:17:08 -05:00
.gitignore aaaaaaaa2 2025年10月01日 15:17:08 -05:00
deno.json draft: repurposing for shell shockers 2026年01月31日 00:05:30 -06:00
ReadME.md refactor: vector patched it for the 2nd time (welp, time to rewrite or something.) 2025年11月14日 14:42:01 -06:00
tsconfig.json draft: repurposing for shell shockers 2026年01月31日 00:05:30 -06:00

Miniblox-acc-generator

Warning

I will probably rewrite all of this and/or do it in Rust, and add features like pre-generated accounts for the API server, multi-threading, unpatch it for the 5000th time, and etc. it also helps removing some of the performance bottleneck from running in a JS runtime.

An account generator for Miniblox.

Configs

This script is extensively configurable, because you can configure the crazy games generation part and the miniblox generation part.

Generator

Customize how fast it is in the config (settings/yours/miniblox.jsonc). deno task gen, generates accounts while it's running.

API Server

here's the session token used in the video that owns the example server: 44af39b187b126e9267d7f16add4ab22

Tired of getting banned, and having to copy and paste the code to change accounts because non-accounts won't work / are blocked?

Use the API server for integrating with supported programs! This API server runs on localhost:8000 and responds to GET /generate HTTP requests with Miniblox accounts. You can even just open that tab in a browser and get account tokens lol

Run it using deno task apiServer, use for integrations like in Vape For Miniblox and Impact V4's AntiBan (make sure to turn on AccountGen in order for them to actually use it)