Zeggy Posted October 25, 2004 Posted October 25, 2004 Hi, I was recently trying to make a macro that did a hold "a + downarrow" for 8 seconds then turn right (which would require another button hold for about 50 milliseconds) then looped... Sadly I've been having trouble with it.. I am very new at this and I have pretty much no experience in scripting sooooo can someone help me out? Thanks! Zeggy
Zeggy Posted October 25, 2004 Author Posted October 25, 2004 by "then turn right" I mean right arrow key ({Right})
Guest Py7|-|[]/\/ Posted October 25, 2004 Posted October 25, 2004 Just wanted to add this: Most video games will not accept HotKeySet, just to let you know in advance. I have tried it on something like 10 different games, and none of them have accepted any of my hotkeys. Good luck though.
Zeggy Posted October 25, 2004 Author Posted October 25, 2004 Wow, that was fast Thank you. I already figured out hotkey
Zeggy Posted October 25, 2004 Author Posted October 25, 2004 I used Code2... it works until Sleep(8000)... it doesn't seem to count, it just continues to do Send("{a down}{down down}")
Guest Py7|-|[]/\/ Posted October 25, 2004 Posted October 25, 2004 Well, I've never played that game, but I do have a suggestion. Put a LONG sleep time inbetween your {a down} and {down down} sends. This is because, in some games, AutoIt will send the key quickly, but the game won't pick it up for a few seconds. I don't know why, but it has happened to me. It's worth a try. Put a 10 second down time before you release the keys.
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