shades99 Posted February 7, 2008 Posted February 7, 2008 (edited) Hi, I need a script that autoclick the right mousebutton every 2nd sec and I got one too. It works fine in windows but not in the game I want it too. The game seems to block the specific hotkeys set for the script. I have tried to change to all sorts of hotkeys without success. The script works too if I start it outside the game and then alt-tab into the game, but it lose a lot of its appeal if I have to alt-tab in and out of the game to start and stop it if you know what I mean..... My remaining option I now consider is this: My logitech keyboard has programmable keys. If I set one of these keys to launch the autoit script file, this could work so I can start it from within the game. but then I need another auto it script to terminate the first autoclicking script, using another logitech programmable key. My question is: Is there an auto script you can make to terminate all running autoit scripts? thanks in advance Edited February 7, 2008 by shades99
Anuran Posted February 7, 2008 Posted February 7, 2008 hihehe i got the same problem..check out Simple loop
shades99 Posted February 7, 2008 Author Posted February 7, 2008 no one knows? please, help a poor newbie. is there a script that can terminate other auto it scripts running? TIA
therks Posted February 8, 2008 Posted February 8, 2008 ???? How simple can you get... While ProcessExists('autoit3.exe') ProcessClose('autoit3.exe') WEnd My AutoIt Stuff | My Github
shades99 Posted February 8, 2008 Author Posted February 8, 2008 well simple for you maybe but thanks ???? How simple can you get... While ProcessExists('autoit3.exe') ProcessClose('autoit3.exe') WEnd
sensalim Posted February 8, 2008 Posted February 8, 2008 I'm n00b here but won't that script closes itself?
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