Source Code Leak Malwarebytes Gen

Step Into The Dark

The shadows are waiting. Register now to unlock restricted discussions, share hidden secrets, and whisper in the dark with our elite circle.

Join The Underground
Thanks for the share, but its not really a generator when its downloading codes from a link lol.

Code:
private void button1_Click(object sender, EventArgs e)
		{
			string[] array = new WebClient().DownloadString("https://pastr.io/raw/irzheT").Split(new char[]
			{
				'\n'
			});
			this.textBox1.Text = array[new Random().Next(0, array.Length)];
		}
 
Been looking for this. Thanks for sharing.

EDIT: LOL. Who the hell made this. It's just cycling through a paste. :fuck: This program is actual shit. :kek:
 
Back
Top