dudealex Posted December 20, 2019 Posted December 20, 2019 can this code running but gets stuck on the first pixel search While(1) ;firstmove $OUT_POTION=False $pixels= PixelSearch(-1236, 695, -1032, 997, 0xB4BEC3,1) If Not(@error) Then MouseClick("left",$pixels[0],$pixels[1] 1, 1) Sleep (400) EndIf Sleep(300) ;secondmove MouseClick ("left",-1165, 761, 2, 30) Sleep(300) ;thirdmove $pixels2= PixelSearch(-1236, 695, -1032, 997, 0xB4BEC3,1) If Not(@error) Then MouseClick("left",$pixels2[0],$pixels2[1],1,1) Sleep (400) EndIf Sleep(80000) WEnd
Moderators JLogan3o13 Posted December 20, 2019 Moderators Posted December 20, 2019 @dudealex Welcome to the forum. Can you explain exactly what you're trying to accomplish? There is probably a better way. ====In case you missed it, this is a Mod stepping into a thread==== "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
dudealex Posted December 20, 2019 Author Posted December 20, 2019 no real reason just trying new things for fun. Very quick reply thank you btw
Developers Jos Posted December 20, 2019 Developers Posted December 20, 2019 To me it looks like the exact same request already closed by @JLogan3o13 So consider this that final warning before a permanent ban, 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.
Recommended Posts