Advertisement
Xarkkz

Untitled

Jun 23rd, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Continue Code
  2.  
  3. if (textBox1.Text == new WebClient().DownloadString("rawpastebinlink") || textBox1.Text == "what evere you want the key to be")
  4. {
  5. MessageBox.Show("Thank You For Using XarkkzSploit!");
  6. this.Hide();
  7. Form2 main = new Form2();
  8. main.Show();
  9. }
  10. else
  11. {
  12. MessageBox.Show("Incorrect Key");
  13. }
  14.  
  15. Get Key Code:
  16.  
  17. Process.Start("linkavert link");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement