Skip to content

Instantly share code, notes, and snippets.

@NathanXID
NathanXID / Exploit Submit Key C# Script
Created August 30, 2021 13:35
Exploit Submit Key C# Script
//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