made simple enough, just tries to find specific color in specific coordinates :3
works only for 1920x1080 ( in future i will update this :p soo people with 2k, 4k dw! )
- Install Python 3.X if you haven't already
- Install source code and run
install.bat
( it's gonna download required libraries! ) - After console closed, run
start.bat
( it's gonna start main program!)
- After you start program by steps above ⬆️ it gonna show up window with text: "Trying to find 'ACCEPT' button..."
- Open CS2 and start searching for match ( keep cs2 opened, don't minimize it or etc. keep it active window )
- Then app gonna accept your match by itself!
it's simple! just change time.sleep value in line 38
37 if current_color == target_color:
38 time.sleep(4)
39 pyautogui.click(*coordinates)
for default this value is 4 seconds