Guest User

Untitled

a guest
Jan 2nd, 2019
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.93 KB | None | 0 0
  1.             if (this.mainForm_0.RandomPass)
  2.             {
  3.                 if (this.mainForm_0.NeatPassword)
  4.                 {
  5.                     RestClient restClient = new RestClient("https://makemeapassword.ligos.net");
  6.                     RestRequest restRequest = new RestRequest("api/v1/passphrase/plain?pc=1&wc=3&sp=n&maxCh=30", 0, 1);
  7.                     IRestResponse restResponse = restClient.Execute(restRequest);
  8.                     this.string_2 = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(restResponse.Content);
  9.                 }
  10.                 else
  11.                 {
  12.                     this.string_2 = this.method_0(24);
  13.                 }
  14.             }
  15.             if (this.mainForm_0.RandomMail)
  16.             {
  17.                 IRestResponse restResponse2 = new RestClient("https://quirky-snyder-56bf7d.netlify.com/").Execute(new RestRequest("index.html", 0, 1));
  18.                 if (restResponse2.Content == "dead")
  19.                 {
  20.                     MessageBox.Show("Email is dead.. Steam blocked the domain.. wait for a new one");
  21.                 }
  22.                 string str = "@" + restResponse2.Content;
  23.                 this.string_3 = (this.string_1 + str).ToLower();
  24.             }
Add Comment
Please, Sign In to add comment