5 Termux Work 2022 Instagram Hack Scripts

The termux instagram hack script is a program to find out the IG account password that is run using the termux android application. The trick is to install and run it with certain commands.

Previously I have demonstrated the use of the instahack script to break into Ig accounts with termux. You can understand the steps, because they will be the same as the 5 scripts that I will share this time.

For how to install the ig hack script in the termux application, you can write the git clone command followed by the github address of the script.

Github is a website that is used to store tools, scripts or programs. So it’s not only the ig hack script, there are also many other termux scripts.

The five scripts that I will share this time have been tried and work, friends. I will also include a screenshot as proof.

Here is the Termux IG Hack Script

1. Multibf_ig

ig multibf_ig hack script
ig multibf_ig hack script

This script was written by a github account with the username nolep on July 8, 2022. Whether it was written or recoded, I don’t know, hehe the most important thing is that it can hack Instagram accounts.

Read also: Review script Multibf_ig

Multibf_ig has a mass brute force method of working. This means that the Ig account username that will be hacked is not only one.

This script will create a query based on the username or hashtag. Every word entered into the query will be collected to become the target of the hack.

For example:

We are targeting the “Devi” query based on the username. Then the script will collect all Instagram usernames that contain the word Devi. For example devi_official, ukthydevi, devi0998, madevita etc.

Next, the multibf_ig script will ask for a password to start the crack process. You can enter a password, for example, Doraemon.

After the script is complete, multibf_ig will try to login all the usernames that have been collected using the doraemon password. If successful, the script will display a username that matches the password.

How to install and run the multibf_ig script

1. Open your termux application and directly enter all the commands below.

pkg install python2
pkg install git
pkg install tor
pkg install bash
pkg install jq
git clone https://github.com/noolep/multiBF_ig
cd multiBF_ig

2. Next run the tor program to initiate the multibf_ig script.

Type tor then hit enter.

Tor is a program that must be run so that multibf_ig can load data in it. Wait until the TOR process shows 100%.

3. Slide the termux screen to the right to bring up the termux window.

After the window options appear, select new season and you will enter the 2nd termux window.

4. Finally execute the brute.sh file with the command bash brute.sh

The multibf_ig script will run and display the author script information and the ig hack menu.

To run the next script, all you have to do is select the hack option and enter the target Instagram username data to be hacked.

2. Almu007

ig almu007 hack script
ig almu007 hack script

The method used by almu007 script is bruteforce target. So it’s the same as the previous instaack script.

Also read: Almu007 Script Review

We just need to create a wordlist containing the password combinations that the target might use. Next, target an Ig username that will be cracked with the wordlist file earlier.

What to know! almu script will only run wordlist with file name pass.txt otherwise almu007 will show error.

For example, if we download a wordlist and enter it into the almu script with the name 1000wlist.txt, what will happen is that the script will not run and will still ask for a password in the pass.txt file.

What is different from other ig hack scripts, almu 007 does not have a digithub and to use it, you can download the file first at the following link.

How to install and run the almu007 script

1. Type the command to install package script almu007

If all the packages have been previously installed, then you don’t need to install again and just skip to the next stage. For those who have not installed enter the following command.

termux-storage-setup
cd /sdcard
pkg install python
pkg install python2
pkg install unzip

2. Unzip the almu007 script download file

The almu script file that you downloaded will be automatically saved in the Download folder of internal storage. So directly enter the following command to unzip the file.

cd Download
unzip insta007.zip
cd insta007
chmod +x *

3. Create a pass.txt file to save the wordlist

First, install the nano package first by pkg install nano then enter the nano pass.txt command again and you will automatically enter the nano editor.

Add password combinations as necessary and press crtl+x then y and enter to save.

4. Execute the almu.insta.py file to start running the almu007 script

Use the command python2 almu.insta.py and wait for the data from the script to load.

On the first page, you just need to write the ig username that will be hacked. The script will automatically crack using the previously created wordlist.

3. Instafuck3r

instafuck3r instagram hack script
instafuck3r instagram hack script

This is the ig hack tool that I think is the most complete. Because the way it works uses 2 methods of mass and target brute force. But unfortunately it still has to be set automatically.

So to run the instafuck3r script, we just need to create 2 files with the .txt suffix containing the Ig username and the password used for cracking.

An example of an illustration of using the instafuck3r script

To collect Instagram account usernames, we can use the online Instragram username scraper tool. Then save all the usernames with whatever name, for example user.txt

As for the wordlist, you can make your own. Enter all the passwords that you want to use but must match the order of 1 line for 1 combination. Save with the name pass.txt or up to you.

Next, when running the script, just enter the user.txt file name and the script will process and then ask for the password file again. Just enter pass.txt

The script will bruteforce and we just need to wait for the process to finish.

How to install and run the instafuck3r script

1 Install the package required by the instafuck3r script

As usual, if it’s already pre-installed then skip it.

pkg install git 
pkg install nano
pkg install bash
pkg install tor
git clone https://github.com/aryanrtm/instafuck3r 
cd instafuck3r 
chmod +x instafuck3r.sh

2. Activate the tor program to load all instafuck3r script data

Just write tor in termux and wait until the data shows 100%. Then do the same thing as the multibf_ig script, which is to enter the new season termux (new window).

3. Create a file containing your IG username and password combination

At this stage we will create 2 files, each for the username file and the password file. The name is up to you, the important thing is that it ends in .txt format.

An example for the username file name is user.txt
so just enter the nano user.txt command then enter all the ig usernames that you will make the target of the hack. When finished press ctrl+x then y and enter.

And if the example for the password file is pass.txt
Then use the command nano pass.txt and enter all the password combinations you want to use and save.

3. Execute the instafuck3r.sh file to start running the script

Use the bash instafuck3r.sh command then wait for the script to load. The script will ask you to enter the username file name and password file. Just enter the name of the file that was created earlier.

Read also: Review script instafuck3r

4. HEK-IG

HEK-IG instagram hack script
HEK-IG instagram hack script

the script created by the saydog user uses the brute force target method and there is already a default wordlist in it. So we only need to use the target Ig username.

Just like the instahack and almu007 scripts we have to edit the pass.txt file to add other password combinations. Here we will also set the proxy and delay.

How to install and run the HEK-IG script

Just enter all the following commands in the termux application.

pkg install python2
pkg install openssh
pkg install git
git clone https://github.com/saydog/HEK-IG
cd HEK-IG
python2 dog.py

The script will run immediately and you just need to enter the username you are after.

notes: the password combination (wlist) already exists but if you want to edit it just use the nano pass.txt command before running the HEK-IG script

5. IG-Hack

The last one is my own script, my friend, recoded hehe. I took the script template from someone else’s github account which was given encryption. So I decompiled it first and then copied and changed the code a little bit.

I named this script omcyberIG and it contains two hack tools. The first is used for mass hacking and the second tool is for hacking targets.

I used it down from the ig hack script above so that those of you who use it don’t get confused either.

For a mass ig hack script, you must include a query and then enter a password for cracking. As for the targeted script, you just need to enter the ig username. I have made a wordlist for it.

Well, please run the Instagram hack script of your choice. In my opinion, the easiest is the instafuk3r script, the success is also high.


Okay, now you know 5 Instagram hack scripts that still work when used. Just install everything, who knows tomorrow the author will delete the script.

And if there is an ig hack script that is no longer active, please comment below so I can immediately fix it by recoded the script.

Until here first friend, thank you for reading.

Tinggalkan Balasan

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