sloniu Posted May 16, 2013 Posted May 16, 2013 Hello, I'm new to this forum. I'm trying to make a script which will move and click mouse (in specific location) and click some keyboard keys. My main question is: how do I make script to move mouse/click in application only, even if it's minimized. Thanks in advance, Sloniu
Moderators JLogan3o13 Posted May 16, 2013 Moderators Posted May 16, 2013 If the application is minimized, you'll want to use the Control methods (ControlClick, ControlSend, etc.). What application are you trying to manipulate? It may be something that has already been done. "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!
sloniu Posted May 16, 2013 Author Posted May 16, 2013 (edited) Thanks for quick answer. I'm trying to make a macro to the game TERA Online which will queue me to the battleground (click a few buttons on screen) then use skill every few seconds to prevent afk-kick (pressing keyboard button). Edit. If you could give me some examples of scripts or a good tut to similar script that would be great I need something like "in application named: XXX do: ...". Edited May 16, 2013 by sloniu
Moderators JLogan3o13 Posted May 16, 2013 Moderators Posted May 16, 2013 Ah, then I would suggest you begin by reading through the Forum Rules; the link is in the bottom right corner of each page. We do not support automation of or interaction with games on this forum. Sorry. "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!
Recommended Posts