A bit of bot help..?
#1
Posted 13 May 2012 - 02:56 AM
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
Posted 13 May 2012 - 06:44 AM
John
#3
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
Posted 19 May 2012 - 10:04 AM
#5
Posted 19 May 2012 - 01:28 PM
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
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
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










