In this post I will share how to create a virus using the termux application. You can use this virus to prank your fellow Termux users who are still beginners.
Viruses that are generated from the termux application can cause freeze, bootloop, or deleted data on the android that runs it.
Maybe you should try to make it to prove how deadly the termux virus is, hehe. If you do, please continue reading.
What is termux virus?
Termux virus is a program in the form of applications and scripts that are generated from virus-making tools. This virus can cause negative effects when run on android devices.
Virus generator termux script
The termux script used to create the virus is vbug. This is a recoded script from AyipBontos. The file is stored in the github repo of my storiku account.
Vbug uses the python programming language. This means that your termux must have the python package installed in order to operate it
In the Vbug script there are 5 choices of virus types, namely:
- Bootloop (blank)
- Data-eater (delete files/folders)
- Freeze (lag / broken)
- Bomb Zip (file compression)
- Elite (virus app)
So to create a virus in termux, the steps are to install the vbug script into termux then select the menu to determine the type of virus.
How to install the Vbug script to termux
First open the termux application. Then write all the code below one by one.
- pkg install git wget python2
- git clone https://github.com/storiku/virus
Information:
git, wget, and python2 are the packages that the vbug script needs. Whereas git clone is a command to install vbug from the github repo.
Write the code one line at a time. Then press enter to execute the code.
Wait until the process is complete. A $ icon will appear as a sign. Then enter the next code.

Vbug script id and pass
In order to run the vbug script, you must enter the login script data (id and pass) from this script.
The script login page will appear while the script is running. To skip it, just enter the following details:
ID: Termux PASS: omaliptv
Pay attention to the capitalization of the letters so that there are no mistakes.
Ok, now proceed to the stage of making the virus.
How to make a virus in termux
Here are the steps to create a virus in termux:
- Type cd virus then press enter.
- Run the termux virus generator script by entering the python2 vbug.py code.
- Enter id and pass to enter into the script.
- When the script is running press enter to bring up the menu options.

- Determine the operating system of the virus by pressing the number according to the list.

- Then select the type of virus by pressing the letter according to the code in front of each virus.

- Next, the download process will occur and wait for the virus creation process to complete.
If it’s not clear, here’s a video tutorial:
https://www.youtube.com/watch?v=0sUKjUULeJo
Well, now the virus has been successfully created. For the file will be stored in the virus folder.
Type this command to view the virus files:
cd virus && ls
The name of the virus will appear according to the type of virus you selected in the manufacturing process.
What to do next?
Of course moving the virus to make it easier to transmit to other people.
Use this command to move virus files to android storage:
termux-setup-storage mv -rf namavirus /sdcard
Note: when a popup appears, select allow yes. Then replace the virus name with the name that appears in your virus results folder.
Well, to make your understanding, now I will try to make a virus type data eater. Please see!
How to make a data-eater vbug virus
First, please run the vbug script using python2 vbug.py and enter the login script data. Then follow these steps:
- On the virus operating system selector menu, select android. How to press the number 1 then enter.
- Then select the type of virus Data-Eater. How to press the letter D then enter.
- Wait for the download and creation of the data eater virus to finish.
This is a sign that the process is complete.

Then move the Data-Eater file to android storage. How to type the command:
cd virus
mv -rf data-eater /sdcard
Now the data-eater virus file is already in the android storage. Just check to prove it.
Information: the data-eater virus file is named hackfb.py and is in a folder called data-eater.
The hackfb.py file is a file that will delete Android’s internal storage data if run using termux. The name hackfb.py is a pseudonym so as not to be suspected.
If you don’t believe me, try it yourself. I make sure your android data will be deleted. That means all game data and all app data will be lost.
Use of viruses
After successfully creating a virus, the next step is to send the virus to other people. The goal, of course, is for the virus to work.
The virus will work if there is a response or run. So your role is also needed to influence the victim to want to run the virus.
Because the results of the vbug virus are in the form of termux scripts and applications. So how to use it is divided into 2, namely the execution of termux and do the installation.
Example:
Virus data eater form is a script termux. Then the virus will run if the virus is run using termux. The command to run it is python2 hackfb.py.
Another example is an elite virus whose form is an application. In order for the virus to work then, the application of the elite virus must be installed. Then the virus will run its job automatically.
Well, from the 2 examples above we can conclude that the virus will only work if there is a response to it.
Ok, until here you already know how to create a virus using termux. Now is the time to try. Good luck.