Gesuchter Posted November 12, 2013 Posted November 12, 2013 Hey guys, I got a big problem. I have installed ImageSerach succesfully, but it doesn't really work like I want. I just want to send you my Code: #include<ImageSearch.au3> $x = 0 $y = 0 $res = _imagesearch('Leer.bmp',1,$x,$y,100) If $res = 1 Then MouseMove($x,$y,100) EndIf while 1 Sleep(100) WEnd And if I want to run the script I'll get the following errors: >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\Geist\Desktop\Papierkorb leeren.au3" /UserParams +>22:36:19 Starting AutoIt3Wrapper v.2.1.2.9 Environment(Language:0407 Keyboard:00000407 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:\Program Files (x86)\AutoIt3 +>22:36:19 AU3Check ended.rc:0 >Running:(3.3.8.1):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\Geist\Desktop\Papierkorb leeren.au3" --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop C:\Program Files (x86)\AutoIt3\Include\ImageSearch.au3 (40) : ==> Subscript used with non-Array variable.: if $result[0]="0" then return 0 if $result^ ERROR ->22:36:19 AutoIt3.exe ended.rc:1 >Exit code: 1 Time: 0.311Please help...
water Posted November 12, 2013 Posted November 12, 2013 Welcome to AutoIt and the forum! Can you please tell us which program you try to automate? Most of the the time there are faster and more reliable ways to do what you want to do. My UDFs and Tutorials: Reveal hidden contents UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
water Posted November 12, 2013 Posted November 12, 2013 I know! I've seen your thread. But why do you need ImageSearch at all? What do you try to achieve? Which programs do you try to outomate? My UDFs and Tutorials: Reveal hidden contents UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Belini Posted November 12, 2013 Posted November 12, 2013 (edited) @Gesuchter thus try: #include <ImageSearch.au3> $x1 = 0 $y1 = 0 If FileExists('Leer.bmp') = 0 Then MsgBox(0, "Error", "The sample image was not found!", 4) Exit EndIf While 1 $res = _ImageSearch('Leer.bmp', 1, $x1, $y1, 0) If $res = 1 Then MouseMove($x1, $y1, 100) ExitLoop EndIf Sleep(100) WEnd Put 'Leer.bmp' in the same folder as the script Edited November 12, 2013 by Belini My Codes: Reveal hidden contents Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Reveal hidden contents Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ
Gesuchter Posted November 13, 2013 Author Posted November 13, 2013 Doesn't work.. I have done every thing like you told me but there is the same error. >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\Geist\Desktop\Neuer Ordner\Papierkorb leeren.au3" /UserParams +>09:35:33 Starting AutoIt3Wrapper v.2.1.2.9 Environment(Language:0407 Keyboard:00000407 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:\Program Files (x86)\AutoIt3 +>09:35:33 AU3Check ended.rc:0 >Running:(3.3.8.1):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\Geist\Desktop\Neuer Ordner\Papierkorb leeren.au3" --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop C:\Program Files (x86)\AutoIt3\Include\ImageSearch.au3 (40) : ==> Subscript used with non-Array variable.: if $result[0]="0" then return 0 if $result^ ERROR ->09:35:33 AutoIt3.exe ended.rc:1 >Exit code: 1 Time: 1.032 My PC: ·Windows 7 Home Premium ·Intel® Core i7-3770 CPU @ 3.40GHz 3.40GHz ·Ram: 8,00 GB ·64 BIt-System My AutoIT: ·Latest version: v3.3.8.1
water Posted November 13, 2013 Posted November 13, 2013 Is it correct that you want to write a script that empties the wastebasket? I'm sure there are better ways than to search the icon and click on it. To let us help you we need some information about what you try to achieve! My UDFs and Tutorials: Reveal hidden contents UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Gesuchter Posted November 13, 2013 Author Posted November 13, 2013 I want to make a starter of a game... Like every round ther's coming a start button and if I'm afk I'll start the programm and it will press the start button it self.
Moderators Melba23 Posted November 13, 2013 Moderators Posted November 13, 2013 Gesuchter,So you want to write a bot to start the game automatically by finding the image of the buutton on the screen? You appear not to have read the Forum rules since you have been here. Please read them now (there is also a link at bottom right of each page) - particularly the bit about not discussing game launching - and then you will understand why you will get no more help and this thread will now be locked. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Reveal hidden contents ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts