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") Sleep(30) EndIf WEnd So I'm trying my best to make another one, but nothing works. Could someone help me please? I do even pay for it. (If it works ofcourse.) If you want to help me personally, just add my msn which is <removed> Maybe you don't have to write a whole new 'code'. If you think you can bypass the old one, it's all good. Sorry for my bad English, my main language is Dutch. -Sergio