Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.IO;
- namespace ConsoleApp3
- {
- class Program
- {
- static void Main(string[] args)
- {
- bool f = Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+"\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\aihomhdbhpnpmcnnbckjjcebjoikpihj");
- if (f == true)
- {
- Console.WriteLine("u HAZ BYPASS");
- }
- else
- {
- Console.WriteLine("u not HAZ BYPASS");
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement