Jump to content

Sending mouse clicks to a game without it being selected


Recommended Posts

Hello,

I was just wondering if there is any way for an AutoIt script to send mouse clicks to specific mouse coordinates inside a game without the game needing to be ontop (able to be in the background or minimized).

Thanks in advance,

Rob

Link to comment
Share on other sites

There is no way you can send mouseclicks to the game if its not active but i have a solution.

WinSetState = @SW_HIDE, WinSetOnTop 1, While 1 WinActivate("$game").

or

use ControlSend, ControlClick

or

use NomadMemory.au3

First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
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...