HelpAHK Help?

Posts 14 of 4 · Page 1 of 1
AHK Help?
So I was using @059 's AHK script to do the dupe but it isn't working that well for me
Here's the script:
Code:
SetDefaultMouseSpeed, 0
+f::
WinActivate Adobe Flash Player 11
Send O
Click 710, 595 ;back to home
WinActivate Muledump - Mozilla Firefox
Click 725, 122 ;reload all
WinActivate Adobe Flash Player 11
Loop, 50
{
Click 410, 595 ;play
Sleep, 40
}
return
I used the AHK's "Window Spy" and changed around the coordinates as I saw fit. I changed it from Adobe Flash Player to Adobe Flash Player 12 and Mozilla Firefox to Google Chrome. I also turned on/off caps lock if it affected the "O" key in anyway. I run the script and all and in administrator mode incase and it doesn't initiate. I press O and nothing happens. It doesn't press Reload All or anything.

Can anyone help me out?
Google
JitBit Macro Recorder

No need scripts
Quote Originally Posted by Yotsuba View Post
So I was using @059 's AHK script to do the dupe but it isn't working that well for me
Here's the script:
Code:
SetDefaultMouseSpeed, 0
+f::
WinActivate Adobe Flash Player 11
Send O
Click 710, 595 ;back to home
WinActivate Muledump - Mozilla Firefox
Click 725, 122 ;reload all
WinActivate Adobe Flash Player 11
Loop, 50
{
Click 410, 595 ;play
Sleep, 40
}
return
I used the AHK's "Window Spy" and changed around the coordinates as I saw fit. I changed it from Adobe Flash Player to Adobe Flash Player 12 and Mozilla Firefox to Google Chrome. I also turned on/off caps lock if it affected the "O" key in anyway. I run the script and all and in administrator mode incase and it doesn't initiate. I press O and nothing happens. It doesn't press Reload All or anything.

Can anyone help me out?
Dude you press shift f to start it. See one of the posts after mine...

+f::
+ is shift
then the key
Quote Originally Posted by 059 View Post
Dude you press shift f to start it. See one of the posts after mine...

f::
is shift
then the key
Oh wow. I hope the dupe stays until tomorrow. Thanks for the follow up, I'll update this tomorrow whether or not it works
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?