Advertisement
Tinybang_Studio

Untitled

Dec 26th, 2019
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.58 KB | None | 0 0
  1. using System;
  2. using System.IO;
  3.  
  4. namespace ConsoleApp3
  5. {
  6.     class Program
  7.     {
  8.         static void Main(string[] args)
  9.         {
  10.            
  11.             bool f = Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+"\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\aihomhdbhpnpmcnnbckjjcebjoikpihj");
  12.             if (f == true)
  13.             {
  14.                 Console.WriteLine("u HAZ BYPASS");
  15.             }
  16.             else
  17.             {
  18.                 Console.WriteLine("u not HAZ BYPASS");
  19.             }
  20.         }
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement