Captcha Solving Current State - Trustmania/PGO-mapscan-opt GitHub Wiki
Captcha Solving - Current State
Right now, you can put a file named token_captcha.txt into the res folder. Then use the method found by @c00ni to get the captcha response:
-
Create a file named token_captcha.txt in your res folder.
-
Copy the javascript from here. Create a new bookmark and enter the whole javascript string into the url field, save it.
-
Wait until you get a message with "Hit return to read captcha token from res/token_captcha.txt file." back from the main0.py command window, it's important to only continue after that. After that message, you wait another 10-20 seconds.
-
Go to https://pgorelease.nianticlabs.com/ Now you can click that bookmark(let) from step 2 and you'll get the captcha.
-
After solving the captcha, it'll show you a pretty long string below the captcha, mark all of it and then use Ctrl+C to copy all of it.
-
Paste it into the file from step 1 and save that.
-
Now hit return in the command window of the tool and it'll verify the captcha for that account. Repeat from step 3 for every account, that needs verification.
I know it's not pretty or anything, it's more of a proof of concept for now.