[오토핫키] 가가라이브
오토핫키2018. 3. 8. 13:03
winHttp := ComObjCreate("WinHttp.WinHttpRequest.5.1")
winHttp.Open("GET","https://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=1&ie=utf8&query=%EB%82%B4IP") ;
winHttp.Send("")
winHttp.WaitForResponse( ) ;
Data:= winHttp.ResponseText
RegExMatch(Data, "이 컴퓨터의 IP주소는 <em>(.*)</em>입니다", IP)
Gui,Add,ActiveX,h600 w800 vchat,Internet.Explorer
Gui,Show
chatroom=fansdiofn ;채팅방이름
URL = http://www.gagalive.kr/livechat1.swf?chatroom=%chatroom%&user=%IP1%&position=1
chat.Navigate(URL)
return
GuiClose:
Exitapp
'오토핫키' 카테고리의 다른 글
[오토핫키] 문자열에 숫자만 있는지 검증하기. (0) | 2018.03.16 |
---|---|
[오토핫키] 업비트 코인 시세 파싱 예시 (0) | 2018.03.08 |
[오토핫키] 맥주소 인증 (0) | 2018.03.07 |
[오토핫키] cmd 콘솔 명령 실행 결과 저장하기 (0) | 2018.03.05 |
[오토핫키] 정규식으로 이메일 형식 검증하기 (0) | 2018.03.05 |