Jump to content

Please Help to Send Mouse Click & Get Pixel Color Event


Recommended Posts

Hello there!

I'm really stuck with those below. Spent two days searching google and this forum with no results.

First: Send "virtual" mouse drag/click/move event to certain inactive window (i.e. off-screen or minimized, or hidden window). So I want the mouse to stay "free" for my use all the time (need second mouse for macro, huh? How?). So it should be "invisible" drag/click/move event.

Second: Get pixel color from the same window as mentioned above.

Is it possible at all? What's the business logic in those functions? Please give me any info you can. Or a link I should read. Or the book I should read.

Oh, by the way, I want them for my EVE-Online mining BOT. And I think there's some kind of protection used.

Thanks in advance.

Kindest Regards, PublicEnemy.

Link to comment
Share on other sites

What is this bot for ?

If you take the time to actually read threads then being a idiot and calling people out you may have seen what he posted:

Oh, by the way, I want them for my EVE-Online mining BOT. And I think there's some kind of protection used.

Link to comment
Share on other sites

If you take the time to actually read threads then being a idiot and calling people out you may have seen what he posted:

Oh, by the way, I want them for my EVE-Online mining BOT. And I think there's some kind of protection used.

Most online MMPORGs use a process guard. For example, WoW uses Warden to protect the main game window from simple automation (Send command and Mouse Events). There ARE ways around them, however, using AutoIT to circumvent it will be difficult. You're best bet is to read memory locations in the game to find out the information you need. As for sending mouse clicks, the AutoIT packaged mouse clicker will not do. You'll have to make your own by calling .dll files.

Very Respectfully,

Div

PS: Lookup "Warden" on this forum for more information.

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