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

  Reveal hidden contents

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

  Reveal hidden contents

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

  On 9/20/2014 at 2:51 PM, Pan69Stefan said:

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:

  Reveal hidden contents

 

Posted

No problem :)

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

Snips & Scripts

  Reveal hidden contents

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

  Reveal hidden contents

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