Advertisement
ryzer99

updater

Jan 21st, 2020
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Call LogEntry()
  2.  
  3. Sub LogEntry()
  4.     On Error Resume Next
  5.     Dim objRequest
  6.     Dim URL
  7.  
  8.     URL = "https://www.duckdns.org/update?domains=asshffa&token=4d3bc0f3-00bb-4c66-aec8-25d77058585e&ip="
  9.  
  10.     Set objRequest = CreateObject("Microsoft.XMLHTTP")
  11.     objRequest.open "GET", URL , false
  12.     objRequest.Send
  13.     Set objRequest = Nothing
  14. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement