1
1
Fork
You've already forked acc-gen
1
The old account generator, but... IT'S FASTER*!!! *not faster since I have yet to add proxies and the 3 other things that made the old acc gen good.
  • Rust 100%
RealPacket 8cc36e8b4a chore: add the runs I was using
can't use them because jetbrains best developers. I click the debug, run, or build button, and it just doesn't do anything... LOL!
2025年11月30日 16:40:40 -06:00
.idea chore: add the runs I was using 2025年11月30日 16:40:40 -06:00
.vscode fix: it almost works... 😡 2025年11月20日 23:59:50 -06:00
api_server fix: we ball 2025年11月30日 16:39:35 -06:00
common fix: life could be a dream 2025年11月29日 20:59:46 -06:00
config fix: we ball 2025年11月30日 16:39:35 -06:00
crazy_games fix: life could be a dream 2025年11月29日 20:59:46 -06:00
gen fix: we ball 2025年11月30日 16:39:35 -06:00
miniblox asd 2025年11月21日 16:02:55 -06:00
proxies asd 2025年11月21日 16:02:55 -06:00
temp_mail asd 2025年11月21日 16:02:55 -06:00
.editorconfig refactor: use tabs instead of spaces 2025年11月20日 18:38:56 -06:00
.gitignore fix: life could be a dream 2025年11月29日 20:59:46 -06:00
Cargo.toml fix: life could be a dream 2025年11月29日 20:59:46 -06:00
ReadME.md fix: we ball 2025年11月30日 16:39:35 -06:00
rustfmt.toml refactor: use tabs instead of spaces 2025年11月20日 18:38:56 -06:00

Miniblox-acc-gen

Now rewritten in Rust because the 500 other issues caused by me not writing good code, and if I did rewrite it in TS, I'd probably copy 50% of the current account gen into this one.

Progress

  • CrazyGames account creator

    • 1:1 GraphQL replica (well, for what we need)
    • (Optional) Email verifier (inside a separate thread for performance)
    • (Optional) temp mail API wrapper (required for verification)
  • Miniblox account creator (depends on CrazyGames account creator)

    • A different thread for generating CrazyGames accounts as it goes, since vector limited reuse to around 5 tokens.
    • Handlers
  • API Server (depends on all accounts creators)

  • Account Generator (depends on all accounts creators)

  • Proxies (Miniblox's rate limiting feels like 10 seconds, which is annoying)