Jump to content
UBot Underground

I need a vote bot, Please Help!


Recommended Posts

Hey guys,

 

Recently my little sister entered a modeling comp. I want to get a vote to going for her but i cant work out how to do it. I do have some experience with java eclipse(if that's even what you use) and i cant figure it out. If somebody could please make me a vote bot i would happily run it and would be so thankful. It needs to be able to bypass the recapitchas and proxy support would be good but is not nessescary. The website is:

 

http://www.pumpkinpatch.com.au/comp/LoadCompDetail.aspx?compImageId=303

 

Thanks for all your help!

Link to post
Share on other sites

Here is an example:

 

loop(5) {
   comment("can only vote 5 times a day, add proxies for more votes")
   navigate("http://www.pumpkinpatch.com.au/comp/LoadCompDetail.aspx?compImageId=303", "Wait")
   change attribute(<name="recaptcha_response_field">, "value", $solve captcha(<style="display:block;">))
   click(<onclick="document.getElementById('form-captcha').submit();return false;">, "Left Click", "No")
   wait for element(<innertext="thanks for voting">, "", "Appear")
}

 

HTH,

Justin

  • Like 1
Link to post
Share on other sites
  • 2 weeks later...

You also need to use proxies, but if you don't have proxies you could probably just have it navigate to hidemyass.com first and then enter the site from there. Good luck! PS. if you don't wanna get caught then you might wanna limit it. If she gets 10,000 votes and 2nd place only gets 35, then the site admins will figure something's up and look closer at the votes. Don't forget to set different user agents as well.

Link to post
Share on other sites
  • 2 weeks later...

can someone please help me with the same thing? http://www.pumpkinpa...mp/LoadComp/732 im not sure how to get into the lead with the capchas taking forever

If the captchas never load it's because they're not compatible with Google. Tell your proxy provider and if they can't get you proxies that work with captcha, then go somewhere else for proxies. Squid Proxies has them, but you have to request them.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...