Skip to content

Instantly share code, notes, and snippets.

View SL4F's full-sized avatar
:shipit:
Working on code

SL4F SL4F

:shipit:
Working on code
View GitHub Profile
@SL4F
SL4F / discord_autolootbox.py
Last active April 3, 2024 01:50 — forked from EricPanDev/discord_lootboxes.py
Automatically open discord lootboxes
# imports
import requests, json, base64, time, sys
from colorama import Fore, Style
# initial info
token = str(input(f"{Fore.RED} ▸{Fore.GREEN} [AutoLootbox] {Fore.WHITE}Copy and paste user token.\n{Fore.RED} ▸ {Fore.RESET}"))
claim = bool(input(f"{Fore.RED} ▸{Fore.GREEN} [AutoLootbox] {Fore.WHITE}Want to claim avatar decoration? (true/false)\n{Fore.RED} ▸ {Fore.RESET}"))
o=0
ui = 0
last_request_time = time.time()
X_Super = {"client_build_number":280346}