Guest User

Gochiusa Thead Simulator

a guest
Mar 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.85 KB | None | 0 0
  1. public class GochiusaThread {
  2.  
  3.   public static void main(String[] args) {
  4.     new GochiusaThread();
  5.   }
  6.  
  7.   private String[] posts = {"My asian wife Chiya is so traditional. ", "My traditional Asian wife Chiya's Japanese pussy is so tight.", "My kanojo Megu-chan is so cute", "$10.50", "I want to look exactly like Syaro!", ">Aoyama will never sit on your face and crush your skull in the process", "S3 when?", "Quantum superposition - the fundamental principle of quantum mechanics, dictates that I, Cocoa, can be everyone's big sister at once. I can be even be the big sister,of my big sister!\n" +
  8.       "Science is indeed interesting!", "MY","WIFE", "My daughterwives are so smart.", "My girlfriend Sharo-chan is going to MARRY me!", "My wife Cocoa is so intelligent", "Straight from the source™", "Sxyarp","Which Gochiusa has the tastiest pee?","CAWFEE","by me", "By me.", "GWEEN TEA", "My wife chino is so cute","Ama Usa An? More like Ama Uzbeki Stan because I am going to destroy Chiya's tight Japanese pussy just like how Genghis Khan pillaged Samarkand. I want to rail her senseless until she screams \"TASHKENT-TE, YAMERO\", as I Jizzakh deep into her. I want to fuck her until my nuts are drained dry just like the Aral Sea. I bet her snatch has been used and visited by many throughout her life, just like the ancient silk road city of Bukhara whereby many traders pass by. But despite that I still believe that Chiya is still as pure as the Amu Darya River which flows in in the Qaraqalpaqstan region..."};
  9.  
  10.   public GochiusaThread() {
  11.     System.out.println("CAWFEE");
  12.    
  13.     Random rand = new Random();
  14.    
  15.     int i = 0;
  16.     while(i < 300) {
  17.       int j = rand.nextInt(posts.length);
  18.       System.out.println(posts[j]);
  19.       i++;
  20.       try {
  21.         Thread.sleep(rand.nextInt(1000));
  22.       } catch (Exception e){
  23.       }
  24.     }
  25.    
  26.   }
  27.  
  28. }
Add Comment
Please, Sign In to add comment