Jump to content

Recommended Posts

Posted (edited)

 

 

i am using a script like this

Quote

While True

        $cords = PixelSearch(918, 871,1094, 908,0x3C4444)
     If Not(@error) Then
     Send("{e down}")
      Sleep(10)
      Send("{e up}")
      Sleep(10)
      ContinueLoop
     EndIf
     $cords = PixelSearch(918, 871,1094, 908,0x3D4545)
     If Not(@error) Then
     Send("{e down}")
      Sleep(10)
      Send("{e up}")
      Sleep(10)
      ContinueLoop
     EndIf
     $cords = PixelSearch(918, 871,1094, 908,0x3C4445)
     If Not(@error) Then
     Send("{e down}")
      Sleep(10)
      Send("{e up}")
      Sleep(10)
      ContinueLoop
     EndIf
     $cords = PixelSearch(918, 871,1094, 908,0x3C4443)
     If Not(@error) Then
     Send("{e down}")
      Sleep(10)
      Send("{e up}")
      Sleep(10)
      ContinueLoop
     EndIf
          $cords = PixelSearch(918, 871,1094, 908,0x3B4342)
     If Not(@error) Then
     Send("{e down}")
      Sleep(10)
      Send("{e up}")
      Sleep(10)
      ContinueLoop
     EndIf

WEnd

 

and i find it very slow i read the article of fast find but i don't understand and how to use it can someone help me eg get my script into fast find so i can have more stable performance and faster search speed

 

sorry i'm using google translator
I am Vietnamese
Edited by Jos
Please don't use these big fonts when posting
Posted
17 minutes ago, Jos said:

Tập lệnh này được sử dụng làm pixelsearch để làm gì không phải là cách tiếp cận tốt nhất nói chung?

https://youtu.be/aJmFQSH8ctc

this is my video when i use pixelsearch but it is really slow and also will be wrong click how can i improve it

 

 

  • Developers
Posted (edited)

You didn't answer my last question and given the impatience I can only assume this is about games so:

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...