Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created October 4, 2014 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GabeStah/95f185d0e1f149b01f0f to your computer and use it in GitHub Desktop.
Save GabeStah/95f185d0e1f149b01f0f to your computer and use it in GitHub Desktop.
Klik Launch WoW Autohotkey
; WarcraftLogs
run, "G:\Games\Warcraft Logs Uploader\Warcraft Logs Uploader.exe"
; Wait for launch
Sleep, 5000
WinActivate, Warcraft Logs Uploader
Click 720, 300
Sleep, 200
; Battle.net Launcher
Run, "C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe"
; Wait for launch
Sleep, 5000
WinActivate, Battle.net
Click 60, 130 ; Button 1
;Click 60, 230 ; Button 2
;Click 60, 330 ; Button 3
;Click 60, 430 ; Button 4
;Click 60, 530 ; Button 5
Sleep, 200
Click 300, 700 ; Play button
Sleep, 200
; OBS
Run, "C:\Utilities\OBS\OBS.exe"
Sleep, 200
; Spreadsheet
;Run, "C:\Path\To\Spreadsheet.xls"
Sleep, 200
; Twitch Dashboard
Run, "http://www.twitch.tv/klikofstormrage/dashboard"
Sleep, 200
; Pandora
Run, "http://www.pandora.com"
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment