IPB

Welcome Guest ( Log In | Register )

 
 How do you make an autoshooter?
Efficacy
post Mar 14 2010, 12:46 AM
Post #1


Newbie


Group: Members
Posts: 4
Joined: 14-March 10
Member No.: 38,451



So what I want, is if the color
is "0xA9CCD5" color (in hex) at my crosshair coordinates (512, 384), then left click.

Like so:
If color at MousePos (512, 384)="0xA9CCD5"
LeftClick
Else
Restart
End
End

Except, I don't know how to make it work for real.

Note: I am a very annoying noob. You must help the annoying noob, so he can help other annoying noobs for you later in the future. mad.gif

Thank you. rolleyes.gif
Go to the top of the page
 
+
dogmeat999
post Aug 28 2010, 12:53 PM
Post #2


Newbie


Group: Members
Posts: 5
Joined: 8-July 05
Member No.: 11,260



QUOTE(Efficacy @ Mar 14 2010, 12:46 AM) *
So what I want, is if the color
is "0xA9CCD5" color (in hex) at my crosshair coordinates (512, 384), then left click.

Like so:
If color at MousePos (512, 384)="0xA9CCD5"
LeftClick
Else
Restart
End
End

Except, I don't know how to make it work for real.

Note: I am a very annoying noob. You must help the annoying noob, so he can help other annoying noobs for you later in the future. mad.gif

Thank you. rolleyes.gif


im not to sure, but if its red, it will click, if not it wont, im not sure how to make it click on colours
while 1=1
Isred 512, 384
delay 50
leftclick

Else

End

end


--------------------
To day or Tomorrow some one shall get OWNED
Go to the top of the page
 
+


 



Lo-Fi Version Time is now: 9th September 2010 - 08:01 AM