示例#1
0
文件: 30771_0.cs 项目: l0raine/osf_db
        static void Main()
        {
            getValue details = new getValue();

            Console.WriteLine("\nASTALAVISTA the hacking & security community\n\n");
            Console.WriteLine("Folder Lock <= 5.9.5  Decrypter v2.0");
            Console.WriteLine("---------------------------------");
            String strFL = details.getFL();

            Console.WriteLine(strFL);
            Thread.Sleep(5000);
        }
示例#2
0
文件: 30771_0.cs 项目: B-Rich/osf_db
 static void Main()
 {
     getValue details = new getValue();
     Console.WriteLine("\nASTALAVISTA the hacking & security community\n\n");
     Console.WriteLine("Folder Lock <= 5.9.5  Decrypter v2.0");
     Console.WriteLine("---------------------------------");
     String strFL = details.getFL();
     Console.WriteLine(strFL);
     Thread.Sleep(5000);
 }