private List<string> a = new List<string>();
private List<string> user = new List<string>();
private List<string> pass = new List<string>();
private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
this.a.Add(this.NGUTest);
string str1 = this.NGUTest;
string[] separator = new string[1]
{
Environment.NewLine
};
int num = 1;
foreach (string str2 in str1.Split(separator, (StringSplitOptions)num))
{
this.a.Clear();
this.a.Add(str2);
Random random = new Random();
string str3 = this.a[random.Next(this.a.Count)];
string str4 = str3.Split(':'
[1];
string str5 = str3.Split(':'
[0];
this.pass.Add(str4);
this.user.Add(str5);
int index = random.Next(this.pass.Count);
this.textBox2.Text = this.pass[index];
this.textBox1.Text = this.user[index];
}


private List<string> a = new List<string>();
private List<string> user = new List<string>();
private List<string> pass = new List<string>();
private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
this.a.Add(this.NGUTest);
string str1 = this.NGUTest;
string[] separator = new string[1]
{
Environment.NewLine
};
int num = 1;
foreach (string str2 in str1.Split(separator, (StringSplitOptions)num))
{
this.a.Clear();
this.a.Add(str2);
Random random = new Random();
string str3 = this.a[random.Next(this.a.Count)];
string str4 = str3.Split(':'
[1];
string str5 = str3.Split(':'
[0];
this.pass.Add(str4);
this.user.Add(str5);
int index = random.Next(this.pass.Count);
this.textBox2.Text = this.pass[index];
this.textBox1.Text = this.user[index];
}


private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
private List<string> a = new List<string>();
private List<string> user = new List<string>();
private List<string> pass = new List<string>();
private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
this.a.Add(this.NGUTest);
string str1 = this.NGUTest;
string[] separator = new string[1]
{
Environment.NewLine
};
int num = 1;
foreach (string str2 in str1.Split(separator, (StringSplitOptions)num))
{
this.a.Clear();
this.a.Add(str2);
Random random = new Random();
string str3 = this.a[random.Next(this.a.Count)];
string str4 = str3.Split(':'
[1];
string str5 = str3.Split(':'
[0];
this.pass.Add(str4);
this.user.Add(str5);
int index = random.Next(this.pass.Count);
this.textBox2.Text = this.pass[index];
this.textBox1.Text = this.user[index];
}


private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
private List<string> a = new List<string>();
private List<string> user = new List<string>();
private List<string> pass = new List<string>();
private string NGUTest = webclient.DownloadString("https://pastebin.com/raw.php?i=Tav7yMVC");
public static WebClient webclient = new WebClient();
this.a.Add(this.NGUTest);
string str1 = this.NGUTest;
string[] separator = new string[1]
{
Environment.NewLine
};
int num = 1;
foreach (string str2 in str1.Split(separator, (StringSplitOptions)num))
{
this.a.Clear();
this.a.Add(str2);
Random random = new Random();
string str3 = this.a[random.Next(this.a.Count)];
string str4 = str3.Split(':'
[1];
string str5 = str3.Split(':'
[0];
this.pass.Add(str4);
this.user.Add(str5);
int index = random.Next(this.pass.Count);
this.textBox2.Text = this.pass[index];
this.textBox1.Text = this.user[index];
}


assword , It Will Split The First One As {UserName} And The 2nd As {Password} . Soo It Realize's There Is An : Splitting Them Soo As The {UserName} Will Go To The First Textbox And {Password} Will Go To The 2nd Textbox , I'm shit at explaining lmao well let's hope u understood it xD , BTW Sorry For My Shit Grammar xD
assword , It Will Split The First One As {UserName} And The 2nd As {Password} . Soo It Realize's There Is An : Splitting Them Soo As The {UserName} Will Go To The First Textbox And {Password} Will Go To The 2nd Textbox , I'm shit at explaining lmao well let's hope u understood it xD , BTW Sorry For My Shit Grammar xD
Copyright © 2026, NextGenUpdate.
All Rights Reserved.