maximaltuner Posted February 1, 2012 Posted February 1, 2012 Hey Community, I wanted to ask if it's possible to run an AutoIt-Script only for one application (sorry im new and i didn't find the answer) for example a script pushing every X seconds a button.. only in this application .. because if i want to surf they push the button to and not in this application .. sorry for my bad english i hope sombody can understand me Thanks
Moderators JLogan3o13 Posted February 1, 2012 Moderators Posted February 1, 2012 Hi, maxmialtuner, welcome to the forum. Yes, what you want to do is possible. Take a look at ControlSend in the help file. Alternatively, if you'd like to explain a bit more about what you are trying to do, and perhaps what program you're trying to automate, we would be happy to assist "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!
maximaltuner Posted February 1, 2012 Author Posted February 1, 2012 Thanks, this is the script i want to automize:While 1 Send("{F5}") Sleep(800) Send("{W down}") Sleep(200) Send("{W up}") Sleep(1700) WEnd
Moderators JLogan3o13 Posted February 1, 2012 Moderators Posted February 1, 2012 What program are you attempting to send those commands to? "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!
Moderators JLogan3o13 Posted February 1, 2012 Moderators Posted February 1, 2012 Sorry, please take a look at our forum rules. We do not assist with game automation.http://www.autoitscript.com/forum/forum-9/announcement-13-forum-rules/ "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!
maximaltuner Posted February 1, 2012 Author Posted February 1, 2012 yeah ok, but it's not rly a type of bot .. u see its to simple for a bot but i accept
Recommended Posts