Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. // Decompiled with JetBrains decompiler
  2. // Type: BlackCL_Generator_xDorart.Form1
  3. // Assembly: BlackCL Generator xDorart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  4. // MVID: F2903D5F-6582-4841-A2AC-602CF66B173F
  5. // Assembly location: C:\Users\J\Downloads\BlackMarket_Generator_1_1_2-1-1.exe
  6.  
  7. using MonoFlat;
  8. using System;
  9. using System.ComponentModel;
  10. using System.Drawing;
  11. using System.Net;
  12. using System.Windows.Forms;
  13.  
  14. namespace BlackCL_Generator_xDorart
  15. {
  16. public class Form1 : Form
  17. {
  18. private IContainer components = (IContainer) null;
  19. private MonoFlat_ThemeContainer monoFlat_ThemeContainer1;
  20. private TextBox textBox1;
  21. private RadioButton radioButton7;
  22. private RadioButton radioButton6;
  23. private RadioButton radioButton3;
  24. private RadioButton radioButton2;
  25. private RadioButton radioButton1;
  26. private Button button1;
  27. private LinkLabel linkLabel1;
  28. private Label label1;
  29.  
  30. public Form1()
  31. {
  32. this.InitializeComponent();
  33. }
  34.  
  35. private void radioButton5_CheckedChanged(object sender, EventArgs e)
  36. {
  37. }
  38.  
  39. private void monoFlat_ThemeContainer1_Click(object sender, EventArgs e)
  40. {
  41. }
  42.  
  43. private void button1_Click(object sender, EventArgs e)
  44. {
  45. if (this.radioButton7.Checked)
  46. {
  47. string[] strArray = new WebClient().DownloadString("https://pastebin.com/raw/n68weWUD").Split('\n');
  48. this.textBox1.Text = strArray[new Random().Next(0, strArray.Length)];
  49. }
  50. if (this.radioButton1.Checked)
  51. {
  52. string[] strArray = new WebClient().DownloadString("https://pastebin.com/raw/SBSsTaDv").Split('\n');
  53. this.textBox1.Text = strArray[new Random().Next(0, strArray.Length)];
  54. }
  55. if (this.radioButton2.Checked)
  56. {
  57. string[] strArray = new WebClient().DownloadString("https://pastebin.com/raw/vhxNPcNY").Split('\n');
  58. this.textBox1.Text = strArray[new Random().Next(0, strArray.Length)];
  59. }
  60. if (this.radioButton3.Checked)
  61. {
  62. string[] strArray = new WebClient().DownloadString("https://pastebin.com/raw/CKxFtQjQ").Split('\n');
  63. this.textBox1.Text = strArray[new Random().Next(0, strArray.Length)];
  64. }
  65. if (!this.radioButton6.Checked)
  66. return;
  67. string[] strArray1 = new WebClient().DownloadString("https://pastebin.com/raw/T2KWmiHj").Split('\n');
  68. this.textBox1.Text = strArray1[new Random().Next(0, strArray1.Length)];
  69. }
  70.  
  71. protected override void Dispose(bool disposing)
  72. {
  73. if (disposing && this.components != null)
  74. this.components.Dispose();
  75. base.Dispose(disposing);
  76. }
  77.  
  78. private void InitializeComponent()
  79. {
  80. this.monoFlat_ThemeContainer1 = new MonoFlat_ThemeContainer();
  81. this.radioButton7 = new RadioButton();
  82. this.radioButton6 = new RadioButton();
  83. this.radioButton3 = new RadioButton();
  84. this.radioButton2 = new RadioButton();
  85. this.radioButton1 = new RadioButton();
  86. this.button1 = new Button();
  87. this.textBox1 = new TextBox();
  88. this.label1 = new Label();
  89. this.linkLabel1 = new LinkLabel();
  90. this.monoFlat_ThemeContainer1.SuspendLayout();
  91. this.SuspendLayout();
  92. this.monoFlat_ThemeContainer1.BackColor = Color.FromArgb(32, 41, 50);
  93. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.linkLabel1);
  94. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.label1);
  95. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.radioButton7);
  96. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.radioButton6);
  97. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.radioButton3);
  98. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.radioButton2);
  99. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.radioButton1);
  100. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.button1);
  101. this.monoFlat_ThemeContainer1.Controls.Add((Control) this.textBox1);
  102. this.monoFlat_ThemeContainer1.Dock = DockStyle.Fill;
  103. this.monoFlat_ThemeContainer1.Font = new Font("Segoe UI", 9f);
  104. this.monoFlat_ThemeContainer1.Location = new Point(0, 0);
  105. this.monoFlat_ThemeContainer1.Name = "monoFlat_ThemeContainer1";
  106. this.monoFlat_ThemeContainer1.Padding = new Padding(10, 70, 10, 9);
  107. this.monoFlat_ThemeContainer1.RoundCorners = true;
  108. this.monoFlat_ThemeContainer1.Sizable = true;
  109. this.monoFlat_ThemeContainer1.Size = new Size(800, 450);
  110. this.monoFlat_ThemeContainer1.SmartBounds = true;
  111. this.monoFlat_ThemeContainer1.StartPosition = FormStartPosition.WindowsDefaultLocation;
  112. this.monoFlat_ThemeContainer1.TabIndex = 0;
  113. this.monoFlat_ThemeContainer1.Text = " Generator by xDorart#6666";
  114. this.monoFlat_ThemeContainer1.Click += new EventHandler(this.monoFlat_ThemeContainer1_Click);
  115. this.radioButton7.AutoSize = true;
  116. this.radioButton7.ForeColor = SystemColors.ControlLight;
  117. this.radioButton7.Location = new Point(286, 166);
  118. this.radioButton7.Name = "radioButton7";
  119. this.radioButton7.Size = new Size(55, 19);
  120. this.radioButton7.TabIndex = 8;
  121. this.radioButton7.TabStop = true;
  122. this.radioButton7.Text = "Uplay";
  123. this.radioButton7.UseVisualStyleBackColor = true;
  124. this.radioButton6.AutoSize = true;
  125. this.radioButton6.ForeColor = SystemColors.ControlLight;
  126. this.radioButton6.Location = new Point(316, 226);
  127. this.radioButton6.Name = "radioButton6";
  128. this.radioButton6.Size = new Size(78, 19);
  129. this.radioButton6.TabIndex = 7;
  130. this.radioButton6.TabStop = true;
  131. this.radioButton6.Text = "Instagram";
  132. this.radioButton6.UseVisualStyleBackColor = true;
  133. this.radioButton3.AutoSize = true;
  134. this.radioButton3.ForeColor = SystemColors.ControlLight;
  135. this.radioButton3.Location = new Point(390, 166);
  136. this.radioButton3.Name = "radioButton3";
  137. this.radioButton3.Size = new Size(66, 19);
  138. this.radioButton3.TabIndex = 4;
  139. this.radioButton3.TabStop = true;
  140. this.radioButton3.Text = "Fortnite";
  141. this.radioButton3.UseVisualStyleBackColor = true;
  142. this.radioButton2.AutoSize = true;
  143. this.radioButton2.ForeColor = SystemColors.ControlLight;
  144. this.radioButton2.Location = new Point(482, 166);
  145. this.radioButton2.Name = "radioButton2";
  146. this.radioButton2.Size = new Size(58, 19);
  147. this.radioButton2.TabIndex = 3;
  148. this.radioButton2.TabStop = true;
  149. this.radioButton2.Text = "Origin";
  150. this.radioButton2.UseVisualStyleBackColor = true;
  151. this.radioButton1.AutoSize = true;
  152. this.radioButton1.ForeColor = SystemColors.ControlLight;
  153. this.radioButton1.Location = new Point(187, 166);
  154. this.radioButton1.Name = "radioButton1";
  155. this.radioButton1.Size = new Size(62, 19);
  156. this.radioButton1.TabIndex = 2;
  157. this.radioButton1.TabStop = true;
  158. this.radioButton1.Text = "Spotify";
  159. this.radioButton1.UseVisualStyleBackColor = true;
  160. this.button1.Location = new Point(286, 307);
  161. this.button1.Name = "button1";
  162. this.button1.Size = new Size(160, 55);
  163. this.button1.TabIndex = 1;
  164. this.button1.Text = "Generate";
  165. this.button1.UseVisualStyleBackColor = true;
  166. this.button1.Click += new EventHandler(this.button1_Click);
  167. this.textBox1.Location = new Point(222, 90);
  168. this.textBox1.Name = "textBox1";
  169. this.textBox1.Size = new Size(296, 23);
  170. this.textBox1.TabIndex = 0;
  171. this.label1.AutoSize = true;
  172. this.label1.Location = new Point(13, 426);
  173. this.label1.Name = "label1";
  174. this.label1.Size = new Size(188, 15);
  175. this.label1.TabIndex = 9;
  176. this.label1.Text = "Join our discord server for more - ";
  177. this.linkLabel1.AutoSize = true;
  178. this.linkLabel1.LinkColor = Color.Black;
  179. this.linkLabel1.Location = new Point(197, 426);
  180. this.linkLabel1.Name = "linkLabel1";
  181. this.linkLabel1.Size = new Size(154, 15);
  182. this.linkLabel1.TabIndex = 10;
  183. this.linkLabel1.TabStop = true;
  184. this.linkLabel1.Text = "https://discord.gg/ENV2x9n";
  185. this.AutoScaleDimensions = new SizeF(6f, 13f);
  186. this.AutoScaleMode = AutoScaleMode.Font;
  187. this.ClientSize = new Size(800, 450);
  188. this.Controls.Add((Control) this.monoFlat_ThemeContainer1);
  189. this.FormBorderStyle = FormBorderStyle.None;
  190. this.Name = nameof (Form1);
  191. this.Text = " Generator by xDorart#6666";
  192. this.TransparencyKey = Color.Fuchsia;
  193. this.monoFlat_ThemeContainer1.ResumeLayout(false);
  194. this.monoFlat_ThemeContainer1.PerformLayout();
  195. this.ResumeLayout(false);
  196. }
  197. }
  198. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement