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:
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?

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
Can anyone help me out?
