Advertisement
MaxDoesStuff

Toilet Paper Dating Simulator 2 Source Code

Sep 17th, 2020
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 13.26 KB | None | 0 0
  1. ## Fucking kill me ##
  2.  
  3. define y = Character("You", color="0DF1E7")
  4. define TP = Character("Toilet Paper", color="42FF00")
  5. define A = Character("Alex", color="FF37F0")
  6. define GIN = Character("Glitchy is Near", color="376BFF")
  7. define LBE = Character("Lil Bit Everything", color="F35252")
  8. define D = Character("Developer", color="FFAA00")
  9. define TPN = Character("Dave", color="00FFB6")
  10.  
  11. image LR = "living room.jpg"
  12. image H = "hidden.jpg"
  13. image A = "Momma.png"
  14. image TP = "Toilet Paper.png"
  15. image S = "Sewer.jpg"
  16. image DE = "Developer.png"
  17. image B = "bathroom-background.jpg"
  18. image BM = "basement.png"
  19. image D = "Dave.png"
  20. image AB = "Army Base.png"
  21. image G = "Guard.png"
  22. label start:
  23.     "This game is a joke, if you get sexually attracted to the toilet paper you're going to see please."
  24.     "Break your fucking computer immediately."
  25.     "Anyway. Enjoy."
  26.     "So, this game takes place after the time the Toilet Paper gets shot in Toilet Paper Dating Simulator."
  27.     "Since the developer for some fucking reason went to your house and mugged you and the toilet paper died"
  28.     "You've been scarred for life."
  29.     "Man up bitch boy, this is just a game."
  30.     "Ahem."
  31.     "Anyway"
  32.     "Oh shit wait- we added something new to the game?"
  33.     "Really? We took the time to- yeah yeah I know the developer has enough time but he's just lazy."
  34.     "Mhm- uh huh- okay!"
  35.     "Since we got the fucking time."
  36.     "You can make a custom name."
  37.     "If you don't want to make a custom name cause you don't have enough brain blast."
  38.     "Then just press enter. We will have a name ready for you if you don't want to make a custom name."
  39.     $ player_name = renpy.input("What's your name dumbass")
  40.     $ player_name = player_name.strip()
  41.     if player_name == "":
  42.         $ player_name="Lazy fuck"
  43.     "Ah.. %(player_name)s. That's a nice name."
  44.     "But if you didn't put a name you're just lazy."
  45.     "Anyway enjoy the rest of the game blah blah blah."
  46.     scene LR
  47.     "So, we're back."
  48.     "You're playing CraftersMine on the PonySkater4"
  49.     "Then you start getting a flash back."
  50.     show TP at right
  51.     show DE at left
  52.     "You remember this moment as the toilet paper jumped infront of the bullet and sacrafice himself for you."
  53.     hide TP
  54.     hide DE
  55.     y "He must've really cared."
  56.     y "I could've done something. But I didn't."
  57.     "You still remember and remember this moment. Very vividly."
  58.     "A year passed and you still are depressed about losing your true love(?), Toilet Paper."
  59.     "You need to take a massive shit. You drank the Toilet Paper's sewer water at his home, now you have Diahrea."
  60.     scene B
  61.     "As you enter the bathroom you start to spray out the shit into the toilet."
  62.     "You look to the right to see..."
  63.     "toilet paper???"
  64.     show TP at center
  65.     "You haven't bought any toilet paper since the incident."
  66.     "You've only been using Alex to wipe your ass."
  67.     y "T-Toilet Paper?"
  68.     TP "Yeah I'm toilet paper what's new about it?"
  69.     y "Is it really you?"
  70.     TP "Dude you just bought me yesterday."
  71.     y "Oh, I must've been drunk, anyway, who are you?"
  72.     TPN "The name's Dave!"
  73.     show D
  74.     TPN "What's your name?"
  75.     y "%(player_name)s"
  76.     TPN "Nice name!"
  77.     y "Thanks."
  78.     TPN "Why are you sad?"
  79.     menu:
  80.         "Lie":
  81.             jump lie
  82.         "Truth":
  83.             jump truth
  84.     label truth:
  85.         y "I used to date a roll of toilet paper and now he's- dead."
  86.         y "And now I'm really upset."
  87.         TPN "So you don't wanna date me? This handsome fuck?"
  88.         y "No- not at the moment-"
  89.         hide TP
  90.         scene H
  91.         "So Dave killed you. Great job."
  92.         "You got the truth ending."
  93.         return
  94.     label lie:
  95.         y "Uh... no I'm fine!"
  96.         TPN "Alright then..."
  97.         TPN "...Follow me I have something to show you"
  98.         "Dave gives you a weird smirk."
  99.         y "Uhm... okay-?"
  100.         scene LR
  101.         "You follow Dave to the..."
  102.         scene BM
  103.         "The basement?"
  104.         TPN "Welcome to my shelter where I hid for the majority of my life"
  105.         y "Wait so you were here when someone mugged us?"
  106.         TPN "Yeah. And I know what my brother did for you."
  107.         TPN "It's your fault he's gone!"
  108.         show D
  109.         TPN "NOW IT'S TIME FOR PAY-"
  110.         "Suddenly there was a crash"
  111.         show TP at left
  112.         show D at right
  113.         TP "Hey everyone I'm here!"
  114.         TPN "You're- you're alive?"
  115.         TP "of course I am why woul- OHHHH you actually thought I died?"
  116.         y "Yeah?"
  117.         TP "%(player_name)s,%(player_name)s,%(player_name)s. I never died. Toilet Paper can't die."
  118.         y "Oh."
  119.         TP "Yeah."
  120.         menu:
  121.             "Kiss the Toilet Paper":
  122.                 jump kiss_tp
  123.             "Hug the Toilet Paper":
  124.                 jump hug_tp
  125.             "Do nothing":
  126.                 jump do_nothing
  127.             "Fuck the Toilet Paper infront of Dave":
  128.                 jump have_sex_with_tp_1
  129.         label do_nothing:
  130.             TP "Really? No kiss or anything?"
  131.             menu:
  132.                 "Kiss the Toilet Paper":
  133.                     jump kiss_tp
  134.                 "Hug the Toilet Paper":
  135.                     jump hug_tp
  136.                 "Do nothing again":
  137.                     jump do_nothing_again
  138.                 "Fuck the Toilet Paper infront of Dave":
  139.                     jump have_sex_with_tp_1
  140.         label do_nothing_again:
  141.             TP "You're kidding right?"
  142.             menu:
  143.                 "Kiss the Toilet Paper":
  144.                     jump kiss_tp
  145.                 "Hug the Toilet Paper":
  146.                     jump hug_tp
  147.                 "Do nothing again again":
  148.                     jump do_nothing_again_again
  149.                 "Fuck the Toilet Paper infront of Dave":
  150.                     jump have_sex_with_tp_1
  151.         label do_nothing_again_again:
  152.             TP "Okay that's it."
  153.             hide TP
  154.             hide D
  155.             scene H
  156.             "The Toilet Paper dies from a heartbreak. You monster."
  157.             "You got the Monster ending."
  158.             return
  159.         label hug_tp:
  160.             TP "Why not a kiss too?"
  161.             menu:
  162.                 "Kiss the Toilet Paper":
  163.                     jump kiss_tp
  164.                 "Do nothing":
  165.                     jump do_nothing
  166.                 "Fuck the Toilet Paper infront of Dave":
  167.                     jump have_sex_with_tp_1
  168.         label have_sex_with_tp_1:
  169.             "You start to seduce the Toilet Paper infront of Dave."
  170.             hide TP
  171.             hide D
  172.             scene H
  173.             "You get Toilet Paper pregnant and start a Toilet Paper family?"
  174.             "You got the Family ending."
  175.             return
  176.         label kiss_tp:
  177.             "You kiss the toilet paper on his uh.. lips?"
  178.             TP "I missed you too-"
  179.             TPN "We got something to do-"
  180.             TP "Hm? What is it?"
  181.             TPN "We gotta grab the ultimate toilet."
  182.             TP "Dude SHHH- not outloud!"
  183.             y "Ultimate... Toilet?"
  184.             TP "SHUT UP!"
  185.             "The Toilet Paper directs you towards the corner of the room."
  186.             TP "Okay- listen. This is the Toilet Paper that wipes asses for people."
  187.             y "Ok and?"
  188.             TP "We got to destroy it, or else we go out of buisness."
  189.             y "Wha-?"
  190.             y "You get paid to be pervy?"
  191.             TP "Yeah- Charmin gets the most paid."
  192.             y "Uh huh..."
  193.             y "So. What do you want me to do?"
  194.             TP "We need you to infiltrate the US Army Base."
  195.             y "Hahahaha..."
  196.             y "What?"
  197.             scene AB
  198.             TP "MOVE IT PEOPLE! MOVE IT MOVE IT!"
  199.             y "We are right next to you."
  200.             TP "...oh"
  201.             y "Hey I don't think I ever got your name."
  202.             TP "Names are for baby bitches."
  203.             "Dave gave that weird hand movement that cartoon characters do signifying like 'DUDE!'(somehow)"
  204.             TP "So. Ready to fuck some Army men?"
  205.             y "No I only want to fuck you-"
  206.             TP "How does that even work?"
  207.             y "I have no fucking idea."
  208.             "You head up towards the enterance. There's a guard blocking your path."
  209.             TP "Shit."
  210.             TP "How do you we do this?"
  211.             hide TP
  212.             hide D
  213.             show G
  214.             menu:
  215.                 "Distract him":
  216.                     jump distraction
  217.                 "Punch the fucker":
  218.                     jump punch
  219.                 "Walk up and negotiate with the child":
  220.                     jump negotiate
  221.         label distraction:
  222.             play music "Distraction Dance.mp3"
  223.             "You go up to the kid and do the distraction dance."
  224.             "The kid looks at you confused."
  225.             "So then he joins you."
  226.             "Now you drop kicked the fucker."
  227.             "As he's crying you grab his radio and smash it then slide into the base."
  228.             stop music
  229.             hide G
  230.             jump more
  231.         label punch:
  232.             "You punch the fucking child"
  233.             TP "DUDE! WHAT THE FUCK?!"
  234.             y "What?"
  235.             TP "YOU DON'T PUNCH CHILDREN!!!"
  236.             y "Oh-"
  237.             TP "You can do anything else. BUT PUNCHING CHILDREN?"
  238.             TP "That's so fucked."
  239.             scene H
  240.             hide G
  241.             "Yeah no I agree with him."
  242.             "That was fucked up man."
  243.             "You got the child abuser ending."
  244.             return
  245.         label negotiate:
  246.             "You go up to the child and try to negotiate with him."
  247.             y "Hey kid, me and my friends are looking for the general. We are good fri-"
  248.             scene H
  249.             hide G
  250.             "The kid shoots you with a glock before you have a chance to say friend."
  251.             "The general doesn't have friends."
  252.             "His only friends are his testicles. Thing one and Thing two."
  253.             "You got the testicles ending."
  254.             return
  255.         label more:
  256.             "You three slide into the general's office to be greated with..."
  257.             show DE
  258.             show D at left
  259.             show TP at right
  260.             "DEVELOPER?!"
  261.             D "*gasp*"
  262.             D "It's you! And... TOILET PAPER?!"
  263.             TP "My most gracious enemy."
  264.             TP "Developer."
  265.             y "Uhm..."
  266.             y "You know, I know it has only been a year but I just realized how fucking weird this situation is."
  267.             D "SHUT PEASANT!"
  268.             y "What the fuck?"
  269.             D "You don't speak UNLESS IF I SAY SO YOU MOTHER FUCKING BITCH."
  270.             y "OH YOU WANNA GO?!"
  271.             D "YEAH I WANNA GO!"
  272.             menu:
  273.                 "Challenge Developer":
  274.                     jump Challenge
  275.                 "Surrender":
  276.                     jump Surrender
  277.         label Challenge:
  278.             scene H
  279.             play music "Pokemon Music.mp3"
  280.             "%(player_name)s challenged Developer!"
  281.             menu:
  282.                 "Attack":
  283.                     jump Attack
  284.                 "Defense":
  285.                     jump Defense
  286.                 "Item":
  287.                     jump Item
  288.                 "Mercy":
  289.                     jump Mercy
  290.         label Attack:
  291.             "You try to attack but then Developer stabs %(player_name)s in the head!"
  292.             "Critical Damage!"
  293.             "%(player_name)s has fainted!"
  294.             hide DE
  295.             stop music
  296.             "You got the Fucked up the attack ending."
  297.             return
  298.         label Defense:
  299.             "%(player_name)s hold %(player_name)s's hand out."
  300.             "Developer cuts %(player_name)s's hand off"
  301.             y "FUCK! MAN. I DIDN'T SEE THAT COMING!"
  302.             "Developer stabs your chest."
  303.             "%(player_name)s has fainted!"
  304.             hide DE
  305.             stop music
  306.             "You got the.. YOU KNOW WHAT FUCK IT. I'm SICK OF MAKING THESE DUMBASS ENDING NAMES! MAKE IT YOURSELF!"
  307.             $ ending_name = renpy.input("What's the ending called?")
  308.             $ ending_name = ending_name.strip()
  309.             "You got the %(ending_name)s ending."
  310.             return
  311.         label Mercy:
  312.             hide DE
  313.             stop music
  314.             "Do I even NEED to explain where you went wrong?"
  315.             "You died. Developer didn't spare you."
  316.             "You got the Mercy ending."
  317.             return
  318.         label Item:
  319.             "%(player_name)s pulls out a gun and shoots Developer!"
  320.             "Developer has fainted!"
  321.             "%(player_name)s has one the battle!"
  322.             stop music
  323.             scene MB
  324.             show D at left
  325.             show TP at right
  326.             TP "Jesus Christ, %(player_name)s. You shot him!"
  327.             D "You- you bastard! I'll get you another day you hear me! I WILL GET YOU ANOTHER DAY!"
  328.             "Developer explodes."
  329.             scene H
  330.             hide TP
  331.             hide D
  332.             "You, Dave, and Toilet Paper escape and run home. After that you have long sex with Toilet Paper."
  333.             "You did it. You won. It took me 2 days to make this game, and you fucking did it."
  334.             "You got the canon ending."
  335.             "Twitter: @Joke4V"
  336.             "Youtube: Max Does Stuff"
  337.             "Twitch: Maxieboyowo"
  338.             "Thanks for playing and enjoying my games."
  339. return
  340.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement