Advertisement
PareX

Universal Bypass Blocker All Browsers

Mar 14th, 2020
978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.28 KB | None | 0 0
  1.   public static void Block()
  2.         {
  3.             try
  4.             {
  5.                 if(Directory.Exists($"C:\\Users\\{Environment.UserName}\\AppData\\Local\\Microsoft\\Edge\\User Data\\Default\\Extensions\\ckiidekccfgninkobmmofopbbdgdclgg"))
  6.                 {
  7.                     Console.WriteLine("Universal Bypass Detected ;( , Please Stop Trying To Bypass Our Key System..");
  8.                     Console.ReadKey();
  9.                     //Application.Exit();
  10.                 }
  11.             }
  12.             catch (IOException) { }
  13.             try
  14.             {
  15.                 if (Directory.Exists($"C:\\Users\\{Environment.UserName}\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\h3h9vg12.default - release\\storage\\default\\moz - extension++ + 97c1be04 - e171 - 476a - 91f2 - dfac08ae7108 ^ userContextId = 4294967295"))
  16.                 {
  17.                     Console.WriteLine("Universal Bypass Detected ;( , Please Stop Trying To Bypass Our Key System..");
  18.                     Console.ReadKey();
  19.                     //Application.Exit();
  20.                 }
  21.             }
  22.             catch(IOException) { }
  23.  
  24.  
  25.             try
  26.             {
  27.                 if (Directory.Exists($"C:\\Users\\{Environment.UserName}\\AppData\\Local\\Temp\\Universal.Bypass.for.Chromium-based.browsers_5540_87496175"))
  28.                 {
  29.                     Console.WriteLine("Universal Bypass Detected ;( , Please Stop Trying To Bypass Our Key System..");
  30.                     Console.ReadKey();
  31.                     //Application.Exit();
  32.                 }
  33.             }
  34.             catch (IOException) { }
  35.  
  36.             try
  37.             {
  38.                 foreach(string str in Directory.GetDirectories(Environment.GetEnvironmentVariable("LocalAppData") + "\\Google\\Chrome\\User Data"))
  39.                 {
  40.                     try
  41.                     {
  42.                        if(Directory.Exists(str + "\\Extensions"))
  43.                         {
  44.                             try
  45.                             {
  46.                                ;
  47.                                 if(Directory.Exists(str + "\\Extensions\\aihomhdhpnpmcnnbckjjcebjoikpihj"))
  48.                                 {
  49.                                     try
  50.                                     {
  51.                                         Console.WriteLine("Universal Bypass Detected ;( , Please Stop Trying To Bypass Our Key System..");
  52.                                         Console.ReadKey();
  53.                                         //Application.Exit();
  54.                                     }
  55.                                     catch(Exception ex)
  56.                                     {
  57.                                         Console.WriteLine(ex);
  58.                                     }
  59.                                 }
  60.                             }
  61.                             catch (IOException ex3)
  62.                             {
  63.                                 Console.WriteLine(ex3);
  64.                             }
  65.                         }
  66.                     }
  67.                     catch (IOException io2)
  68.                     {
  69.                         Console.WriteLine(io2);
  70.                     }
  71.                 }
  72.             }
  73.             catch (IOException io)
  74.             {
  75.                 Console.WriteLine(io);
  76.             }
  77.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement