Jump to content
UBot Underground

A bit of bot help..?


Recommended Posts

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

Link to post
Share on other sites

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

Link to post
Share on other sites

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-french-job.com/videos.php?show=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

Link to post
Share on other sites

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 ;)

Link to post
Share on other sites

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-french-job.com/videos.php?show=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}

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...