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
Edited by Valik, 21 December 2011 - 12:25 AM.



This topic is locked

