Hey guys, I'm working on a basic auto-clicker script using PyAutoGUI to help with some repetitive tasks in a game I'm playing. The weird thing is, it works perfectly fine on my desktop and in Chrome, but the second I tab into the game window, it just stops clicking. The mouse moves to the right spot, but nothing happens. I've already tried running my IDE as administrator, but no luck. Has anyone else run into this? Is it an anti-cheat thing or am I just missing something simple in my code?