iMacros + Google Captcha

LimahCP

Newbie
Joined
Aug 1, 2011
Messages
4
Reaction score
0
Hey Guys,

I have a macro that is gathering competitor research through Google SERPS. Right now it runs a loop and loads a new PROXY after each loop.

PROBLEM:
Each time it loads a proxy, and runs a Google Search, I get a CAPTCHA from the G. This is causing my MACRO to stop, and that proxy doesn't run. Anyway around this?

Thanks,

LimahCP
 
You could make a bot that uses DeathByCaptcha or a similar solver.
 
you can test beatcaptchas{dot}com/imacroscode.html
 
what best captcha do you have?

if it deathbycaptcha i found the scrit at BWH.. just googling with keyword :

site:blackhatworld.com imacros captcha

you will found it..
 
Right, but where do I put this is my code. The Google CAPTCHA seems to have random timing, and I have a look that searches through 70-80 keywords. So where would I put this? I have a deathbycaptcha account, and even a macros that runs the Google captcha, but IDK where to put it without A) wasting CAPCTHA's by putting it after each keyword B) not breaking the script (even with errors off, it still can cause memory problems, etc).

So does anyone have an idea? Maybe an iMacros pro out there?

Thanks,

Patrick H.
 
Sorry for hijacking your topic but maybe you know some software that unblock google proxies using DBC (or other services)? I have some private proxies thay are often banned from G and I need to solve captcha to reuse them, but I do not want to do this manually and I do not now any tool to automate this :/
 
If you cannot attach any captcha solver then add this line in your macro after its first line.

!SET ERRORIGNORE YES

If any captcha came, you can simply ignore it and your macro will keep on working and move to next step with new IP. You may need to set Timeout setting for your steps in order to avoid default 30seconds timeout for each failed step.

Thanks
 
Back
Top