Public Class Form1
Sub New()
Seal.Initialize("CODE HERE")
InitializeComponent()
End Sub
Private Sub btnGenerate_Click(sender As Object, e As EventArgs) Handles btnGenerate.Click
Dim RAWPasteBinText As String = New Net.WebClient().DownloadString("LINK HERE")
Dim AccountLine As String() = RAWPasteBinText.Split(New String() {Environment.NewLine}, StringSplitOptions.None)
Static RND As New Random
Dim index As Integer = RND.Next(0, AccountLine.Length)
txtUsername.Text = AccountLine(index).Split(":")(0)
txtPassword.Text = AccountLine(index).Split(":")(1)
End Sub
End Class
here it is i think where is says "link here" go to pastebin then when u have submitted your things click raw and copy and paste the URL in the LINK box if you need help skype me swipedesiqn