Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:
- myWindow = window.open('','','width=500,height=500');
- myWindow.document.write("<div id='dadossss'>Aguardando Dados <br/></div>");
- var Paginacao = 2;
- var TotaisVisitas = 0;
- var Elementos = new Array();
- var elementoLink = window.orkutFrame.document.getElementsByTagName("a");
- var a = 0;
- var Visitados = 0;
- PegarLinks();
- function PegarLinks()
- {
- elementoLink = window.orkutFrame.document.getElementsByTagName("a");
- a = 0;
- Visitados = 0;
- for(i in elementoLink)
- {
- if(elementoLink.item( i ).href.search("Main#Scrapbook?") != -1)
- {
- Elementos[a] = elementoLink.item( i ).href ;
- myWindow.document.getElementById('dadossss').innerHTML += "<br/><b>Próximo:" + TotaisVisitas + "</b> ->" + Elementos[a];
- a++;
- TotaisVisitas++;
- }
- }
- Visitar();
- }
- function Visitar()
- {
- Elementos[Visitados] = window.open(Elementos[Visitados] ,'','width=500,height=500');
- Visitados++;
- if(Elementos[Visitados])
- {
- Visitar();
- }
- setTimeout("Visitou()", 10000);
- window.location.href = window.location.href.split("&pno=")[0] + "&pno=" + Paginacao;
- Paginacao++;
- setTimeout("PegarLinks()", 15000);
- }
- function Visitou()
- {
- for(i in Elementos)
- {
- Elementos[i].close();
- }
- }
- // Auto Visitador para Orkut
- // Ganhe muitas visitas em seu perfil
- // Apenas cole o código acima na barra de endereços
- // Criado por Bruno da Silva (versão beta)
- // www.ips-team.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement