Skip to main content

Dumb Badge(s) Remover

A powerful Python CLI tool that batch removes unwanted Roblox badges and scans inventories for spam badges

What is DBR?

Dumb Badge(s) Remover (DBR) is a Python command-line tool designed to help Roblox players clean up their badge inventory. If you’ve been invalidated by MetaGamerScore due to spam badges, or simply want to declutter your badge collection, DBR provides fast and efficient batch removal capabilities.

Key Features

Batch Removal

Remove badges in bulk with multi-threaded deletion for maximum speed

Inventory Scanning

Scan any public inventory to detect spam badges before removal

Multiple Methods

Remove badges by badge ID, place ID, user ID, group ID, or text file

MetaGamerScore Integration

Download and use MGS invalid game lists for automated cleanup

Why Use DBR?

DBR is particularly useful if you’ve been invalidated by MetaGamerScore’s scanner. You can download their list of invalid games and batch remove all associated badges from your account.
  • Fast: Multi-threaded badge deletion processes multiple badges concurrently
  • Safe: Token management via environment files prevents accidental exposure
  • Flexible: Multiple removal methods to suit different cleanup scenarios
  • Thorough: Support for Badgers of Robloxia database to find disabled/hidden badges

Quick Example

Remove all badges from a specific Roblox game:
dbr --place 123456789 --env-file .env
Scan an inventory for spam badges without deleting anything:
dbr --check-inventory 123456789

Getting Started

Installation

Install DBR via pip, pipx, or uv

Quickstart

Get up and running in minutes

Authentication

Set up your ROBLOSECURITY token safely

Commands

Explore all available commands
Security Notice: Never share your ROBLOSECURITY token with anyone. Anyone with access to your token can control your Roblox account, steal Robux, and cause permanent damage. Always use environment files to keep your token secure.

Requirements

  • Python 3.11 or higher
  • A Roblox account with badges to remove
  • ROBLOSECURITY token for authentication

Open Source

DBR is open source and licensed under the MIT License. Contributions are welcome on GitHub.

Build docs developers (and LLMs) love