⚠️ Coded & Developed by Mar.
⚠️ Use at your own risk. This may get your Discord account banned.
*----------------------------------------------------------------*
| ABS Tool * Coded & Developed by Mar. |
*----------------------------------------------------------------*
| Please refer to this README if you're confused |
| Don't use this on your main Discord account, |
| May get your account banned. |
*----------------------------------------------------------------*
| This tool requires a verified Discord account to work. |
*----------------------------------------------------------------*
ABS (Auto Bumper Script) is a Python-based script that automatically sends the /bump command to Disboard every 2 hours — using user tokens, not bots, to avoid detection.
Designed to be stealthy, lightweight, and VPS-friendly.
- ✅ Fully automated bumping
- ✅ Supports multiple tokens
- ✅ Spoofs headers and JSON data to avoid detection
- ✅ Logs every bump attempt
- ✅ Works perfectly on VPS (Linux)
-
Python 3.x
-
requestsPython module
Install it using:pip3 install requests
-
A verified Discord alt account
-
Channel ID + Guild (Server) ID
-
User token(s) saved in
tokens.txt(one per line)
⚠️ Only works on browser Discord (not desktop app)
- Open Discord in your browser.
- Press
F12to open Developer Tools. - Go to the Network tab → enable XHR.
- Send any message in any channel.
- Click the related request → go to
Headers. - Look for the
Authorizationfield — copy it. - Paste it into a file called
tokens.txt.
python3 abs.py -c <CHANNEL_ID> -g <GUILD_ID>python3 abs.py -c 123456789012345678 -g 987654321098765432usage: abs.py [-h] -c CHANNEL -g GUILD
Disboard Auto-Bump Service
options:
-h, --help Show this help message and exit
-c, --channel CHANNEL Channel ID where bump command should be sent
-g, --guild GUILD Server (Guild) ID
To keep ABS running continuously:
tmux
python3 abs.py -c <CHANNEL_ID> -g <GUILD_ID>Then Ctrl+B, then D to detach safely.
- 🚫 Don’t use on your main Discord account — alt only.
- 🔥 May bypass bot detection, but still violates Discord's TOS.
- 💀 Your account can be disabled or banned. Use responsibly.
- 🧪 This project is for educational and research purposes only.
Made with 🤍 by Mar
GitHub: TheDesiignerr
"If you know, you know."


