altChip

Untitled

Feb 28th, 2020 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.31 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdbool.h>
  3.  
  4. bool is_furry = true;
  5. bool gay = true;
  6.  
  7. int no_of_werewolves = 14;
  8.  
  9. fur_noises *fur_noise;
  10. fur_actions *fur_action;
  11.  
  12. furs me;
  13. furs you;
  14. furs daddy;
  15. furs someone;
  16. furs mr_fuzzy_balls;
  17. furs sea_salt = "Slut";
  18. furs nick_wilde = "God";
  19.  
  20. bool OwO(int my_shame_for_making_this, char **furries) {
  21.     if (is_furry && gay) {
  22.         while (is_furry) { // This is forever
  23.             for (int i = 0; i < fur_noise.m_no_of_fur_noises; i++) {
  24.                 fur_noise.rawr("x3");
  25.             }
  26.  
  27.             fur_action.nuzzles(you);
  28.             state = get_state(you);
  29.             fur_action.pounces(you);
  30.             you.get_temp = "warm";
  31.  
  32.             if (you.bulge) {
  33.                 printf("OwO what's this? \n");
  34.                 someone.state = "happy";
  35.                 printf("%c%c \n", 59, 41);
  36.             } else {
  37.                 return false;
  38.             }
  39.  
  40.             fur_action.nuzzles(you.necky_wecky);
  41.             fur_noise.murr("~");
  42.             printf("hehehe \n");
  43.             fur_action.rubbies(you.bulgy_wolgy);
  44.  
  45.             if (you.bulgy_wolgy > 621) {
  46.                 printf("%coooo \n" 58);
  47.             } else {
  48.                 return false;
  49.             }
  50.  
  51.             while (you.bulgy_wolgy.is_growing) {
  52.                 printf("%c", 46);
  53.  
  54.                 for (int i = 0; i <= 3; i++) {
  55.                     printf("%c", 47);
  56.                 }
  57.  
  58.                 printf("%c \n", 46);
  59.                 fur_action.kisses(you.necky_wecky);
  60.                 fur_action.lickies(you.necky_wecky);
  61.             }
  62.             daddy = you;
  63.             printf("%c%c \n", 40, 59);
  64.             fur_action.nuzzles_wuzzles(daddy.necky_wecky);
  65.  
  66.             if (daddy.likes) {
  67.                 printf("%c%c \n", 36, 36);
  68.                 fur_action.wiggle_butt();
  69.                 fur_action.squirms();
  70.             } else {
  71.                 open(e621);
  72.             }
  73.  
  74.             if (daddy.big_meat) {
  75.                 fur_action.wiggle_butt();
  76.             }
  77.  
  78.             if (daddy.get_itch) {
  79.                 fur_action.wags_tail("o3o");
  80.             }
  81.  
  82.             fur_noise.nyea("~");
  83.             me.itch = 7;
  84.             daddy.punish(me);
  85.             fur_action.paws(you.chest);
  86.             daddy.punish(me, good);
  87.             fur_action.paws(you.buldge);
  88.             me.state = "thirsty";
  89.  
  90.             if (me.milk == false) {
  91.                 fur_action.unbuttons(you.pants);
  92.             }
  93.  
  94.             you.musk = true;
  95.             printf("%cd \n", 58);
  96.             fur_action.lick(you.shaft);
  97.             fur_noise.mmmm("~");
  98.             if (you.shaft.musk) {
  99.                 fur_action.drools(you.cock);
  100.                 fur_action.fondles(*mr_fuzzy_balls);
  101.                 fur_action.sniffs(*mr_fuzzy_balls);
  102.                 me.cock = "hard";
  103.                 fur_action.licks(*mr_fuzzy_balls);
  104.                 daddy.punish(me);
  105.             }
  106.  
  107.             fur_noise.nyea("~");
  108.             fur_action.wiggles(me.butt);
  109.             you.musk = "good";
  110.             daddy.punish(me);
  111.             fur_noise.nyea("~");
  112.             me.muzzle(you.cock);
  113.             fur_noise.mmmm("~");
  114.             fur_action.suckles(you.cock);
  115.         }
  116.     } else if (is_furry && !gay) {
  117.         // This is an impossible state and therefore out of scope
  118.     }
  119. }
Add Comment
Please, Sign In to add comment