Jump to content

Recommended Posts

Posted

Hi got this code

HotKeySet("{F11}","_Exit")



While 1 
    $Variable = PixelSearch(28, 30, 984, 695, 0xF7B2B5) ; I think this is the problem;
            If IsArray($Variable) = True Then
            MouseMove($Variable [0], $Variable [1], 1)          
                    MouseClick( "left")
            Sleep(4000)

            EndIf
WEnd ;where loop ends


Func _Exit()
    Exit 0
EndFunc

when I run it

it keeps going top left corner

But I want it to look all over the screen

can you guys help me please?

thanks

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