ecthros / uncaptcha2

defeating the latest version of ReCaptcha with 91% accuracy
http://uncaptcha.cs.umd.edu
4.96k stars 462 forks source link

Solution for hard coded coordinates #5

Closed ghost closed 5 years ago

ghost commented 5 years ago

The run.py file contains many hard-coded coordinates which need to be changed every time on setup, this can be solved by using the pyautogui.locateOnScreen() function where you just need to pass the image file of something which you need to click on. If you would like then I can work on this.