Advertisement
Guest User

SkypeAPI1

a guest
May 31st, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim webClient As New System.Net.WebClient Dim IP As String = webClient.DownloadString("http://api.predator.wtf/resolver/?arg..." + TextBox1.Text) TextBox2.Text = (IP) End Sub
  2. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement