A script needs to be written where there is a touch UI
The task is to score 500+ and with random accuracy from 90% to 99%
The script must run locally on a PC. (any web solutions are not suitable)
Features of the game:
The colors of the platforms are the same (but the solution based on color recognition by pixel is not suitable because there are markers in the form of white dots)
The speed is the same only on the first two platforms, then it becomes random with increasing intensity
The size of the platforms varies depending on the previous move!
The game itself
https://stackem.xyz/casual
Deadline 1-3 days!
It will also take 1-2 days to check the script against the site's anti-fraud system!
Before placing a bid, check the game and make sure you can definitely create the script!!!
-
834 8 0 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.
…
I have also developed scripts for tapaloks, developed +15 scripts, and wrote scripts for similar games like Notpixel. You can check my portfolio; there are certain projects that I have developed.