MikahS Posted September 17, 2014 Share Posted September 17, 2014 Usage explanation: >link Not sure if that covers those two parameters, but should help with understanding concept. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
PanStefan Posted September 19, 2014 Author Share Posted September 19, 2014 (edited) I am still don't understand what those parameters mean :c Edited September 24, 2014 by Pan69Stefan Link to comment Share on other sites More sharing options...
Blue_Drache Posted September 19, 2014 Share Posted September 19, 2014 (edited) And this is different to your game botting question, how? Edited September 19, 2014 by Blue_Drache MikahS 1 Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Link to comment Share on other sites More sharing options...
PanStefan Posted September 20, 2014 Author Share Posted September 20, 2014 (edited) I guess you didn't read what I wrote xD This script should search Image on my desktop, not in game Edited September 20, 2014 by Pan69Stefan Link to comment Share on other sites More sharing options...
PanStefan Posted September 24, 2014 Author Share Posted September 24, 2014 Refresh? Link to comment Share on other sites More sharing options...
MikahS Posted September 25, 2014 Share Posted September 25, 2014 experiment with the _ImageSearch() functions last 2 params. As you can see, not to many people like or do a lot of things with image search. So, it might be up to you to do your own investigating. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
Blue_Drache Posted September 26, 2014 Share Posted September 26, 2014 I guess you didn't read what I wrote xD This script should search Image on my desktop, not in game I read exactly what you wrote and the code you posted in both threads. I fail to see a difference between both questions and both code snippets. I'm still calling this a game-related thread, based on your prior question and failure to read the rules. YOUR OPENING SENTENCE states you're re-asking a question from a banned topic. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 26, 2014 Moderators Share Posted September 26, 2014 Blue_Drache,You have already reported this thread once before and the Moderation team took no action - why report it a second time? You can call this what you want - we have decided that it we will let it run. If you want to discuss this further then please PM me. 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 Link to comment Share on other sites More sharing options...
PanStefan Posted October 1, 2014 Author Share Posted October 1, 2014 If You really want to close this, go ahead, i've find answers Btw, thanks you all guys for help. Pan Stefan. Link to comment Share on other sites More sharing options...
MikahS Posted October 1, 2014 Share Posted October 1, 2014 No problem Post your solution so others can see how you figured it out Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
iamtheky Posted October 1, 2014 Share Posted October 1, 2014 (edited) You can call this what you want it is not just You Drache, we all see exactly what you are seeing, because finding images on your desktop and moving your mouse to them in this fashion is useful to nobody. However, trying to bot their game window in this fashion should fail spectacularly, so maybe thats why this is allowed? Edited October 1, 2014 by boththose ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
PanStefan Posted October 1, 2014 Author Share Posted October 1, 2014 I've used PixelSearch because it's working better than ImageSearch (also ImageSearchArea wasn't better choise). HotKeySet ("s", "start") Func start() While 1 $dol = PixelSearch (1, x1, y1, x2, y2, color, tolerance) If $dol NOT @error Then MouseClick ("left", x, y, 2, 20) EndIf WEnd EndFunc If script isn't working - forgive me - i wrote that from memory(? XD). Link to comment Share on other sites More sharing options...
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