Jump to content

Pixelsearch and Send


Recommended Posts

Hey Guys :)

Im really new at all of this scripting.

Im trying to make a program that will click a series of key if a certain pixel is present, however when I run the scrip all I get is some "bling" noices

Would appreciate some help :)

While $i <= 10

$coord = PixelSearch(627, 155, 661, 169, 0X2A0A22)

If Not @error Then

Send("DOWN")

Sleep(1000)

Send("DOWN")

Sleep(1000)

Send("DOWN")

Sleep(1000)

Send("UP")

Sleep(1000)

Send("Enter")

Sleep(1000)

EndIf

Edited by affelol45
Link to comment
Share on other sites

  • Moderators

Hi, affelol45, what application are you trying to interact with? Based on the type of app, there may be other ways to do what you would like in the window.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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