CheckLiveUid MaxSpeed
High-throughput Facebook UID liveness verification engine. Sustains 100K+ UIDs/minute with adaptive rate-limit avoidance, HTTP/2 connection multiplexing, and zero browser overhead. Open-sourced for the developer community.
- C#
- Go
- HTTP/2
- Multi-thread
- Open Source
// CheckLiveUid MaxSpeed var result = await Checker .Load("uids.txt") .WithThreads(500) .RunAsync(); // → 100k UIDs / minute // → live / die / locked