TiTiwut Posted July 18, 2016 Posted July 18, 2016 Please Help me It me code #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseX64=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include "ImageSearch.au3" HotKeySet("s", "start") HotKeySet("{Esc}", "stop") $X = 0 $Y = 0 Func start() $search = _ImageSearch('1.png', 0, $X, $Y, 0) If $search = 1 Then MouseClick("Left", $X, $Y, 1, 1) MouseMove($X+100, $Y, 1) Sleep(100) EndIf EndFunc Func stop() Exit EndFunc While 1 Sleep(100) WEnd When me start Func it will appear Here pic Sure before i will start this topic me essay at will fix it and try to search this forum But i can't see way to fix this problem i hope you will help me thankyou me Is Thailand If u don't understand at me write i'm sorry And if this forum already have topic at fix this problem I'M SORRY
SadBunny Posted July 18, 2016 Posted July 18, 2016 For everyone else, here's the pic: Your error is in your ImageSearch.au3 file, not in the code you posted. It could have several causes. When and where did you get which version? And did you make any changes to that file yourself? Roses are FF0000, violets are 0000FF... All my base are belong to you.
Danyfirex Posted July 18, 2016 Posted July 18, 2016 Hello. Are you using x64 imagesearch library? Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
TiTiwut Posted July 19, 2016 Author Posted July 19, 2016 4 hours ago, Danyfirex said: Hello. Are you using x64 imagesearch library? Saludos Yes x64 ImageSearch
TiTiwut Posted July 19, 2016 Author Posted July 19, 2016 5 hours ago, SadBunny said: For everyone else, here's the pic: Your error is in your ImageSearch.au3 file, not in the code you posted. It could have several causes. When and where did you get which version? And did you make any changes to that file yourself? Well! i already try change ImageSearch.au3 file but it still the same XD
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