bordot Posted July 20, 2010 Posted July 20, 2010 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
omikron48 Posted July 20, 2010 Posted July 20, 2010 ControlClick, but it would depend highly on the game itself if it's possible or not.
bordot Posted July 20, 2010 Author Posted July 20, 2010 (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 July 20, 2010 by bordot
somdcomputerguy Posted July 20, 2010 Posted July 20, 2010 Yes, it is possible to set coords, instructions and example code here - ControlClick. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
adik2dmax666 Posted July 20, 2010 Posted July 20, 2010 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now