2
1
Fork
You've already forked old-acc-gen
0
(see new WIP account gen) fat mods banned my miniblox account, so I summoned 500 others out of thin air!
This repository has been archived on 2025年11月21日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 100%
2025年11月14日 14:42:01 -06:00
.vscode aaaaaaaa2 2025年10月01日 15:17:08 -05:00
assets docs: new generator demo lo 2025年11月09日 22:19:55 -06:00
settings deps!: update miniblox-api 2025年11月10日 15:45:06 -06:00
src not working 😡 2025年11月11日 12:28:46 -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 deps!: update miniblox-api 2025年11月10日 15:45:06 -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 feat!: configs, an api server for integrations, and more 2025年09月29日 19:38:49 -05: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)