miketh2005 Posted September 12, 2009 Posted September 12, 2009 Will this script work? Please help, thanks. Func Bot() $coord = PixelSearch(0, 0, 4, 187, 0xB20000) If Not @error Then MouseClick("primary", $coord[0], $coord[1], 2) Sleep(5000) ;five seconds MouseClick("primary", 1230, 167) Bot() EndIf If @error Then Bot() EndIf EndFunc ;==>Bot
jvanegmond Posted September 12, 2009 Posted September 12, 2009 If you want to see if a script works, you put it in a .au3 file and run it. github.com/jvanegmond
Developers Jos Posted September 12, 2009 Developers Posted September 12, 2009 Looks to me you are opening up a second thread on the same subject to see if you get response this time. 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.
miketh2005 Posted September 12, 2009 Author Posted September 12, 2009 How do I make it so that if it finds nothing after 30 seconds it do another function?
miketh2005 Posted September 12, 2009 Author Posted September 12, 2009 (edited) Ok, this script doesn't work at all. I don't know why, that's why I asked here. Did all the helpful people leave? Edited September 12, 2009 by miketh2005
Developers Jos Posted September 12, 2009 Developers Posted September 12, 2009 Stick to the other thread! *Click* 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.
Recommended Posts