VVish

Still FOnlive

Jan 27th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.09 KB | None | 0 0
  1. void Still_FOnlive( Vocals& vvish, Minus& jonathan_coulton )
  2. {
  3.     if (vvish == true && jonathan_coulton == true)
  4.     {
  5.         string result;
  6.         string lyrics;
  7.        
  8.         result += "\n";
  9.        
  10.         lyrics = "I'm launching a client
  11.         And making a note here:
  12.         HUGE SUCK ASS.
  13.         It's hard to love or hate
  14.         those saddest factions.
  15.        
  16.         The Talon Alliance
  17.        
  18.         They loot then they run,
  19.         because, they can.
  20.         For the lulz of all of us...
  21.         ...Except blyad when they are dead.
  22.        
  23.         But there's no sense in crying
  24.         over every noob death.
  25.         They just keep on trying,
  26.         till they run out of health.
  27.        
  28.         And then science gets done,
  29.         And you craft a neat gun,
  30.         To use on players, who are,
  31.         still alive.";
  32.        
  33.         // Dear <<Talon Name Here>>,
  34.        
  35.         lyrics += "\n" +
  36.         "I'm not even angry.
  37.         Just want to disappear, right now.
  38.         That's because you run away and tilted me.
  39.        
  40.         Camped Decimas in Glow for some reason.
  41.         And threw every peasant, into, a fire.
  42.         As they burned - they hurt, because
  43.         They dropped metalkas for you.
  44.        
  45.         Now these symbols of lyrics make a beautiful line
  46.         We're out of plasmas, using bursters this time
  47.        
  48.         So I'm GLaD those noobs got burned,
  49.         think of all the tricks we learned,
  50.         to use on players, who are,
  51.         still alive!";
  52.        
  53.         // One last sting,
  54.        
  55.         lyrics += "\n" +
  56.         "Don't be mad or hate me.
  57.         I think that it was, bypass, applied.
  58.        
  59.         Maybe you'll find someone else to help you.
  60.         Maybe Black Muhos?
  61.         That was a joke, haha, FAT CHANCE.
  62.         Anyway, this Hub is great,
  63.         Chat's so delicious and moist.
  64.        
  65.         Look at me still talking when there's content to do,
  66.         I Remember bebeshka spawnrate, it makes me GLaD I'm not you,
  67.         I'm writing this for fun, there is youtube movie to be done,
  68.         For all the players, who are, still FOnline!
  69.        
  70.         And believe me, I am, still fonline,
  71.         I'm doing crafting and I'm, still alive,
  72.         I looked at clock - 5 am, still alive,
  73.         While doing Sierra you need, still like five,
  74.         And when you respawn I'll be, still alive.
  75.         Still a lie.
  76.         STILL FONLINE!
  77.         ";
  78.        
  79.         result += lyrics;
  80.         return result;
  81.     }
  82.    
  83.     return;
  84. }
Add Comment
Please, Sign In to add comment