Created
August 30, 2021 13:35
-
-
Save NathanXID/2fee8e4c5e6a082dc215f0da91cf7a5c to your computer and use it in GitHub Desktop.
Exploit Submit Key C# Script
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 | |
{ | |
MessageBox.Show("Sorry the key is invalid. Try again.", "Key Invalid"); | |
//END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow that was my first gist:D