Jump to content

help with a script


xentaris
 Share

Recommended Posts

can anyone help me with making a script for me?

im realy new in autoit

i need :

run script with buton enter

func :

search for a pixel on a coordoante(i set up the coordonate and color),

if fount move mouse to a coordonate,

if not wait

delay 1000,

left click on the coordoante inputed ,

reapeat infinitly all the scrip

thnx for the dude who spends 5 minutes to help me

t

Link to comment
Share on other sites

  • Developers

can anyone help me with making a script for me?

im realy new in autoit

i need :

run script with buton enter

func :

search for a pixel on a coordoante(i set up the coordonate and color),

if fount move mouse to a coordonate,

if not wait

delay 1000,

left click on the coordoante inputed ,

reapeat infinitly all the scrip

thnx for the dude who spends 5 minutes to help me

t

You 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.
  :)

Link to comment
Share on other sites

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 by Xandy
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...