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.