An open API service indexing awesome lists of open source software.

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

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:

nyoevUc4x0

# Telegram bot (Optional)
Telegram_fU3zVJALFb

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