Make Your PC (Or Your Friend's) Self-Destruct! I got bored last Wednesday, so I did what I usually do when I get bored: write some h4xx0riffic, evil, l33t, and awesome code.
I wrote a fun little HTML file (<1KB) that uses a Crash IE exploit found with Google, in combination with a countdown that I wrote, to make Internet Explorer launch a self-destruct countdown. You are able to change the length of the countdown and the time between countdown alerts by editing the Javascript variables in the HTML file (it's easy, they're the first things in the script). After the countdown finishes, Internet Explorer freezes. This even works on the la-*test*-('") IE7 beta!
The most obvious way to freak out a friend with it is to set it to their IE home page. But if you (like me) think that's not evil enough, set it to appear on someone's Active Desktop. It will automatically start the countdown as soon as they log on, and when the countdown finishes, their whole PC will lock up. :twisted: If you're dealing with someone you really hate, you can even do some registry hacks to keep them from changing it back: http://www.kellys-korner-xp.com/xp_a.htm and http://www.winguides.com/registry/display.php/949/
Have fun being evil! http://staff.littlemoonproductions.com/biolizard89/selfdestruct.html
fuzziqersoftware- 06-26-2006
function thingy()
{
var i = 0;
var str = 'function -*test*-('")(){ return ';
while(i < 2147483647 ){
if(i > 0)
str += ' + ';
str += i++;
}
str += '}';
document.write(str);
}
I see..... that's a nice little crash function. It may even fuck up a program using int64s, which would be nicer still. I wonder what other kinds of evil things can be done with JavaScript?
Smurph- 06-26-2006
cookie stealing?
Escudero- 06-26-2006
the whole Jar
Darkace- 07-28-2006
man im gonna have some fun now thanks alot :twisted:
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.