- TypeScript 100%
| .vscode | aaaaaaaa2 | |
| assets | docs: new generator demo lo | |
| settings |
deps!: update miniblox-api
|
|
| src | not working 😡 | |
| .env.example | aaaaaaaa2 | |
| .gitignore | aaaaaaaa2 | |
| deno.json |
deps!: update miniblox-api
|
|
| ReadME.md | refactor: vector patched it for the 2nd time (welp, time to rewrite or something.) | |
| tsconfig.json | feat!: configs, an api server for integrations, and more | |
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)