Search found 2 matches

by AceSevenFive
30 Apr 2016, 10:36
Forum: Ask for Help (v1)
Topic: Unable to get #IfWinActive to work
Replies: 3
Views: 733

Re: Unable to get #IfWinActive to work

Erm, those are the exact same lines...
by AceSevenFive
30 Apr 2016, 09:10
Forum: Ask for Help (v1)
Topic: Unable to get #IfWinActive to work
Replies: 3
Views: 733

Unable to get #IfWinActive to work

I'm trying to make an autoclicker script in Firefox, but I can't get the #IfWinActive portion to properly trigger. Here's my code: GroupAdd, Firefox, ahk_exe firefox.exe #IfWinActive, akh_group Firefox Numpad1:: Loop { If GetKeyState("Numpad1") { If (AutoclickerOn = 1) { Send {LButton} Sleep, 50 } E...

Go to advanced search