Yurii Shtibel

Yurii Shtibel

Winning proposal
8 0
  • Projects 8
  • Rating 5.0
  • Rating 834

Budget: 4000 UAH Deadline: 3 days

I looked at the game and can do it through
OpenCV - computer vision for object recognition
pygetwindow - to get the hwnd of the window and work with a specific window

pywinauto - After obtaining the hwnd of the window, we can use pywinauto import Application to work with the window's size grid and get the correct click coordinates, etc.

win32api, win32con - these are modules from the pywin32 library, which allows working with the Windows API through Python. They provide access to functions of the Windows operating system, in our case, this is mouse clicking, but also window management, input, files, etc.

If we use this solution + random accuracy from 90% to 99% and random clicks on the screen, it will be difficult for the site's anti-fraud system to detect us because we behave like a live person + we work with the Windows API, and the site does not have access to information about whether we are making clicks or if they are mouse clicks through the Windows API. The site also does not know that we are analyzing images through OpenCV. And it sees us as a live person.