This is a simple virus script written in Bash. The script has two main functionalities: backing up files to a hidden directory and deleting all data from the device storage.
- Make sure you have Termux installed on your Android device.
- Open Termux and navigate to the desired directory where you want to save the script.
- Create a new file using your preferred text editor and paste the provided code into the file.
- Save the file with the name
virus.sh
. - Grant executable permissions to the script by running the following command:
chmod +x virus.sh
. - Run the script by executing the following command:
./virus.sh
.
The script performs the following actions:
- Sets the script to be executable by changing the file permissions.
- Sets up storage access for Termux.
- Creates a hidden directory named
.MR.ROOT
in the home directory. - Copies all files from the device's internal storage to the hidden directory, creating a backup.
- Lists the files in the current directory.
- Deletes all files from the device's internal storage, effectively erasing all data.
- Displays a message indicating that the data has been lost using colored text.
Note: This script is for educational purposes only. Use it responsibly and at your own risk.
The author and the repository do not take any responsibility for any damage caused by the misuse of this script. Use it with caution and ensure you have proper authorization before running it.