Jump to content

Recommended Posts

Posted

Usage explanation: >link

Not sure if that covers those two parameters, but should help with understanding concept.

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Posted

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 ~ getENVvars
My 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

 

Posted

I guess you didn't read what I wrote xD

This script should search Image on my desktop, not in game :D

 

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

  • Moderators
Posted

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

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted

No problem :)

Post your solution so others can see how you figured it out ;)

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My 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

 

Posted (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 by boththose

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Posted

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).

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...