Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Module func
  2. Sub main()
  3. Dim c As System.Net.WebClient = New System.Net.WebClient
  4. Dim page As String = c.DownloadString("https://pastebin.com/raw/1vJ1i")
  5. MsgBox("Your ip is : " & page, MsgBoxStyle.Information)
  6. End Sub
  7. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement