3 Termux FB Bot Scripts (Auto Reaction, Report and Comment)

This time I will share 3 Termux scripts to create bots, their functions are to auto react, report and comment.

But for now the most widely used and still working are the react bot, bot report and auto reaction fb Termux.

What’s special about creating a fb bot using Termux is that it doesn’t require a token, meaning you don’t need to generate it yourself because later the script will automatically generate a token.

I will also tell you how to use it even though it is actually very easy but many do not know.

3 FB Scipt Bots on Termux

One thing you should know from the start is that when you use bots on Facebook, your account is at risk of being banned because it is indicated for spamming.

So if for example later suddenly your account can not be used is entirely your own responsibility.

Remove $ when entering command

1. Bot Auto Reaction

As the name suggests, with this auto reaction bot you can send a large number of reacts for statuses or posts on Facebook at the same time.

Compared to other Facebook auto like methods, using the Termux application is relatively safer and of course very easy to do.

Now enter the script below one by one in sequence to make the bot auto reaction first:

$ pkg update && apt upgrade
$ pkg install git
$ pkg install php
$ apt install curl
$ git clone https://github.com/AMVengeance/FB-React.git
$ cd FB-React
$ chmod +x start

Already? If so, please follow the steps below to use the bot that has been created:

  • type $./start to run the script.
  • Enter your Facebook Account Login Data.


  • The last step is to enter the status ID or Facebook post that will be reacted, this script can only limit it to 100 at a time.


If you have entered the next ID, stay Enter just then the script will start running.

As the name implies, with this script you can make comments automatically because they are run by bots.

But never use this auto comment script carelessly because it is very annoying for other users.

Here is the script:

$ pkg update && upgrade
$ pkg install git
$ pkg install python2
$ pip2 install mechanism
$ git clone https://github.com/Senitopeng/botkomena.git
$ cd Botkomena
$ python2 botkomena.py

To use this bot, you just have to follow the advanced instructions when you have done the installation, the method is very easy.

3. Bot Auto Report

Upset with annoying Facebook accounts? Or find the account that made the noise?

Use this script to take down the account.

With this script, the activity of reporting Facebook accounts is more efficient because if you report manually, it takes a long time and you have to use many accounts.

With this script, you only need a few steps.

Install the auto report bot by typing the script below one by one in sequence:

$ apt update -y
$ apt upgrade -y
$ pkg install git -y
$ pkg install python2 -y
$ pkg install figlet $pkg install unzip
$ git clone https://github.com/VanGanteng/Report
$ cd Report
$ ls
$ unzip Report.zip
$ ls $python2 Report.py

The above instructions are included to run the bot, so it will immediately appear like this:


Enter the Facebook account ID to be reported in the column Target ID then Enter and the report process will run.

That’s my discussion this time about 3 FB Termux bot scripts for auto reactions, reports and comments.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *