Advertisement
rulfos

Commands for program in C#

Jul 11th, 2020
1,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.04 KB | None | 0 0
  1.         private void flatButton1_Click(object sender, EventArgs e)
  2.         {
  3.             //this is exploit for commands made by dominik lorber pls be gamer
  4.             if (textmand.Text == new WebClient().DownloadString("https://pastebin.com/raw/bJC9qnqX") || textmand.Text == "start")
  5.             {
  6.                 api.LaunchExploit();
  7.             }
  8.             else if (textmand.Text == new WebClient().DownloadString("https://pastebin.com/raw/24BqMY1R") || textmand.Text == "help")
  9.             {
  10.                 MessageBox.Show("you can use commands (start) and (btools) and (help) lol", "i wanted console here thx visual studio");
  11.             }
  12.             else if (textmand.Text == new WebClient().DownloadString("https://pastebin.com/raw/hqBeUBdQ") || textmand.Text == "btools")
  13.             {
  14.                 api.SendCommand("btools me");
  15.             }
  16.             else
  17.             {
  18.                 MessageBox.Show("This command does not exist so use (help) command for more commands!:)", "Nice Try");
  19.             }
  20.         }
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement