Jump to content


Photo

A bit of bot help..?


  • Please log in to reply
6 replies to this topic

#1 remy

remy

    Newbie

  • UBot Users
  • Pip
  • 4 posts
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 13 May 2012 - 02:56 AM

Hey everybody,

My mate's entered an online contest and the top guys have too many votes to be legit, and she'd be better for the job that's the prize anyway!

Trying to figure out how to boost her votes by about 2500 or more..

Is this somebody could help me out with please please?

Thanks!
r

#2 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 13 May 2012 - 06:44 AM

This would likely require a LOT of working proxies. Is that something you have?

John

#3 remy

remy

    Newbie

  • UBot Users
  • Pip
  • 4 posts
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 19 May 2012 - 03:55 AM

This would likely require a LOT of working proxies. Is that something you have?

John



Actually I've discovered it's only cookie based - not proxy's. Here's the site - any thoughts? goo.gl/JTmDY goo.gl/bIR1O

#4 rusty

rusty

    Advanced Member

  • Members
  • PipPipPip
  • 63 posts
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 19 May 2012 - 10:04 AM

Hi Remy, can you post the complete link? I can't seem to view it. Thanks.

#5 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 19 May 2012 - 01:28 PM

Well, it's definitely not cookies...it denied my second vote (and every attempt after) saying I already voted. I cleared out all cookies... here is the code I used:

ui stat monitor("Total Votes: ", #votes)
ui text box("No of Votes:", #total)
define Clear ALL Cookies {
shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")
delete folder("{$special folder("Application Data")}/Macromedia/Flash Player")
}
set(#votes, 0, "Global")
loop(#total) {
Clear ALL Cookies()
navigate("http://www.the-frenc...=4fb253e3f01c9", "Wait")
click(<id="vote-now">, "Left Click", "No")
wait(4)
if($exists(<innertext="Thank you very much for your vote!">)) {
then {
increment(#votes)
}
else {
}
}
}



John

#6 remy

remy

    Newbie

  • UBot Users
  • Pip
  • 4 posts
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 19 May 2012 - 10:40 PM

Hi Remy, can you post the complete link? I can't seem to view it. Thanks.



Here you go!

The comp ends late today so any help would be fantastic. Just need about 400 more - she only needs to be in the top 10 ;)

#7 remy

remy

    Newbie

  • UBot Users
  • Pip
  • 4 posts
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 19 May 2012 - 11:19 PM

Hi Remy, can you post the complete link? I can't seem to view it. Thanks.



Well, it's definitely not cookies...it denied my second vote (and every attempt after) saying I already voted. I cleared out all cookies... here is the code I used:

ui stat monitor("Total Votes: ", #votes)
ui text box("No of Votes:", #total)
define Clear ALL Cookies {
shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")
delete folder("{$special folder("Application Data")}/Macromedia/Flash Player")
}
set(#votes, 0, "Global")
loop(#total) {
Clear ALL Cookies()
navigate("http://www.the-frenc...=4fb253e3f01c9", "Wait")
click(<id="vote-now">, "Left Click", "No")
wait(4)
if($exists(<innertext="Thank you very much for your vote!">)) {
then {
increment(#votes)
}
else {
}
}
}



John


Hey guys - did that link I sent through a minute ago work?

It seems that if I go to cookies on my safari and clear that one out it'll let me vote about 20-30 times then it locks out my IP... any thoughts?

thanks!

{r}




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users