nitai/projects

rblxtool

A standalone Roblox account and marketplace tool. Every byte of networking happens in a native Rust core that pools HTTP/2 connections, retunes itself to the rate limits Roblox reports, and decodes JSON with SIMD. The WinUI 3 shell drives it over a C ABI and never touches the network itself.

Rust + C#2026
689 MB/sJSON decode throughput
25 usper catalog page decode
3ways to add an account
0runtime dependencies on Windows
81source files
9121lines of code

Download

What it does

Three ways to add an account

Accounts live in an AES-256-GCM vault keyed with Argon2id.

Why it is fast

Rate limits, measured

From a datacenter IP with no session, measured directly:

A signed in session from a residential address opens these up substantially. The limiter adapts either way, but the sweep is close to useless anonymously and works properly on a real account.

Automating purchases and group claims is at your own risk. Roblox may rate limit or action accounts that behave like bots. The defaults here are deliberately conservative and every throttle the API reports is honoured.

Layout

The CLI and the desktop app are the same engine; the CLI is what gets tested against the live API.

Source

Browse the whole tree in the reader below, or take the archive above.

Open source browser