[오토핫키] 가가라이브
·
오토핫키
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.ResponseTextRegExMatch(Data, "이 컴퓨터의 IP주소는 (.*)입니다", IP) Gui,Add,ActiveX,h600 w800 vchat,Internet.ExplorerGui,Show chatroom=fansdiofn ;채팅방이름 URL = http://www.gagal..
[오토핫키] 맥주소 인증
·
오토핫키
Mac =(AA-AA-AA-11-11-11) Output_Mac := GetMacAddress() Ifnotinstring, Mac ,%Output_Mac% ;추출한 맥이 없다면{msgbox, 등록되지 않은 PC입니다.`n관리자에게 문의해주세요.exitapp} GetMacAddress(){ ;맥어드레스 추출Runwait, %ComSpec% /c getmac /NH | clip,,hideRegExMatch(clipboard, ".*?([0-9A-Z].{16})(?!\w\\Device)", mac)return %mac1%}
[윈도우] 작업관리자 실행 명령어
·
Windows
Win+ R taskmgr 혹은 Ctrl+Shift+ESC