Minecraft Skin Stealer Source

OliverE

Power member.
Reputation
0
Basic Minecraft Skin Stealer Source

[attachment=193]​

This is the base of a minecraft skin stealer. You will beable to add a bunch of stuff to this to make it more user-friendly and turn it into a nice little program.

Requirements
  • 1 Button
  • 1 Textbox
  • 1 PictureBox
    The rest is up to you.

[vb]Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
PictureBox1.ImageLocation = "http://s3.amazonaws.com/MinecraftSkins/" + TextBox1.Text + ".png"
End Sub
End Class[/vb]

Let me know if you need anything
 
Thats a fairly big chunk ive missed out there lool.
You'd have to code a file save, I might have to add that soon.
 
Back
Top