NeonFox__

Login Code

May 16th, 2020
9,057
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 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
Comments
Add Comment
Please, Sign In to add comment