Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- whr := ComObjCreate("WinHttp.WinHttpRequest.5.1")
- whr.Option(9) := 0x200|0x800 ; TLS 1.1 && TLS 1.2
- whr.Open("GET", "https://www.l2.io/ip"), whr.Send()
- MsgBox % "Current IP Address: " whr.ResponseText
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement