Jump to content

Recommended Posts

Posted

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

Posted (edited)

Is there a way to set the coordinates of ControlClick? Also, it's for an open-source game that allows AutoIt macros for crafting.

Edited by bordot
Posted

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]

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
  • Recently Browsing   0 members

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