Xtremiz Posted August 29, 2018 Posted August 29, 2018 This is a sample of what i'm Doing. $X=0 $Y=0 If $thisimage1=1 Then MouseMove($X,$Y,0) MouseClick("Left") If $thisimage2=1 Then MouseMove($X,$Y,0) MouseClick("Left") If $thisimage3=1 Then MouseMove($X,$Y,0) MouseClick("Left") EndIf EndIf EndIf The problem is after the variable $thisimage1 is true then proceeding to $thisimage2 and $thirdimage3, the second and third IF doesn't search for the image. Can anybody give some insights or suggestions? thanks
FrancescoDiMuro Posted August 29, 2018 Posted August 29, 2018 @Xtremiz What is this for? Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Xtremiz Posted August 29, 2018 Author Posted August 29, 2018 Im just needing a research on how do I do this with imagesearch. Looking for some guidance.
FrancescoDiMuro Posted August 29, 2018 Posted August 29, 2018 @Xtremiz Can you provide the image you are trying to search on? Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Xtremiz Posted August 29, 2018 Author Posted August 29, 2018 I think the image is the problem. I tried searching for this image but for no luck it cant be found using image search. https://ibb.co/hviG8U
Moderators Melba23 Posted August 29, 2018 Moderators Posted August 29, 2018 Xtremiz, Just how is this different from your previous, now locked, thread? 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: Spoiler 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
Xtremiz Posted August 29, 2018 Author Posted August 29, 2018 (edited) the difference is that your rule has exploitations. ~_~ yes this is game related research but im not asking for bot scripts im doing my own script just needing a little assistance Edited August 29, 2018 by Xtremiz
caramen Posted August 29, 2018 Posted August 29, 2018 (edited) The little guess is... We wont assist game automation. Edit: You got some luck i guess becose i was locked and warned much much faster than you. Edited August 29, 2018 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Moderators Melba23 Posted August 29, 2018 Moderators Posted August 29, 2018 Xtremis, Quote yes this is game related research And so this thread gets locked too. caramen, Making snide remarks like that will not help your case in any future transgressions, so I suggest that you refrain from making them. 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: Spoiler 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