Basic JavaScript Virus

The JavaScirpt viruses will not delete nor change any files, their usage is to either scare the user, to close down the browser, or to force the user to close the browser by pressing Alt + Ctrl + Del.  To let you stay in this page, please make a copy of this URL in another browser.  The URL of this frame is http://www.geocities.com/SiliconValley/Network/7432/BasicVR.htm.  Please right click on the link and select 'open Link in new window' or 'open in New window'.  After you've done so, then in the copy of this frame (the new window), click on the button below.

 

Cut and paste the source code of the above script here (Read  How to Cut N Paste for help)

<!----------Cut---------->
<HTML>
<HEAD>
<TITLE>Basic JavaScript Virus</TITLE>
<SCRIPT>
<!--
//    Script Editor:   Howard Chen
//    Browser Compatible for the script: IE 2.0 or Higher
//                                       Netscape 2.0 or Higher
//    This script is free as long as you keep its credits
function virus()
{
alert("WARNING: \'File autoexec.bat\' is being rewrited by a unknown virus!!")
alert("Virus definition found, Virus Name: \'7432\', Virus Serial Number: E81X95A1B69X")
alert("Unable to erase virus, unable to recover damaged files!!")
alert("Virus 7432 is sending out a message.  Receiving message sent by virus 7432...")
alert("Virus 7432: Ha ha ha ha...")
alert("Browser is searching for virus infected files...")
alert("All files in drive C: are infected!!")
alert("Program built in anti-virus program is tracting for virus location...")
alert("Unable to locate Virus 7432!! Unable to read from program 'command.exe', program infected!!")
alert("Virus recovered all damaged files from drive C:!")
alert("Receiving message from virus 7432...")
alert("Virus 7432: I was not really infecting your files.   But don\'t you think I\'m cool?\n\t\t" +
        "Cut N Paste my source and modify me in your own style!")
alert("Browser reporting Virus 7432 destroyed.  Browser will now shut down to scan other damages dealt.")
window.close()
}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<FORM>
<Input type=Button Value="Launch Basic Virus" onclick="virus()">
</FORM>
</BODY>
</HTML>
<!----------End---------->
 

IMPORTANT: The scripts provided in this page are free as long as you keep the credits in the code.  E-mail me or use Script Rebuild Service for additional help about Cut N Paste or to ask for a script that is just for you.

Post Your Script Home