Hello guys, today I bring to you a Skype Resolver!
Many people have probably posted one, but it's never too late to contribute
I Have many things, I am currently working on a multi tool v.0.6!
Skype Resolver
Skype Resolver
Reverse Skype Resolver!
You can find the owner of the theme in the credits!
Credits can be found on the project
Theme Used: Sinisterly Theme! (The Person in the credits is this person who created the theme

)
The Resolvers API Came from a website which I forgot the name of -.-
Meta-Scan
Virus-Total
P.S. This is just a standalone version for those who don't want to download my multi tool or just want one tool which is Skype Resolver.
If you use this code, don't forgot to leave a THANKS, Or you're just an ignorant leecher (I Always give credits):
Code:
Imports System.Net
Public Class Form1
Private Sub SinisterlyButton1_Click(sender As Object, e As EventArgs) Handles SinisterlyButton1.Click
Dim SkypeResolver As New WebClient
Dim IP As String = SkypeResolver.DownloadString("http://skypegrab.net/api.php?key=gHij9aqzcMLGxWDdTk&username=" + SinisterlyTextBox1.Text)
SinisterlyTextBox2.Text = IP
End Sub
Private Sub SinisterlyButton2_Click(sender As Object, e As EventArgs) Handles SinisterlyButton2.Click
Dim SkypeResolver As New WebClient
Dim IP As String = SkypeResolver.DownloadString("http://skypegrab.net/api.php?key=gHij9aqzcMLGxWDdTk&ip2skype=1&ip=" + SinisterlyTextBox3.Text)
SinisterlyTextBox4.Text = IP
End Sub
Just Change the SinisterlyButton to ur theme button or whatever