Greetings, My name is Sergio and I've been writing lines in AutoIT v3 for days, but I can't manage to let it work. I'm trying to make a shotbot, people on this forum would call it "Triggerbot" because it triggers the left mouse button once it reads a specific colour. This code used to work before, but they patched it, and I don't know how to bypass it. While True $color = PixelGetColor(@DesktopWidth / 2, @DesktopHeight / 2) If $color = 16646144 Or $color = 16711680 Then MouseClick("left") Sle