riceking Posted October 16, 2008 Posted October 16, 2008 I tried searching but no help plz if u can help me. I want to have autoit search a specific pixel and if it turns r=0 b=0 g=255 a=0 then it will click alot if not it won't. plz help, thx \
dbzfanatic Posted October 16, 2008 Posted October 16, 2008 $pix = PixelSearch(0,0,@DesktopWidth,@DesktopHeight,0x0000FF);should work, I just woke up so it may not MouseClick("left",$pix[0],$pix[1],1,0) Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
riceking Posted October 17, 2008 Author Posted October 17, 2008 thx so much, btw uhhh how do u know all the function commands is there a tutorial? thx btw \
AlmarM Posted October 17, 2008 Posted October 17, 2008 There is something called the 'Help File'. AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
riceking Posted October 18, 2008 Author Posted October 18, 2008 There is something called the 'Help File'.AlmarMhow O.O where, sorry im just new \
oMBRa Posted October 18, 2008 Posted October 18, 2008 u can find it in the autoit folder or open the autoit editor then press F1
dbzfanatic Posted October 18, 2008 Posted October 18, 2008 u can find it in the autoit folder or open the autoit editor then press F1Bit of a warning about F1 and SciTE. For me (multiple computers) it seems the script has to be saved for F1 to respond so don't think things aren't working if it doesn't appear immediately. Just go to Help>Help . Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now