0% found this document useful (0 votes)
563 views1 page

Fake Matrix Virus

This document contains code for a fake virus that displays messages like "Hello" and "Welcome" upon running and changes the command prompt color before continuously displaying random numbers. The code saves itself as a .BAT file called MATRIX.BAT.

Uploaded by

Vipul0001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
563 views1 page

Fake Matrix Virus

This document contains code for a fake virus that displays messages like "Hello" and "Welcome" upon running and changes the command prompt color before continuously displaying random numbers. The code saves itself as a .BAT file called MATRIX.BAT.

Uploaded by

Vipul0001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

this is the code for the fake virus

code;
@echo off
echo Hello
echo I am Morpheus
echo Welcome
echo virus downloaded
echo You have now entered The Matrix.....
Pause
goto matrix
:matrix
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %ra
ndom% %random% %random% %random% %random% %random%
goto start
SAVE TI MATRIX.BAT

You might also like