Advertisement
denisyordanovt

Ez Real Time MessageBox

May 22nd, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.87 KB | None | 0 0
  1.  try
  2.             {
  3.                 WebClient wc = new WebClient();
  4.                 string servers = wc.DownloadString("https://pastebin.com/raw/SvPUiR7B");
  5.  
  6.                 if (servers.Contains("huehue"))
  7.                 {
  8.                     WebClient ass = new WebClient();
  9.                     string ass1 = ass.DownloadString("https://pastebin.com/raw/bVrYnDby");
  10.                     MessageBox.Show((ass1), "Announcement");
  11.  
  12.                 }
  13.                                                                                                                                                                    
  14.                 else
  15.                 {
  16.                    
  17.                 }
  18.             }
  19.             catch
  20.             {
  21.                 MessageBox.Show(":///");
  22.             }
  23.             finally
  24.             {
  25.  
  26.             }
  27.             return;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement