Jump to content

Recommended Posts

Posted (edited)

im using a very simple search...

$xpos = 65
            $ypos = 450
            $xp = 0
            
            Do
                $ypix = PixelGetColor($xpos, $ypos - $xp)
                ConsoleWrite($ypix&"  "&$ypos-$xp&@lf)
                $xp = $xp + 1
                MouseMove($xpos,$ypos - $xp)
            Until $ypix = 9075796 Or $xp = 200
            If $xp = 250 Then
                MsgBox(0, "", "$XP=250", 0)
                endif

it takes seconds in vist, and have been running this on xp and its done in millisenconds... any ideas.... please dont say its me PC

OS windows Vista :) x64bit

Quad core 4x@2.4 GHZ

4GB ram

9800gtx in SLI

Edited by Aceguy
Posted

I am wondering the exact same thing. I wrote a simple OCR function using PixelGetColor and PixelSearch and it takes over 20 seconds to parse no more than one word. I haven't tested it on XP, but can anybody shed any light on this issue?

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
×
×
  • Create New...