https://github.com/0xtbug/discord-tools
A discord tools self leveling automatically sends random message with custom message
https://github.com/0xtbug/discord-tools
discord discord-bot discord-leveling discord-py discord-selfbot
Last synced: 30 days ago
JSON representation
A discord tools self leveling automatically sends random message with custom message
- Host: GitHub
- URL: https://github.com/0xtbug/discord-tools
- Owner: 0xtbug
- License: apache-2.0
- Created: 2023-01-16T14:07:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T09:51:36.000Z (over 2 years ago)
- Last Synced: 2025-06-22T11:35:55.216Z (11 months ago)
- Topics: discord, discord-bot, discord-leveling, discord-py, discord-selfbot
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⏫ Discord Tools - Level Up Selfbot ⏫
Automatically sends random message
⭐ Don't forget to leave a star! ⭐
## Requirement
* Python3
## Feature
* Custom text ID & EN
* Custom delay time
* You can choose remove message after send or not
* Multiple Account
* Push notification to your telegram bot
## Configuration
set Configuration settings in (https://github.com/0xtbug/discord-tools/blob/main/config.json) `config.json`
```
"accounts": [
{
"id": "your_discord_id",
"token": "your_discord_token"
},
{
"id": "your_discord_id",
"token": "your_discord_token"
}
// unlimited how many accounts you want
],
```
## Windows:
1. Open install.bat
2. Open start.bat
3. In channel write `!lp `
## Linux:
~~~
pkg install python3
~~~
~~~
pip install -r requirements.txt
~~~
~~~
python3 main.py
~~~
## Showcase:

# Telegram bot (Optional)

set your bot configuration in (https://github.com/0xtbug/discord-tools/blob/main/config.json) `config.json`
```
"telegram": {
"token": "your_telegram_bot_token",
"chat_id": "your_telegram_chat_id"
},
"is_telegram_bot": true // make sure to change this
```
`WARN: Using a selfbot is against TOS, It's not my fault if you get a ban when someone reports you`
### # Source
Original source: https://github.com/yudhasaputra/discord-bot