This is an automated non-browser based recaptcha/cloudfare solver for the famous discord bot poketwo. It uses scrappey to solve captchas and logs them in a mongoDB.
Since this is a now free solver. No support will be provided. Any contacts made for assistance will be ignored. Check my other repository if you wish to get a better solver.
- Fully Automated
- Under 2mins solving speed on system provided proxies
- Under 80s solving speed on webshare proxies
- Under 20s solving speed on iproyal proxies
- Embedded with a log checker for your clients
Please follow the following steps to run this solver yourself!
- Install Node.js: Download Node.js from Here.
- Download the following listed libraries using
npm install <library_name>
:- mongodb
- express
- axios
- Configure the port on line
6
inserver.js
. - Configure the mongoDB uri on line
11
inserver.js
. - Configure the host on line
162
inindex.html
. - Run the server using
node server.js
.
Skip step 4 if youre using nomongo version
- /solve - To solve the captcha.
- /credits - To check available Balance of a user.
- /logs - To get json of logs of a user.
- /logger - To get a web-based GUI for checking logs.
You need to sign up at app.scrappey.com
and then verify your email for 175 free solves.
You can make multiple keys and provide to the clients as needeed.
- Make the license-management more robust.
- Improve the logger.
- Experiment to reduce solving time.
Make a Discord-bot to automatically generate scrappey api-keys.- Add a way to reset keys.