Skip to content
/ FRT Public

Telegram botnet with the most popular functions and a convenient web interface

License

Notifications You must be signed in to change notification settings

Dionis1902/FRT

Repository files navigation

Logo

Disclaimer

THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY!

IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY, THE AUTHOR IS NOT RESPONSIBLE FOR THIS AND FOR POSSIBLE ACCOUNT BLOCKING.

THE AUTHOR DOES NOT PUBLISH ANY IP ADDRESSES AND DOES NOT INVITE ANY ILLEGAL ACTIONS. ALL AT YOUR OWN RISK.

BY USING THIS SOFTWARE, YOU AGREE TO BE BOUND BY THESE TERMS. I WARNED YOU.

Contents

Main information

Features

  • Web interface (Dark and light theme, WOOOW)
  • Ability to import an account using all popular methods
  • Ability to select random or specific accounts to perform the function
  • Ability to export account as TData
  • Convenient account setting (Basic data and profile photo)
  • Possibility to get a code from a telegram on the site
  • Ability to configure global proxies and personal proxies for each account
  • Ability to add your own list of account names
  • Live logs with the ability to save them
  • And many other small features

Api ID and Api hash

You can find instructions on how to get an Api ID and Api hash here

Default credentials

By default, the website is launched on port 8080 but you can change this

Login: root
Password: roottoor

Supported methods for adding an account

  • Phone number (Will automatically create an account if it does not exist)
  • Session file (Pyrogram and Telethon)
  • Session string (Pyrogram)
  • QR Code
  • TData

Functions

  • Join groups
  • Leave groups
  • Reaction raid
  • Spam chat
  • Spam chat by channel
  • Spam comments
  • Spam comments by channel
  • Spam PM
  • Vote poll
  • Suggest a function

How run

Deploy on Railway

Docker compose

  • Install docker and docker-compose
  • Create file docker-compose.yml
# docker-compose.yml
version: "3.9"
services:
  botnet:
    container_name: frt
    image: dionis1902/frt:latest
    restart: always
    volumes:
      - ./data:/data
    ports:
      - '8080:80' # any_port_you_like:8080
    depends_on:
      postgres:
        condition: service_healthy
    environment:
      DATABASE_URL: postgresql://root:secret_password@postgres/data

  postgres:
    container_name: postgres_container
    image: postgres:latest
    restart: always
    volumes:
      - ./data/postgres_data:/var/lib/postgresql/data
    environment:
      POSTGRES_DB: data
      POSTGRES_PASSWORD: secret_password
      POSTGRES_USER: root
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
      interval: 5s
      timeout: 5s
      retries: 5
  • Run commands
$ docker-compose pull
$ docker-compose run -d

Docker compose local

  • Install docker and docker-compose
$ git clone git@github.com:Dionis1902/FRT.git
$ cd FRT
$ docker-compose build
$ docker-compose run -d

Python

  • Install Python 3.10+
$ git clone git@github.com:Dionis1902/FRT.git
$ cd FRT
$ python -m venv env

### Linux 
$ source env/bin/activate
$ export DATABASE_URL=postgresql://root:secret_password@127.0.0.1/data

### Windows
$ .\env\Scripts\activate
$ set DATABASE_URL=postgresql://root:secret_password@127.0.0.1/data 

$ pip install -r requirements.txt

$ python main.py
OR
$ uvicorn main:app --host 0.0.0.0 --port 8080

Screenshots

Screenshots of pages

Coming soon

  • Live functions (For example, to automatically write comments under new posts)
  • Phishing link
  • Integration with ChatGPT or/and Dialogflow
  • Ability to write custom functions by visual programing like scratch

Say thank you me

USDT (ERC20) : 0xB8314551f0633aee73f93Ff4389629B367e59189

USDT (TRC20) : TYJmX4R22NmSMBu7HWbwuwRr7TW9jN5az9

BTC : bc1q3jgp25rc8qtzx0fwd9ltpy45yv05hphu7pvwla

ETH : 0xB8314551f0633aee73f93Ff4389629B367e59189

BNB (Smart Chain) : 0xB8314551f0633aee73f93Ff4389629B367e59189