Skip to content

soghut/Self-BotV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Professional Self-Bot Based On NEW TG-CLI


Commands

| Use help | |:--------|:------------| | [#!/]help | just send help in your group and get the commands |

**You can use "#", "!", or "/" to begin all commands


Installation

# Let's install the self-bot.
cd $HOME
git clone https://github.com/BeyondTeam/Self-BotV2.git
cd Self-BotV2
chmod +x beyond.sh
./beyond.sh install
./beyond.sh # Enter a phone number & confirmation code.

One command

To install everything in one command, use:

cd $HOME && git clone https://github.com/BeyondTeam/Self-BotV2.git && cd Self-BotV2 && chmod +x beyond.sh && ./beyond.sh install && ./beyond.sh

Sudo And Bot

Open ./bot/bot.lua and add your ID to the "sudo_users" section in the following format:

    sudo_users = {
    157059515,
    0,
    YourID
  }

add your ID at line 4 and 131 in bot.lua Then restart or reload.

Support and development

More information Beyond Development

Special thanks to

@MrPars

@MrHalix

@Vysheng


Developers!

SoLiD (Telegram)

MAKAN (Telegram)

Ali (Telegram)

Civey (Telegram)

Our Telegram channel:

@BeyondTeam

About

An fun bot based on BDReborn :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.3%
  • Shell 0.7%