The devil’s fb script is one of the alternative tools to practice how to hack fb termux. This tool is very similar to drakfb, only different author and version.
After I installed it, indeed, the contents of the devil’s fb were the drakfb script version 1.6 (old). The logo is exactly the same, only the information has been decoded.
But there is something strange about this pashayogi recoded script. Namely, the login data will be saved and there will be lots of errors when we run it. Here’s the guide:
How to install the devil’s fb script
- Open the termux app
- Install the required packages and modules
- Clone script from pashayogi github address
- Open the cloned folder
- Run main file
# For packages and modules you can use the following command:
pkg install python2 pkg install git pip2 install mechanize pip2 install requests
# Satan pashayogi’s github fb address:
https://github.com/pashayogi/SETAN
To clone, you can use the git clone command followed by the script address.
So just input:
git clone https://github.com/pashayogi/SETAN
# Open a folder using the cd command followed by the folder name.
The cloned folder follows the last name listed in its github address.
Example:
The last word on Satan’s fb address is ../SATAN.
So the cloned folder will be named SATAN. So to open it can use the command cd SETAN.
Pay attention to the writing of upper and lowercase letters, because they are very influential.
# To run the main file must use the execute command.
Because fb devil uses python version 2. So the execute command used is python2 followed by the name of the main file.
How to view the main file?
After opening the folder, just press ls (lowercase El and Es). And look at the files that have the extension (suffix).
In the devil’s fb tools file, SETAN.py is the main file. So the execute command that must be entered is:
python2 SETAN.py
Then the script will run and it looks like the image below:

Now I will discuss how to use it.
How to use the devil’s FB script
I have discussed above, this script is very similar to drakfb. So to find out what the menus are and their functions, you just read the dark FB script.
The point is just select the menu you want to run by pressing the number according to the menu.
Well, now I just want to discuss the peculiarities that exist in this script only.
The strangeness of the devil’s FB script by pashayogi
In my opinion, this script is feasible to use. Because it always results in an error when running. The following is an oddity that I found while reviewing this script.
1. Writing password does not appear
Like the general fb hack script, we have to login to our facebook account to be able to continue. But there is something strange when I want to enter my fb account from this script. That is, after we write the email/username and then write the password, the characters/letters don’t appear.
It is very confusing whether the password we have written is correct or not.
Even though it’s actually written, it’s just not visible. I still think this is difficult and seems strange.
2. Facebook login always fails
When you write the password, you can’t see it, once you’re logged in, an error always appears. Either the author made a mistake in the recode or there is a line of code that I forgot to include.
I have been careful to write down the password and I guarantee it is 100% correct. But when I press enter, the login still fails as shown below:

There is an “access token” notification. Even though the access token is something that must be kept secret, this script is actually trying to appear. Hmm … increasingly suspicious.
3. There is a login.txt file
After I failed to login many times I accidentally found the login.txt file in this script folder. After I find out it turns out that part of the code has been modified.

The login.txt file should be deleted on successful/failed login to facebook, but it is saved instead. Is the creator trying to run phishing? who knows.
To be sure I login using a backup facebook account. And for now the account is still safe and accessible.
Because I can’t login, so I can’t find any other oddity about this script.
Maybe you’ve seen someone using the devil’s fb script on youtube. But what you should know, the script code can be edited at any time. So maybe the one on YT is an unedited script.
Another recommendation you can use is the Facebook multi bruteforce script that has been proven to work. And also this tool can attack en masse.
Okay, so that’s our discussion about the termux script to hack fb. Thanks for reading.