
Originally Posted by
buxkaizhe
I wanted to make a AutoFire with autoit, thinking like 1 month++ and still can't find a way to make it.
Can someone please maybe give me a code or post a tutorial?
Its like detecting pixel colors at the center of the screen.
When its red, then it should fire, but if its green, stop firing.
You can contact me at facebook because I may be not active here
[FB]
Or in Mission Against Terror (CiB)
RoleID: 2275279
NName: [So`Zai]Lord
Thanks 
Cannot you use the 'if' 'else' coding technique..
EG.
If colour is red
'shoot'
ELSE colour is green
'Do nothing'
Tell us what programming language u r using...