Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Persistent
- #SingleInstance force
- #NoTrayIcon
- #IfWinActive Brood War
- CheckLeagueClient()
- {
- Process, Exist, LeagueClient.exe
- If ErrorLevel ; LeagueClient.exe가 실행 중이면
- {
- MsgBox, 48, 경고, LoL 클라이언트가 감지되었습니다.`n귓말차단 프로그램을 종료합니다., 3
- ExitApp ; 오토핫키 종료
- }
- }
- SetTimer, CheckLeagueClient, 1000 ; 1초마다 LeagueClient.exe 실행 여부 확인
- ; GUI 생성 구문
- Gui, Add, Button, x25 y70 w200 h30 gBtn, 종료
- Gui, Add, Text, x90 y30, 귓말 차단 : F1
- Gui, Show, w250 h120, 스타 귓말 차단
- return
- Btn:
- ExitApp
- return
- GuiClose:
- ExitApp
- ; 단축키 지정 구문
- F1::
- SendInput, {Enter}/o igw{Enter}
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement