Skip to content

Commit

Permalink
feat: support for Ekahau AI Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Bofrostmann07 committed Jul 14, 2022
1 parent c74de81 commit 73c64df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AP Enumerator.ahk
Original file line number Diff line number Diff line change
@@ -67,3 +67,13 @@ counter++
counter := Format(counter_format, counter)
GuiControl,,show_next_hostname,%hostname%%counter%
return

#IfWinActive, ahk_exe Ekahau AI Pro.exe
^r::
Send, ^a
Send {BackSpace}
Send, %hostname%%counter%
counter++
counter := Format(counter_format, counter)
GuiControl,,show_next_hostname,%hostname%%counter%
return

0 comments on commit 73c64df

Please sign in to comment.