Fomelgaut Posted May 24, 2024 Posted May 24, 2024 While 1 $coord = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, #0x32A852) If Not @error Then MouseClick("left", $coord[0], $coord[1]) EndIf Sleep(100) WEnd C:\Users\HOME\Documents\gasgsa.au3 (2) : ==> Unable to parse line.: $coord = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, #0x32A852) $coord = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, ^ ERROR >Exit code: 1
Developers Jos Posted May 24, 2024 Developers Posted May 24, 2024 Is there a question here ? The arrow points to the invalid character! 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.
ioa747 Posted May 24, 2024 Posted May 24, 2024 (edited) change the color from #0x32A852 to 0x32A852 to forum Edited May 24, 2024 by ioa747 I know that I know nothing
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