Professional Self-Bot Based On NEW TG-CLI
Command | Description |
---|---|
[#!/]help | just send help in your group and get the commands |
**You can use "#", "!", or "/" to begin all commands
# Let's install the self-bot.
cd $HOME
git clone https://github.com/BeyondTeam/BDSelf.git
cd BDSelf
chmod +x beyond.sh
./beyond.sh install
./beyond.sh # Enter a phone number & confirmation code.
To install everything in one command, use:
cd $HOME && git clone https://github.com/BeyondTeam/BDSelf.git && cd BDSelf && chmod +x beyond.sh && ./beyond.sh install && ./beyond.sh
Open ./bot/bot.lua and add your ID to the "sudo_users" section in the following format:
sudo_users = {157059515, YourID}
add your ID at line 131 in bot.lua Then restart Bot.
More information Beyond Development