goku13l

Login code

May 15th, 2022 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.45 KB | None | 0 0
  1. // the login code:
  2. if (textBox1.Text == new WebClient().DownloadString("yourpastebin") || textBox1.Text == "yoursecretkey")
  3.             {
  4.                 MessageBox.Show("Thank you for using (your exploit name)!");
  5.                 this.Hide();
  6.                 main main = new main();
  7.                 main.Show();
  8.  
  9.             }
  10.             else
  11.             {
  12.                 MessageBox.Show("Sorry the key is invalid. Try again.", "Key Invalid");
  13. // end
Add Comment
Please, Sign In to add comment