Advertisement
anonymous1184

test.ahk

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