xentaris Posted February 12, 2012 Posted February 12, 2012 can anyone help me with making a script for me?im realy new in autoiti need :run script with buton enterfunc :search for a pixel on a coordoante(i set up the coordonate and color),if fount move mouse to a coordonate,if not waitdelay 1000,left click on the coordoante inputed ,reapeat infinitly all the scripthnx for the dude who spends 5 minutes to help met
Developers Jos Posted February 12, 2012 Developers Posted February 12, 2012 can anyone help me with making a script for me?im realy new in autoiti need :run script with buton enterfunc :search for a pixel on a coordoante(i set up the coordonate and color),if fount move mouse to a coordonate,if not waitdelay 1000,left click on the coordoante inputed ,reapeat infinitly all the scripthnx for the dude who spends 5 minutes to help metYou are kidding now ..right?So: Start reading our forum rules, then start doing some reseach and come back when you get stuck with code you have written.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Xandy Posted February 12, 2012 Posted February 12, 2012 (edited) put the coords in a list: $coord[0][0]= $x $coord[0][1]= $y $coord[1][0]= $x $coord[1][1]= $y put the colors in a list: $colordata[0][0]= $red $colordata[0][1]= $green $colordata[0][2]= $blue note: I use rgb because the decimal color sometimes reads -1 or something in browsers and who knows where else. If decimal color will work for you color list could be: $colordata[0]= $color That's how I would do it. Edited February 12, 2012 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker)
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