네트워커의 보안 티스토리

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