Solve Captchas For Free Using DeCaptcher

Can everyone stop asking "is it working". Spend 10 minutes of your time and you will soon know. (or read the thread and see if there is anything good)
 
I cant understand why its being a problem to all of you guys in setting this up. I am using it almost daily and I use to solve 15-18k solutions, but yes, its right that it goes down time to time, looks like its a part of beta testing.
 
Does anybody try this ?
Does this work or it is another BS (no offense :) )
 
It works, pretty cool! I hit the thanks button for sure ;) dont know where you get that from but its nice!
 
The problem is that you will need to use your own bot with this one, because currently SenukeX, Magic Submitter don't have this dll and don't allow any change on the captcha server, which is very unfortunate, it's time to call for this feature to be enabled on them, coz also from time to time decaptcher has downtimes on their servers and email you with a temporary one, and we can't change due to these software policy which I think is somehow stupid.
 
Ok guys
Here is the API in C# with source code. Developed using Visual C# 2008 Express Edition. Works fine on both 32 bit and 64 bit platforms.

VirusTotal:
Code:
virustotal.com/file-scan/report.html?id=cdd3b1fdb93786d307b89fded5e73f4394cfc6ccc4fef5f4c652264f7951289f-1305897147

will look for feedback.

Thanks
 

Attachments

My results:

I used the provided login and server details. I tried with both the original decaptcher.dll and the one supplied in this thread. Tested in VSEO with Screenshot below.

47667196.png



The image below is using an authentic decaptcher.dll with my own details. This is to verify that it is not an error with the captcha testing in VSEO.

22972498.png
 
mmm I tried with c# and it's not working.

ret = CCprotoLogin(id, "solver.captchasocr.com", 3289, "decap", 5, "decap", 5);

it returns -3 < 0 = error
 
mmm I tried with c# and it's not working.

ret = CCprotoLogin(id, "solver.captchasocr.com", 3289, "decap", 5, "decap", 5);

it returns -3 < 0 = error
Use this
Code:
ret = CCprotoLogin(id, "http://solver.captchasocr.com", 3289, "decap", 5, "decap", 5);
http:// must be prefixed.
 
Use this
Code:
ret = CCprotoLogin(id, "http://solver.captchasocr.com", 3289, "decap", 5, "decap", 5);
http:// must be prefixed.

Yes, I had also tried that but same error.

The server of my current account was without "http://" anyway
 
The server of my current account was without "http://" anyway
You are missing some thing.
1: you will need to replace decaptcher.dll with the cracked one
2: use server, port, user and pass which u can find in ReadMe file.
 
Hello

I have found a reverse engineered decaptcher.dll which solves all type of captchas.

Attachment contains ReadMe, DeCaptcher.dll and virus total link.
Any of you can use this dll in place of decaptcher.dll and it will work. I have tested on Windows XP 32 BIT and Windows 2003 server 32 Bit and it worked fine.

Refer to ReadMe (attached) for user, pass, server and port.
http must be prefixed with server.

Virus Total:
Code:
virustotal.com/file-scan/report.html?id=2ffbfe94fb30332ccaf2219fd3b6d3fd8fdcb4a52f621e3b9877a7afd2f8e4f1-1305746539
How to use it:
1: Check VT for security purpose first .. lol
2: Download rar and ReadMe
3: In your bot, whichever you have and uses decaptcher. look for decaptcher.dll, replace the original dll with the one attached.
4: Refer to ReadMe for user, pass, port and server and use these in your configs
5: it worked for me same as decpatcher does.

NOTE: I have just tested with C# and VB apps and it worked fine on 32 BIT OS (XP And win 2003 servers)

Thank you


I dont think you can use with SeNuke because there is no way of editing the config file.
 
You are missing some thing.
1: you will need to replace decaptcher.dll with the cracked one
2: use server, port, user and pass which u can find in ReadMe file.

Sorry. I'm an idiot.........

I replaced the decaptcher.dll in the main folder while I should have replaced it on bin/debug folder instead since the .exe was there

thank you very much :D
it works!!!!
 
Sorry. I'm an idiot.........

I replaced the decaptcher.dll in the main folder while I should have replaced it on bin/debug folder instead since the .exe was there

thank you very much :D
it works!!!!
Its good to hear that it finally worked for you. What app u r using it with, right now I have confirmed information of following programs that it works with these.
1: Mailer King and other MyAddTools
2: Clad Genius
3: Ticket Master / Ticket Helper

In addition it will likely work with most of programs which uses DeCaptcher's provided decaptcher.dll.


Thanks
 
Last edited:
Its good to hear that it finally worked for you. What app u r using it with, right now I have confirmed information of following programs that it works with these.
1: Mailer King and other MyAddTools
2: Clad Genius
3: Ticket Master / Ticket Helper

In addition it will likely work with most of programs which uses DeCaptcher's provided decaptcher.dll.


Thanks

It's my own app.

I call decaptcher's api from my program
 
Just a quick note:
I have found deathbycaptcha dll as well which works on same server to solve images. will post it here as well once I finish testing and found it working.
 
Back
Top