Advertisement
jewalky

Untitled

Jan 12th, 2017
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.03 KB | None | 0 0
  1.             string[] titles =
  2.             {
  3.                 "0x000000 at 0xFFFFFF. That's probably bad",
  4.                 "Here we go again...",
  5.                 "Uh oh, you're screwed",
  6.                 "All is lost!",
  7.                 "Achievement unlocked: CRASH TIME!",
  8.                 "OH NOES! TEH ERROR!",
  9.                 "0001000001111011000000000011001101011120110111",
  10.                 "Nuclear launch detected!",
  11.                 "Don't send this to Microsoft",
  12.                 "You. Shall. Not. Pass!!!",
  13.                 "Yep, we have bugs",
  14.                 "It's dangerous to go alone. Take this!",
  15.                 "The operation completed successfully",
  16.                 "Security Alert – Moving cursor is not as safe as you thought",
  17.                 "Random error appears from north",
  18.                 "ERROR: NO_ERROR",
  19.                 "Epic fail",
  20.                 "At least it's not BSoD...",
  21.                 "User Error. Please Replace User",
  22.                 "Brought to you by MaxED!",
  23.                 "GZDoom Builder proudly presents:",
  24.                 "You aren't expected to understand this",
  25.                 "Back to the drawing board...",
  26.                 "I'm sorry... :(",
  27.                 "This is a horrible day for you, and of course, the world",
  28.                 "Abort, Retry, Fail?",
  29.                 "You are making progress. I'm afraid that's something I can't allow to happen",
  30.                 "You are making progress. That's not OK",
  31.                 "No errors found, restarting computer",
  32.                 "Does Not Compute!",
  33.                 "I’m sorry, Dave, I’m afraid I can’t do that",
  34.                 "What's that? Chicken?",
  35.                 "It can only be attributable to human error",
  36.                 "It's now safe to turn off your computer",
  37.                 "I've got a bad feeling about this",
  38.                 "YOU CAN’T DO THAT!",
  39.                 "Man the Lifeboats! Women and children first!",
  40.                 "IMPOSSIBURU!!!",
  41.                 "Now deleting all files. Goodbye",
  42.                 "General Failure",
  43.                 "Invalid Error",
  44.                 "Beam me up Scotty, there’s no life out here",
  45.                 "Well, you ran into something and the game is over",
  46.                 "I'm good at writing bad code",
  47.                 "$FUNNY_ERROR_CAPTION",
  48.                 "In Soviet Russia, exception throws YOU!",
  49.                 "...and then GZDB was the demons!",
  50.                 "B U S T E D",
  51.                 "Freeze mode enabled",
  52.                 "You feel strange...",
  53.                 "That doesn't seem to work",
  54.                 "This function is only available in the retail version of GZDoom Builder",
  55.                 "You picked up the Random Exception.",
  56.                 "Pinky says that you're the new hope. Bear that in mind.",
  57.                 "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  58.                 "Deal with it",
  59.                 "Error 47",
  60.                 "YOU DIED",
  61.                 "Thanks, Obama",
  62.                 "The God Of Exceptions Demands MORE Exceptions!",
  63.                 "Good. It's boring here anyway.",
  64.                 "Shameful display!",
  65.                 "It's CRASHENING!",
  66.                 "W-W-W-WIPEOUT!",
  67.                 "EVERYTHING IS LOST!",
  68.                 "Your empty is full!",
  69.                 "Let's see how far this infinite loop goes...",
  70.                 "Windows 10 is here! RUN!",
  71.                 "You really screwed up this time!",
  72.                 "[WFDS]",
  73.                 "[No]",
  74.                 "An error has occurred while creating an error",
  75.                 "Catastrophic failure",
  76.                 "This time, it’s the human’s fault",
  77.                 "No error occurred",
  78.                 "Hey! It looks like you're having an error!",
  79.                 "What, what, what, what, what, what, what, what, what, what?",
  80.                 "WARNING: PROGRAMMING BUG IN GZDB!",
  81.                 "Something happened",
  82.                 "The Device is Error",
  83.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement