##THAT'S IT, I QUIT. I DON'T WANT TO SHILL ANYMORE ON 8CH. HERE IS MY SCRIPT.##
———-
public class ShillPhraseOMatic
{
public static void main(String args[])
{
String[] wordListOne = {"Q is a larp", "[Racial] war", "[Religious] war", "The NWO will rule you forever", "Arrests or GTFO"};
String[] wordListTwo={"because I said so","because history repeats forever","because you're a [pejorative term for a race]", "because you're a [pejorative term for religion]", "because fake news says so", "because twitter bots say so", "because Fakebook bots say so"};
String[] wordListThree={"you [pejorative name for a race]", "you [pejorative name for a religion]", "you [pejorative name for [sexual preference]]", "you race traitor"};
int oneLength=wordListOne.length;
int twoLength=wordListTwo.length;
int threeLength=wordListThree.length;
int rand1=(int)(Math.random()*oneLength);
int rand2=(int)(Math.random()*twoLength);
int rand3=(int)(Math.random()*threeLength);
String phrase = wordListOne[rand1] +" " + wordListTwo[rand2] + " " +wordListThree[rand3];
System.out.println("No, you need to ignore Q and Spygate and Pizzagate and instead get distracted with " + phrase);
}
}