A selfbot that unlocks and redeems Discord's April Fools 2024 avatar decoration by automatically opening lootboxes for you
- Git: Download Git
- Python 3.11+: Download Python
# clone the repo
$ git clone https://github.com/scp222thj/discord-lootbox-selfbot.git
# change the working directory
$ cd discord-lootbox-selfbot
# install the requirements
$ python -m pip install -r requirements.txt
Windows: Add Python and Git to your PATH if not already done during installation.
macOS/Linux: If both Python 2 and 3 are installed, use python3
and pip3
instead.
- Obtain your Discord token (guide).
- Launch the bot:
python main.py
- Enter your token when prompted.
This project is not affiliated with, endorsed by, or in any way connected with Discord, Inc. "Discord" is a trademark of Discord, Inc., used here for descriptive purposes only.
Usage of selfbots is against Discord's Terms of Service and may lead to account consequences. The developer is not responsible for any potential damages or disciplinary actions from using this software. Use at your own risk.