Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class GochiusaThread {
- public static void main(String[] args) {
- new GochiusaThread();
- }
- 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" +
- "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..."};
- public GochiusaThread() {
- System.out.println("CAWFEE");
- Random rand = new Random();
- int i = 0;
- while(i < 300) {
- int j = rand.nextInt(posts.length);
- System.out.println(posts[j]);
- i++;
- try {
- Thread.sleep(rand.nextInt(1000));
- } catch (Exception e){
- }
- }
- }
- }
Add Comment
Please, Sign In to add comment