0xtbug / discord-tools

A discord tools self leveling automatically sends random message with custom message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⏫ 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 <amount of messages>

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

About

A discord tools self leveling automatically sends random message with custom message

License:Apache License 2.0


Languages

Language:Python 98.3%Language:Batchfile 1.7%