This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Your Exploit Submit Key Exploit | |
if (siticoneTextBox1.Text == new WebClient().DownloadString("yourpastebinkey") || siticoneTextBox1.Text == "yourkey") | |
{ | |
MessageBox.Show("Thank you for using ShinX!"); | |
this.Hide(); | |
YourExploit yourexploit = new YourExploit(); | |
yourexploit.Show(); | |
} | |
else |