Currently using Mouseclick
new to this
im trying to make it fully open a program
i got it to double click on the program and it asks me if i want to run this "Yes", "no"
what could i put in this to click Yes
could use alot of tips too
9::
ImageSearch, x, y, 0, 0, 600, 800, *200 fire.JPG
mousemove, x, y
MouseClick, left
MouseClick, left
return
5::