GSA Captcha Breaker - Solve Unlimited Captchas for One Time Fee - 100% 5 Day Free Trial

Apologies ahead of time. I have CB for over two years along with indexer, url I have used CB less than 10 times. I was getting an error message about CB been blocked by firewall or anti virus. I was able to solve that issues but now GSA gives me a message saying that communication was successful and it opens up, but it doesn't show any activity inside CB when GSA is running. it worked for me last year but not anymore. Any suggestions?

So the CB logs isn't showing captchas? Can you try restarting CB and SER, but right click on the desktop icons and run them as admin.

Waiting from long time and just paid for it. I hope I will enjoy it.

Thanks, just responded to your PM.
 
3.24 - new: many new captcha types added

---

Use coupon code, "Spring" to get SER for $79 and Captcha Breaker for $110.


z2uw3vp
 
Grrr.. Tried to post and it WONT LET ME POST URLS! How the heck can I ask for help withpout giving the information. Ok, well heres my post without urls ! Good Grief!


I have read this (THIS WAS AN URL-HOPE YOU CAN DECIPHER IT) DOCU GSA ONLINE DE /CAPTCHA BREAKER /MACRO and can not get it to download the captcha! I am trying to run imacros with GSA Captcha breaker with Imagetyperz and DeathbyCaptcha for reCaptcha's or unsolvable captchas. Here is my code:

Code:
URL GOTO=My game url
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ID:Form ATTR=NAME:newsletter CONTENT=NO
TAG POS=2 TYPE=INPUT:CHECKBOX FORM=ID:Form ATTR=NAME:newsletter CONTENT=NO
TAG POS=1 TYPE=BUTTON FORM=ID:Form ATTR=TXT:Enter
WAIT SECONDS=1
TAG POS=1 TYPE=DIV ATTR=ID:sm_item_click_area1
WAIT SECONDS=1
EVENT TYPE=CLICK SELECTOR="#sm_item_click_area0" BUTTON=0
WAIT SECONDS=1


EVENT TYPE=CLICK SELECTOR="#sm_large_play_btn_vpaid" BUTTON=0 


WAIT SECONDS=15
FRAME F=0 
EVENT TYPE=CLICK SELECTOR="#sm_finish_btn" BUTTON=0 
WAIT SECONDS=1
FRAME NAME=undefined
TAG POS=1 TYPE=DIV ATTR=CLASS:recaptcha-checkbox-checkmark
WAIT SECONDS=1
FRAME NAME="undefined"
EVENT TYPE=CLICK SELECTOR="#recaptcha-anchor>DIV:nth-of-type(5)" BUTTON=0
WAIT SECONDS=1




' read/write permissions set
FILEDELETE NAME=c : \ TEMP\ captcha.jpg
ONDOWNLOAD FOLDER=C : \ TEMP\  FILE= captcha.jpg WAIT=YES


'The actual URL with the captcha to download. Change the bold part to the one you need
'TAG POS=1 TYPE=IMG ATTR=SRC: GOOGLE RECAPTCHA API URL * CONTENT=EVENT:SAVEITEM
TAG POS=1 TYPE=IMG  ATTR=HREF: GOOGLE RECAPTCHA API URL* CONTENT=EVENT:SAVEITEM
TAB OPEN
TAB T=2
SET !TIMEOUT 120
URL GOTO=http : / /127.0.0.1 :80 /gsa_test .gsa
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:/gsa_test.gsa ATTR=NAME:file CONTENT=C:\TEMP\captcha.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gsa_test.gsa ATTR=VALUE:Submit
TAG POS=1 TYPE=BODY ATTR=ID:captcha_result EXTRACT=TXT


SET !TIMEOUT 60
TAB T=1
SET !VAR1 {{!EXTRACT}}


TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT  ATTR=ID:recaptcha_response_field CONTENT="{{!var1}}"
'paste submit below


TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=*

The imacros script goes to the website, does everything its suppose to do, up until its suppose to download the image... I check and there's no image in the folder and when it goes to this (ANOTHER URL I CANT SHOW) 127 0 0 1 /gsa test gsa (tab 2) .. the page is blank. Takes me back to tab 1 where the reCaptcha is still there. Meanwhile I see nothing happening in the GSA. I am a complete newbie, and I've honestly given this a heck of a try.. can someone please help me.


I realize its hard to provide help or suggestions without seeing the actual code, but I am unable to post URLS as a newbie! You can reach me on skype if needed tammyohagan

Thank you
 
Grrr.. Tried to post and it WONT LET ME POST URLS! How the heck can I ask for help withpout giving the information. Ok, well heres my post without urls ! Good Grief!


I have read this (THIS WAS AN URL-HOPE YOU CAN DECIPHER IT) DOCU GSA ONLINE DE /CAPTCHA BREAKER /MACRO and can not get it to download the captcha! I am trying to run imacros with GSA Captcha breaker with Imagetyperz and DeathbyCaptcha for reCaptcha's or unsolvable captchas. Here is my code:

Code:
URL GOTO=My game url
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ID:Form ATTR=NAME:newsletter CONTENT=NO
TAG POS=2 TYPE=INPUT:CHECKBOX FORM=ID:Form ATTR=NAME:newsletter CONTENT=NO
TAG POS=1 TYPE=BUTTON FORM=ID:Form ATTR=TXT:Enter
WAIT SECONDS=1
TAG POS=1 TYPE=DIV ATTR=ID:sm_item_click_area1
WAIT SECONDS=1
EVENT TYPE=CLICK SELECTOR="#sm_item_click_area0" BUTTON=0
WAIT SECONDS=1


EVENT TYPE=CLICK SELECTOR="#sm_large_play_btn_vpaid" BUTTON=0 


WAIT SECONDS=15
FRAME F=0 
EVENT TYPE=CLICK SELECTOR="#sm_finish_btn" BUTTON=0 
WAIT SECONDS=1
FRAME NAME=undefined
TAG POS=1 TYPE=DIV ATTR=CLASS:recaptcha-checkbox-checkmark
WAIT SECONDS=1
FRAME NAME="undefined"
EVENT TYPE=CLICK SELECTOR="#recaptcha-anchor>DIV:nth-of-type(5)" BUTTON=0
WAIT SECONDS=1




' read/write permissions set
FILEDELETE NAME=c : \ TEMP\ captcha.jpg
ONDOWNLOAD FOLDER=C : \ TEMP\  FILE= captcha.jpg WAIT=YES


'The actual URL with the captcha to download. Change the bold part to the one you need
'TAG POS=1 TYPE=IMG ATTR=SRC: GOOGLE RECAPTCHA API URL * CONTENT=EVENT:SAVEITEM
TAG POS=1 TYPE=IMG  ATTR=HREF: GOOGLE RECAPTCHA API URL* CONTENT=EVENT:SAVEITEM
TAB OPEN
TAB T=2
SET !TIMEOUT 120
URL GOTO=http : / /127.0.0.1 :80 /gsa_test .gsa
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:/gsa_test.gsa ATTR=NAME:file CONTENT=C:\TEMP\captcha.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gsa_test.gsa ATTR=VALUE:Submit
TAG POS=1 TYPE=BODY ATTR=ID:captcha_result EXTRACT=TXT


SET !TIMEOUT 60
TAB T=1
SET !VAR1 {{!EXTRACT}}


TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT  ATTR=ID:recaptcha_response_field CONTENT="{{!var1}}"
'paste submit below


TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=*

The imacros script goes to the website, does everything its suppose to do, up until its suppose to download the image... I check and there's no image in the folder and when it goes to this (ANOTHER URL I CANT SHOW) 127 0 0 1 /gsa test gsa (tab 2) .. the page is blank. Takes me back to tab 1 where the reCaptcha is still there. Meanwhile I see nothing happening in the GSA. I am a complete newbie, and I've honestly given this a heck of a try.. can someone please help me.


I realize its hard to provide help or suggestions without seeing the actual code, but I am unable to post URLS as a newbie! You can reach me on skype if needed tammyohagan

Thank you

We have a full support forum where this would be better to post there so Sven (developer) can assist. I'm not experienced at all with Imacros so I won't be able to help with that code. If you can, please post this on the support forum or shoot in an email.
 
We have a full support forum where this would be better to post there so Sven (developer) can assist. I'm not experienced at all with Imacros so I won't be able to help with that code. If you can, please post this on the support forum or shoot in an email.


Thank you, I will try over there!
 
We have a full support forum where this would be better to post there so Sven (developer) can assist. I'm not experienced at all with Imacros so I won't be able to help with that code. If you can, please post this on the support forum or shoot in an email.
Well I posted on the support forum and still have no answers. The "support" is not very supportive! Sad too, if you google GSA+imacros you will find LOTS of people who are willing to pay for this software if only they could get it to work with imacros with some assistance. I personally can not even figure out how to make GSA run/work with or without imacros.. not a clue.
 
Well I posted on the support forum and still have no answers. The "support" is not very supportive! Sad too, if you google GSA+imacros you will find LOTS of people who are willing to pay for this software if only they could get it to work with imacros with some assistance. I personally can not even figure out how to make GSA run/work with or without imacros.. not a clue.

Sorry about that. The problem is we don't have any experience with imacros scripting language. I thought Sven might know a bit more about it, but it turns out he's never used it either. The little bit of imacros information you see in the manual was sent from a customer who was nice enough to provide it for others. I found an old post on the GSA forum from 2013 where someone recommended using beatcaptchas imacros code, then simulate that service with CB and you'll get a connection. Unfortunately, I just checked beatcaptcha and it appears that service is no longer in service (sold on flippa). However, I did find bypasscaptcha imacros code: https://bypasscaptcha.com/imacros.php - I'm not sure if that would be useful for you? If not sure if imacros has an active community but maybe they can give better advice here.

You mentioned you couldn't get it to work with other software. I'll gladly walk you through that. We have many people using CB daily with other software so let me know what software you're trying to connect with and I'll help ya with that no prob.
 
Just wanted to say I'm very glad I bought Captcha Breaker! I was using another popular program for the longest time and now that I have CB I'm kicking myself for not getting it earlier. 15% solve rate for the other program vs 70% for CB!

Cheers
 
3.26 - new: improved speed again for some filter types
3.25 - new: improved speed a bit
- new: added some new captcha types

--

Use coupon code, "Spring" to get SER for $79 and Captcha Breaker for $110.


z2uw3vp
 
GSA CB is amazing software, happy I bought it! Having issues with PowerSuite software using it though, whatever I try doesn't work. Otherwise, when I use it with GSA SER it is smooth and has saved me a lot of money! Great job! Solid coding, never crashes on me like GSA Proxy Scraper does.
 
GSA CB is amazing software, happy I bought it! Having issues with PowerSuite software using it though, whatever I try doesn't work. Otherwise, when I use it with GSA SER it is smooth and has saved me a lot of money! Great job! Solid coding, never crashes on me like GSA Proxy Scraper does.

Thanks for the feedback. Have you tried this method to connect with powersuite? http://docu.gsa-online.de/captcha_breaker/seo_powersuite

Although, if powersuite is mostly showing recaptcha, CB might not help much.

Also, if you're having problems with the PS, lmk.
 
i trying buy this Bundle and see $195.5. Why?

invoice.jpg

OR

Get GSA SEO Bundle which includes GSA Search Engine Ranker, GSA Captcha Breaker, & GSA SEO Indexer for $167 - (if you have problems during checkout, please try in a different browser)

WykZJKE
 
i trying buy this Bundle and see $195.5. Why?

Ya unfortunately that other price was temporary. If you're planning to buy all 3 software, its still cheaper to get it in the bundle than purchasing separately.
 
3.28 - new: improved captcha service emu
- new: added some nre captcha types

---

Use coupon code, "Spring" to get Captcha Breaker for $110.


z2uw3vp
 
I found this post on top 5 (google) while just searching for the program "captcha breaker"

I know this is a very old post but I am wondering if you have kept up to date with the newer captchas

If you still offer this service please send me a PM with a link or post for everyone to see.

Thank You
 
I found this post on top 5 (google) while just searching for the program "captcha breaker"

I know this is a very old post but I am wondering if you have kept up to date with the newer captchas

If you still offer this service please send me a PM with a link or post for everyone to see.

Thank You

Yes, the software is still updated. Last update was on the 17th (last month) for Captcha Breaker.

For newer captchas, it would be best if you had some examples, then I can see if CB can solve them.

So yes, CB is still alive and often updated. :)
 
Back
Top