-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working I had to manually click on accept this is false #5
Comments
i will check this night |
@amishjha do you have a multi-head monitor setup? If so I don't know how pyautogui handles this |
@amishjha if you're still having issues, I found another solution that might work better for you (and everyone else), you can see it here https://github.com/tsgsOFFICIAL/CS2-AutoAccept |
I wrote my own version of an auto acceptor in Rust as all the solutions I found were written in Python and that sucks for installation precedure reasons - I wanted to have a download and run solution. Matching on an image isn't the best, just match using a neighborhood of pixels. If they are all the same shade of green click it. Refer to my implementation: michihupf/cs2-acceptor That should fix everything. I am not quite sure how pyautogui searches for the button but I am quite certain that is just looks for a part in the screen that looks the same. This is basically impossible as the accept button pulsates slightly and never really has the same color. Taking a stationary screenshot of the button and trying to match that will lead to problems. I hope I could give some insights :D (Edit: Just tested it. Your attached image doesn't work either) |
Your script was running in the background the cs2 window was open it did not click on accept automatically i waited for a 10 seconds till i became 0:05 left i clicked on accept manually. How otherwise do you expect this to run?
The text was updated successfully, but these errors were encountered: