Nukehub VIP

Competitive Leaderboard

Data is submitted via your tool’s API key and aggregated per user.

zmtlabs - home of the Nuker

Get updates, support and more tools from the zmtlabs team.

Visit zmtlabs
Leaderboard

Tool Leaderboard

Loading ...
Bounties

Current Bounties

How to claim a bounty

  1. Make sure your tool is sending stats with your correct username & userid.
  2. At the end of the bounty period, take a screenshot of the leaderboard showing your position.
  3. Collect proof (logs / screenshots) that your runs are legit.
  4. Open a ticket in our support Discord and include:
    • your Discord tag
    • your userid used in the API
    • the leaderboard screenshot
    • any extra proof, if requested
  5. Staff will verify your stats and, if everything is valid, pay out the bounty.
API usage
POST https://nukehub.de/api.php?path=report
Header: X-Api-Key: <YOUR_TOOL_API_KEY>
Body (JSON):
{
  "username": "ExampleUser",
  "userid": "123456789012345678",
  "members_banned": 10,
  "avatar": "https://cdn.discordapp.com/avatars/123456789012345678/abc123.png"
  // avatar is optional (URL or data:image/...;base64,...)
}