Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,,,You walk in the living room and see a modestly furnished room.
You can go across town and visit your father at his apartment.
What would you like to do?
[[Go to your room->Your room]]
<<if $dadstory >= 1>> [[Visit Dad->Visit Dad]]
<<else>> [[Visit Dad->Meet Dad]]
<</if>>
<<if $landlstory is 1>>
[[Visit Roman's Apt]]
<</if>>
[[Explore the City->Explore City Night]]
[[Go to bed->Night Bedroom]]
<nobr>
<<if $day == "Monday">>
<</if>>
<<if $bodymuscle >= 100>>
<<set $looksbase = 6>>
<<elseif $bodymuscle >= 75>>
<<set $looksbase = 4>>
<<elseif $bodymuscle >= 50>>
<<set $looksbase = 2>>
<<elseif $bodymuscle >= 25>>
<<set $looksbase = 1>>
<<elseif $bodymuscle >= 0>>
<<set $looksbase = 0>>
<</if>>
<<if $ass >= 100>>
<<set $assadd = 5>>
<<elseif $ass >= 90>>
<<set $assadd = 4.5>>
<<elseif $ass >= 80>>
<<set $assadd = 4>>
<<elseif $ass >= 70>>
<<set $assadd = 3.5>>
<<elseif $ass >= 60>>
<<set $assadd = 3>>
<<elseif $ass >= 50>>
<<set $assadd = 2.5>>
<<elseif $ass >= 40>>
<<set $assadd = 2>>
<<elseif $ass >= 30>>
<<set $assadd = 1.5>>
<<elseif $ass >= 20>>
<<set $assadd = 1>>
<<elseif $ass >= 10>>
<<set $assadd = .5>>
<<elseif $ass >= 0>>
<<set $assadd = 0>>
<</if>>
<<if $looksbase === 0 && $assadd === 0>>
<<set $looks = 0>>
<<elseif $looksbase === 0 && $assadd === .5>>
<<set $looks = .5>>
<<elseif $looksbase === 0 && $assadd === 1>>
<<set $looks = 1>>
<<elseif $looksbase === 0 && $assadd === 1.5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 0 && $assadd === 2>>
<<set $looks = 2>>
<<elseif $looksbase === 0 && $assadd === 2.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 0 && $assadd === 3>>
<<set $looks = 3>>
<<elseif $looksbase === 0 && $assadd === 3.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 0 && $assadd === 4>>
<<set $looks = 4>>
<<elseif $looksbase === 0 && $assadd === 4.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 0 && $assadd === 5>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 0>>
<<set $looks = 1>>
<<elseif $looksbase === 1 && $assadd === .5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 1 && $assadd === 1>>
<<set $looks = 2>>
<<elseif $looksbase === 1 && $assadd === 1.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 1 && $assadd === 2>>
<<set $looks = 3>>
<<elseif $looksbase === 1 && $assadd === 2.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 1 && $assadd === 3>>
<<set $looks = 4>>
<<elseif $looksbase === 1 && $assadd === 3.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 1 && $assadd === 4>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 4.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 1 && $assadd === 5>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 0>>
<<set $looks = 2>>
<<elseif $looksbase === 2 && $assadd === .5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 2 && $assadd === 1>>
<<set $looks = 3>>
<<elseif $looksbase === 2 && $assadd === 1.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 2 && $assadd === 2>>
<<set $looks = 4>>
<<elseif $looksbase === 2 && $assadd === 2.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 2 && $assadd === 3>>
<<set $looks = 5>>
<<elseif $looksbase === 2 && $assadd === 3.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 2 && $assadd === 4>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 4.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 2 && $assadd === 5>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 0>>
<<set $looks = 4>>
<<elseif $looksbase === 4 && $assadd === .5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 4 && $assadd === 1>>
<<set $looks = 5>>
<<elseif $looksbase === 4 && $assadd === 1.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 4 && $assadd === 2>>
<<set $looks = 6>>
<<elseif $looksbase === 4 && $assadd === 2.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 4 && $assadd === 3>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 3.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 4 && $assadd === 4>>
<<set $looks = 8>>
<<elseif $looksbase === 4 && $assadd === 4.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 4 && $assadd === 5>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 0>>
<<set $looks = 6>>
<<elseif $looksbase === 6 && $assadd === .5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 6 && $assadd === 1>>
<<set $looks = 7>>
<<elseif $looksbase === 6 && $assadd === 1.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 6 && $assadd === 2>>
<<set $looks = 8>>
<<elseif $looksbase === 6 && $assadd === 2.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 6 && $assadd === 3>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 3.5>>
<<set $looks = 9.5>>
<<elseif $looksbase === 6 && $assadd === 4>>
<<set $looks = 10>>
<<elseif $looksbase === 6 && $assadd === 4.5>>
<<set $looks = 10.5>>
<<elseif $looksbase === 6 && $assadd === 5>>
<<set $looks = 11>>
<</if>>
<<set $daystage = "Early Evening">>
<<if $ass >= 100>>
<<set $ass to 100>>
<</if>>
<<if $bodymuscle >= 100>>
<<set $bodymuscle to 100>>
<</if>>
<<if $excitement <= 100>>
<<set $cum to $cum +3>>
<<elseif $excitement <= 90>>
<<set $cum to $cum +2.5>>
<<elseif $excitement <= 80>>
<<set $cum to $cum +2>>
<<elseif $excitement <= 70>>
<<set $cum to $cum +1.5>>
<<elseif $excitement <= 60>>
<<set $cum to $cum +1>>
<<elseif $excitement <= 50>>
<<set $cum to $cum +.5>>
<<elseif $excitement <= 40>>
<<set $cum to $cum +.4>>
<<elseif $excitement <= 30>>
<<set $cum to $cum +.3>>
<<elseif $excitement <= 20>>
<<set $cum to $cum +.2>>
<<elseif $excitement <= 10>>
<<set $cum to $cum +.1>>
<</if>><</nobr>You take a short walk through the city center and find your way to your dad's apartment building. It's a decently tall high rise in a growing area of development, but still pretty understated.
You walk inside and make your way onto an elevator before selecting the floor of your father's apartment. You take a few more minutes to make it to the door and knock.
After a few moments you the door opens and you see a familiar face (Select appearance):
<center>
<div class="row">
<div class="column">A:
<img src="media\Dad\A\images\AFull.png" style="width:100%">
</div><div class="column">B:
<img src="media\Dad\B\images\BFull.png" style="width:100%">
</div>
</div>
<<nobr>>
-
<<for _i to 0; _i lt $dadappearance.length; _i++>>
<<capture _i>>
[[$dadappearance[_i]|Dad Hello][$dada to $dadappearance[_i]]] -
<</capture>>
<</for>>
<</nobr>>
</center>
<<set $dadstory to 1>>
<<set $dadrelationship to 1>>
/*Story Bar*/
<<set $name to " ">>
<<set $age = 0>>
<<set $cash = 50>>
<<set $excitement = 50>>
<<set $cum = .5>>
<<set $stress = 0>>
<<set $day to "Monday">>
<<set $GPA = 2.0>>
/*END Story Bar*/
/*Bills*/
<<set $renttotal = 800>>
<<set $secdeptpaid = 0>>
<<set $rentmonth = 28>>
<<set $rentdays = 0>>
<<set $secduedate = Number(7) - Number($rentdays)>>
<<set $rentduedate = Number($rentmonth) - Number($rentdays)>>
/*END Bills*/
/*Basics*/
<<set $looksbase = 0>>
<<set $looksadd = 0>>
<<set $ass = 0>>
<<set $assadd = 0>>
<<set $perverted = 0>>
<<set $looks = 0>>
/*END Basics*/
/*Story*/
<<set $dayone = 1>>
<<set $daystages to ["Early Morning", "Before Classes", "Class", "After Classes", "Early Evening", "Mid Evening", "Late Evening"]>>
<<set $daystage = "Early Morning">>
<<set $dayspast = 0>>
/*Incubus */
<<set $demonstory = 0>>
/*END Incubus*/
/*Dad*/
<<set $dadstory = 0>>
<<set $dadrelationship = 0>>
<<set $dadlapcount = 0>>
<<set $dadlewdlapcount = 0>>
<<set $dadhandcount = 0>>
<<set $dadsuckcount = 0>>
<<set $dadfuckedcount = 0>>
<<set $dadfuckcount = 0>>
<<set $dadlover = 0>>
<<set $dadappearance to ["A", "B"]>>
<<set $dada = "A">>
/*END Dad*/
/*Bully*/
<<set $bullystory = 0>>
<<set $bullyrelationship = 0>>
<<set $bullyhandcount = 0>>
<<set $bullysuckcount = 0>>
<<set $bullyfuckedcount = 0>>
/*END Bully*/
/*Landlord*/
<<set $landlstory = 0>>
<<set $landlrelationship = 0>>
<<set $landllewdlapcount = 0>>
<<set $landlhandcount = 0>>
<<set $landlsuckcount = 0>>
<<set $landlfuckedcount = 0>>
/*END Landlord*/
/*Gym*/
<<set $gymlstory = 0>>
<<set $Gymrelationship = 0>>
<<set $landlhandcount = 0>>
<<set $landlsuckcount = 0>>
<<set $landlfuckedcount = 0>>
/*City*/
<<set $escortfound = 0>>
<<set $parkfound = 0>>
<<set $clubfound = 0>>
/*Escorts*/
<<set $escortaccept = 0>>
<<set $escortjobsdone = 0>>
<<set $escortspjobsdone = 0>>
<<set $escorttotaljobsdone = Number($escortspjobsdone) + Number($escortjobsdone) >>
<<set $escortstripskill = 0>>
<<set $escortGHskill = 0>>
/*End Escorts*/
/*End City*/
/*END Story*/
/*Sexual Stats*/
<<set $pornwatched = 0>>
<<set $suckedcocks = 0>>
<<set $cocksucked = 0>>
<<set $assfucked = 0>>
<<set $fuckedass = 0>>
<<set $strokedcocks = 0>>
<<set $fingered = 0>>
<<set $promiscuity = Number($suckedcocks) + Number($cocksucked) + Number($assfucked) + Number($fuckedass) + Number($strokedcocks) + Number($fingered) + Number($escortskilladd) + Number($escortjobpromadd)>>
<<set $escortskillprom = Number($escortstripskill) + Number($escortGHskill)>>
<<set $escortskilladd = Number($escortskillprom) * .25>>
<<set $escortjobpromadd = Number($escorttotaljobsdone) *.5>>
/*END Sexual Stats*/
/*Apperance*/
<<set $bodyweight = 150>>
<<set $bodymuscle = 0>>
<<set $eyecolors to ["Amber", "Blue", "Brown", "Gray", "Green", "Hazel", "Red"]>>
<<set $eye = "blue">>
<<set $haircolors to ["Brown", "Black", "Dark Brown", "Gray", "Blond", "Dirty-Blond", "Red"]>>
<<set $hair = "Brown">>
<<set $hairstyles to ["Bald", "Buzz Cut", "Crew Cut", "Pompadour", "Messy Waves", "Long", "Topknot"]>>
<<set $hairs = "Crew Cut">>
<<set $beardstyles to ["Clean Shave", "Short Stubble", "Long Stubble", "Full Beard", "Extended Gotee", "Anchor Stach and Beard", "Long and Unkempt"]>>
<<set $beard = "short">>
<<set $bodytypes to ["Average Joe", "Twink", "Otter", "Jock", "Cub", "Bear", "Chub", "Muscle Bear", "Wolf", "Boy" ]>>
<<set $body = "Average Joe">>
<<set $bodyh = 1>>
<<set $bodymush = 1>>
/*END Apperance*/
/* */
/*END */
<<if $dayone > 1>>
''Date'': <<date>>
''Time of Day'': $daystage
''Name'': <<print $name>>
''Age'': <<print $age>>
<span style="color:#83DB70;">''Money $''</span>: <<print $cash>>
<span style="color:#D87CCA;">''Arousal''</span>: <<print $excitement>>
<span style="color:#E94F2E;">''Attractiveness''</span>: <<print $looks>>
<span style="color:#FC03B6;">''Promiscuity''</span>: <<print $promiscuity>>
Days played: <<print $dayspast>>
<u>Sex Statistics:</u>
Handjobs given: <<print $strokedcocks>>
Has Ass Fingered: <<print $fingered>>
Sucked Cocks: <<print $suckedcocks>>
Cock Sucked: <<print $cocksucked>>
Times Fucked: <<print $assfucked>>
Asses Fucked: <<print $fuckedass>>
<u>Bills and Responsibilities:</u>
Rent due: <<print $renttotal>>
Rent due date: <<print $rentduedate>> days
GPA: <<print $GPA>>
<<elseif $dayone === 0>>
<</if>>
<<if $excitement >= 100>>
<<set $excitement to 100>>
<</if>>
<<if $cum >= 30>>
<<set $cum to 30>>
<</if>>
<center>[img[media\logo.png]]</center>
<center>Version <b>1.2.1</b></center>
<b>WARNING THIS GAME FEATURES PORN VIDEOS WITH SOUND</b>
This game is intended for mature audiences of the age of <b>18 and over</b>!
Shameless Impurity is a game about going off to college as a freshman all on your own in the big city. You just moved into your own apartment and have to figure out how to balance life, school, money, time, and romance.
If you are <b>below 18</b> or cannot handle adult material, please exit this game now.
<u>Please note that this game is entirely a work of fiction and any connections to anyone or anything in the real world are mere coincidence and should be taken as such.</u>
If you agree that you are 18+, then please enter a name: <<textbox "$name" "Chris" "Character Creation 1" autofocus>>
You rest your head down in bed and tuck in for the night without much excitement.
<<if $rentdays === 7 && $secdeptpaid === 0>>
[[Wake up->Pay Security Deposit]]
<<elseif $rentdays === 28>>
[[Wake up->Pay Rent]]
<<elseif $rentdays <= 27>>
[[Wake up->Your room]]
<</if>>
<<if $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy">>
<<set $bodyh = 1>>
<<elseif $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<<set $bodyh = 2>>
<</if>>
<<set $dayspast to $dayspast +1>>
<<set $rentdays to $rentdays +1>>
<<adddays 1>>
<<set $daystage = "Early Morning">>
<<if $bodymuscle >= 100>>
<<set $looksbase = 6>>
<<elseif $bodymuscle >= 75>>
<<set $looksbase = 4>>
<<elseif $bodymuscle >= 50>>
<<set $looksbase = 2>>
<<elseif $bodymuscle >= 25>>
<<set $looksbase = 1>>
<<elseif $bodymuscle >= 0>>
<<set $looksbase = 0>>
<</if>>
<<if $looksbase === 0 && $assadd === 0>>
<<set $looks = 0>>
<<elseif $looksbase === 0 && $assadd === .5>>
<<set $looks = .5>>
<<elseif $looksbase === 0 && $assadd === 1>>
<<set $looks = 1>>
<<elseif $looksbase === 0 && $assadd === 1.5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 0 && $assadd === 2>>
<<set $looks = 2>>
<<elseif $looksbase === 0 && $assadd === 2.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 0 && $assadd === 3>>
<<set $looks = 3>>
<<elseif $looksbase === 0 && $assadd === 3.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 0 && $assadd === 4>>
<<set $looks = 4>>
<<elseif $looksbase === 0 && $assadd === 4.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 0 && $assadd === 5>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 0>>
<<set $looks = 1>>
<<elseif $looksbase === 1 && $assadd === .5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 1 && $assadd === 1>>
<<set $looks = 2>>
<<elseif $looksbase === 1 && $assadd === 1.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 1 && $assadd === 2>>
<<set $looks = 3>>
<<elseif $looksbase === 1 && $assadd === 2.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 1 && $assadd === 3>>
<<set $looks = 4>>
<<elseif $looksbase === 1 && $assadd === 3.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 1 && $assadd === 4>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 4.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 1 && $assadd === 5>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 0>>
<<set $looks = 2>>
<<elseif $looksbase === 2 && $assadd === .5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 2 && $assadd === 1>>
<<set $looks = 3>>
<<elseif $looksbase === 2 && $assadd === 1.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 2 && $assadd === 2>>
<<set $looks = 4>>
<<elseif $looksbase === 2 && $assadd === 2.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 2 && $assadd === 3>>
<<set $looks = 5>>
<<elseif $looksbase === 2 && $assadd === 3.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 2 && $assadd === 4>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 4.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 2 && $assadd === 5>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 0>>
<<set $looks = 4>>
<<elseif $looksbase === 4 && $assadd === .5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 4 && $assadd === 1>>
<<set $looks = 5>>
<<elseif $looksbase === 4 && $assadd === 1.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 4 && $assadd === 2>>
<<set $looks = 6>>
<<elseif $looksbase === 4 && $assadd === 2.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 4 && $assadd === 3>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 3.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 4 && $assadd === 4>>
<<set $looks = 8>>
<<elseif $looksbase === 4 && $assadd === 4.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 4 && $assadd === 5>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 0>>
<<set $looks = 6>>
<<elseif $looksbase === 6 && $assadd === .5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 6 && $assadd === 1>>
<<set $looks = 7>>
<<elseif $looksbase === 6 && $assadd === 1.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 6 && $assadd === 2>>
<<set $looks = 8>>
<<elseif $looksbase === 6 && $assadd === 2.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 6 && $assadd === 3>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 3.5>>
<<set $looks = 9.5>>
<<elseif $looksbase === 6 && $assadd === 4>>
<<set $looks = 10>>
<<elseif $looksbase === 6 && $assadd === 4.5>>
<<set $looks = 10.5>>
<<elseif $looksbase === 6 && $assadd === 5>>
<<set $looks = 11>>
<</if>>
/*
Date & Time Widget Setup
*/
<<set
/* This must be set to whatever the initial game date/time should be. */
$gameDate to new Date("2020-08-11T03:24Z"); /* Must use UTC time. */
>>
<<set
window.GameDays to [
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
];
window.GameMonths to [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
>>
/*
Date & Time Advancement Widget Definitions
*/
/* Adds the specified number of minutes. */
<<widget "addmins">>\
<<run $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>>\
<</widget>>
/* Adds the specified number of hours. */
<<widget "addhours">>
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>>\
<</widget>>
/* Adds the specified number of days. */
<<widget "adddays">>
<<run $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0] * 24)>>\
<</widget>>
/*
Date & Time Printing Widget Definitions
*/
/* Prints the current date ("{weekday} {month} {day}, {year}"). */
<<widget "date">>
<<print String.format("{0} {1} {2}, {3}",
GameDays[$gameDate.getDay()],
GameMonths[$gameDate.getMonth()],
$gameDate.getDate(),
$gameDate.getFullYear()
)>>\
<</widget>>
/* Prints the current time (12H). */
<<widget "time12h">>
<<if $gameDate.getUTCHours() eq 0>>\
12
<<elseif $gameDate.getUTCHours() gt 12>>\
<<print $gameDate.getUTCHours() - 12>>\
<<else>>
<<print $gameDate.getUTCHours()>>\
<</if>>:
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>>
<<if $gameDate.getUTCHours() gte 12>>PM<<else>>AM<</if>>\
<</widget>>
/* Prints the current time (24H). */
<<widget "time24h">>
<<if $gameDate.getUTCHours() lt 10>>0<</if>><<print $gameDate.getUTCHours()>>:
<<if $gameDate.getUTCMinutes() lt 10>>0<</if>><<print $gameDate.getUTCMinutes()>>
<</widget>>
/* Prints the current date and time (12H). */
<<widget "datetime">><<date>> <<time12h>><</widget>>
You take a look at yourself in the mirror.
<div class="paragraph">You are ''<<print $name>>'' and you are ''<<print $age>>'' years old. As you look intently in the mirror you see your <<print $eye>> eyes and <<print $hair>>, <<print $hairs>> hair and a <<print $beard>> beard.
<<if $bodyweight >= 200 && $bodymuscle >= 100>> You are an very attractive guy with a moderately large build and chubby face. Your muscles have filled you fully out your shape and you constatly are getting looks from others as you go by. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 200 && $bodymuscle >= 50>> You are an above average guy with a moderately large build and chubby face. Your muscles are staring to fill out your shape and you like the looks you get from others. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 200>> You are a fairly average guy with a moderately large build and chubby face. You don't really stand out, but for some people that's just fine. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 150 && $bodymuscle >= 100>>
You are a very attracive guy with a average build and average face. Your muscles have filled you fully out your shape and you constatly are getting looks from others as you go by. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 150 && $bodymuscle >= 50>>
You are an above average guy with a average build and average face. Your muscles are staring to fill out your shape and you like the looks you get from others. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 150>>You are a fairly average guy with a average build and average face. You don't really stand out, but for some people that's just fine. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 80 && $bodymuscle >= 100>>
You are a very attractive guy with a moderately slender build and slightly gaunt face. Your muscles have filled you fully out your shape and you constatly are getting looks from others as you go by. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 80 && $bodymuscle >= 50>>
You are an above average guy with a moderately slender build and slightly gaunt face. Your muscles are staring to fill out your shape and you like the looks you get from others You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
<<elseif $bodyweight >= 80>>
You are a fairly average guy with a moderately slender build and slightly gaunt face. You don't really stand out, but for some people that's just fine. You look like you weigh about <<print $bodyweight>> lbs giving you a <<print $body>> apperance.
</div>
<</if>>
You can turn around in the mirror to get a look at your ass and muscles.
[[Check out body closer]]
<<if $dayone === 2>>
[[Step away from the mirror and back to your bedroom->Living room First day]]
<<elseif $dayone >= 3>>
[[Step away from the mirror and back to your bedroom->Your room]]
<</if>>
<<if $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy">>
<<set $bodyh = 1>>
<<elseif $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<<set $bodyh = 2>>
<</if>>
<<if $bodymuscle <= 50>>
<<set $bodymush to 1>>
<<elseif $bodymuscle <= 100>>
<<set $bodymush to 2>>
<</if>>
Choose your eye color:
<<nobr>>
-
<<for _i to 0; _i lt $eyecolors.length; _i++>>
<<capture _i>>
[[$eyecolors[_i]|character 2][$eye to $eyecolors[_i]]] -
<</capture>>
<</for>>
<</nobr>>Choose your hair color:
<<nobr>>
-
<<for _i to 0; _i lt $haircolors.length; _i++>>
<<capture _i>>
[[$haircolors[_i]|character 3][$hair to $haircolors[_i]]] -
<</capture>>
<</for>>
<</nobr>><<if $bodyweight < 70 || $bodyweight > 400>>
<center>Sorry! Pick an weight over 70 or under 400 please! [[Go back to pick an appropriate weight->character 5]]</center>
<<elseif $bodyweight >= 70 && $bodyweight <= 400>>
Choose your age:
<center><<textbox "$age" "18" "Character 7" autofocus>></center>
<</if>>
<<if $age < 18 || $age > 21>>
<center>Sorry! Pick an age over 18 or under 21 please! [[Go back to pick an appropriate age ->character 6]]</center>
<<elseif$age >= 18 && $age <= 21>><center>You reflect on your experience remembering you are <<print $age>>.
After a while of looking at yourself you remember what is happening. You just moved into your own place in the city as you prepare for a new chapter in your life and try to get a degree at your cities top university.
This does mean though that you not only are going to have to figure out a way to pay for the rest of your tuition for the next semester, but also have to have the money for all your bills each month like rent. </center>
<p> [[Look in the Mirror->Status]]</p>
<</if>>
<<set $dayone to 2>>
<<if $bodyweight >= 270 && $bodymuscle >= 100>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 75>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 50>>
<<set $body = "Stocky Chub">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 25>>
<<set $body = "Fluffy Chub">>
<<elseif $bodyweight >= 270>>
<<set $body = "Chub">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 100>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 75>>
<<set $body = "Built Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 50>>
<<set $body = "Built Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 25>>
<<set $body = "Bear">>
<<elseif $bodyweight >= 235 >>
<<set $body = "Bear">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 100>>
<<set $body = "Muscle Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 75>>
<<set $body = "Built Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 50>>
<<set $body = "Built Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 25>>
<<set $body = "Cub">>
<<elseif $bodyweight >= 200>>
<<set $body = "Cub">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 100>>
<<set $body = "Muscle Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 75>>
<<set $body = "Build Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 50>>
<<set $body = "Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 25>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 185>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 100>>
<<set $body = "Ripped Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 75>>
<<set $body = "Built Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 50>>
<<set $body = "Built Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 25>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 150>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 100>>
<<set $body = "Muscle Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 75>>
<<set $body = "Built Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 50>>
<<set $body = "Built Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 25>>
<<set $body = "Wolf">>
<<elseif $bodyweight >= 130>>
<<set $body = "Wolf">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 100>>
<<set $body = "Muscle Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 75>>
<<set $body = "Built Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 50>>
<<set $body = "Built Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 25>>
<<set $body = "Otter">>
<<elseif $bodyweight >= 115>>
<<set $body = "Otter">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 100>>
<<set $body = "Muscle Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 75>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 50>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 25>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 100>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 100>>
<<set $body = "Muscle Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 75>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 50>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 25>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 80>>
<<set $body = "Twink">>
</div>
<</if>>
<<if $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy">>
<<set $bodyh = 1>>
<<elseif $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<<set $bodyh = 2>>
<</if>>
<<if $bodymuscle >= 100>>
<<set $looksbase = 6>>
<<elseif $bodymuscle >= 75>>
<<set $looksbase = 4>>
<<elseif $bodymuscle >= 50>>
<<set $looksbase = 2>>
<<elseif $bodymuscle >= 25>>
<<set $looksbase = 1>>
<<elseif $bodymuscle >= 0>>
<<set $looksbase = 0>>
<</if>>
<<if $looksbase === 0 && $assadd === 0>>
<<set $looks = 0>>
<<elseif $looksbase === 0 && $assadd === .5>>
<<set $looks = .5>>
<<elseif $looksbase === 0 && $assadd === 1>>
<<set $looks = 1>>
<<elseif $looksbase === 0 && $assadd === 1.5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 0 && $assadd === 2>>
<<set $looks = 2>>
<<elseif $looksbase === 0 && $assadd === 2.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 0 && $assadd === 3>>
<<set $looks = 3>>
<<elseif $looksbase === 0 && $assadd === 3.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 0 && $assadd === 4>>
<<set $looks = 4>>
<<elseif $looksbase === 0 && $assadd === 4.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 0 && $assadd === 5>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 0>>
<<set $looks = 1>>
<<elseif $looksbase === 1 && $assadd === .5>>
<<set $looks = 1.5>>
<<elseif $looksbase === 1 && $assadd === 1>>
<<set $looks = 2>>
<<elseif $looksbase === 1 && $assadd === 1.5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 1 && $assadd === 2>>
<<set $looks = 3>>
<<elseif $looksbase === 1 && $assadd === 2.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 1 && $assadd === 3>>
<<set $looks = 4>>
<<elseif $looksbase === 1 && $assadd === 3.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 1 && $assadd === 4>>
<<set $looks = 5>>
<<elseif $looksbase === 1 && $assadd === 4.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 1 && $assadd === 5>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 0>>
<<set $looks = 2>>
<<elseif $looksbase === 2 && $assadd === .5>>
<<set $looks = 2.5>>
<<elseif $looksbase === 2 && $assadd === 1>>
<<set $looks = 3>>
<<elseif $looksbase === 2 && $assadd === 1.5>>
<<set $looks = 3.5>>
<<elseif $looksbase === 2 && $assadd === 2>>
<<set $looks = 4>>
<<elseif $looksbase === 2 && $assadd === 2.5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 2 && $assadd === 3>>
<<set $looks = 5>>
<<elseif $looksbase === 2 && $assadd === 3.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 2 && $assadd === 4>>
<<set $looks = 6>>
<<elseif $looksbase === 2 && $assadd === 4.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 2 && $assadd === 5>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 0>>
<<set $looks = 4>>
<<elseif $looksbase === 4 && $assadd === .5>>
<<set $looks = 4.5>>
<<elseif $looksbase === 4 && $assadd === 1>>
<<set $looks = 5>>
<<elseif $looksbase === 4 && $assadd === 1.5>>
<<set $looks = 5.5>>
<<elseif $looksbase === 4 && $assadd === 2>>
<<set $looks = 6>>
<<elseif $looksbase === 4 && $assadd === 2.5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 4 && $assadd === 3>>
<<set $looks = 7>>
<<elseif $looksbase === 4 && $assadd === 3.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 4 && $assadd === 4>>
<<set $looks = 8>>
<<elseif $looksbase === 4 && $assadd === 4.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 4 && $assadd === 5>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 0>>
<<set $looks = 6>>
<<elseif $looksbase === 6 && $assadd === .5>>
<<set $looks = 6.5>>
<<elseif $looksbase === 6 && $assadd === 1>>
<<set $looks = 7>>
<<elseif $looksbase === 6 && $assadd === 1.5>>
<<set $looks = 7.5>>
<<elseif $looksbase === 6 && $assadd === 2>>
<<set $looks = 8>>
<<elseif $looksbase === 6 && $assadd === 2.5>>
<<set $looks = 8.5>>
<<elseif $looksbase === 6 && $assadd === 3>>
<<set $looks = 9>>
<<elseif $looksbase === 6 && $assadd === 3.5>>
<<set $looks = 9.5>>
<<elseif $looksbase === 6 && $assadd === 4>>
<<set $looks = 10>>
<<elseif $looksbase === 6 && $assadd === 4.5>>
<<set $looks = 10.5>>
<<elseif $looksbase === 6 && $assadd === 5>>
<<set $looks = 11>>
<</if>>
<<if $bodymuscle <= 50>>
<<set $$$bodymush to 1>>
<<elseif $bodymuscle <= 100>>
<<set $$$bodymush to 2>>
<</if>><<if $daystage === "Early Morning">>
Good Morning! The sun is up and peeks through the bedroom window, waking you up.
<</if>>
You are in your bedroom again.
What would you like to do?
[[Look in the mirror->Status]]
[[Relationships]]
<<if $daystage === "After Class">>
[[Go to the living room->Living Room Night]]
<<elseif $daystage === "Late Evening">>
[[Sleep]]
[[Jerk Off]]
<<elseif $daystage === "Late Evening" && $excitement >= 70>>
[[Jerk Off]]
[[Go to the living room->Living Room Night]]
<<elseif $daystage === "Mid Evening">>
[[Go to the living room->Living Room Night]]
<<elseif $daystage === "Early Evening">>
[[Go to the living room->Living Room Night]]
<<elseif $daystage === "Early Morning">> [[Go to the living room->Living Room Morning]]
<</if>>
<<if $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy">>
<<set $bodyh = 1>>
<<elseif $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<<set $bodyh = 2>>
<</if>>
<<if $bodyweight >= 270 && $bodymuscle >= 100>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 75>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 50>>
<<set $body = "Stocky Chub">>
<<elseif $bodyweight >= 270 && $bodymuscle >= 25>>
<<set $body = "Fluffy Chub">>
<<elseif $bodyweight >= 270>>
<<set $body = "Chub">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 100>>
<<set $body = "Muscle Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 75>>
<<set $body = "Built Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 50>>
<<set $body = "Built Bear">>
<<elseif $bodyweight >= 235 && $bodymuscle >= 25>>
<<set $body = "Bear">>
<<elseif $bodyweight >= 235 >>
<<set $body = "Bear">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 100>>
<<set $body = "Muscle Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 75>>
<<set $body = "Built Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 50>>
<<set $body = "Built Cub">>
<<elseif $bodyweight >= 200 && $bodymuscle >= 25>>
<<set $body = "Cub">>
<<elseif $bodyweight >= 200>>
<<set $body = "Cub">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 100>>
<<set $body = "Muscle Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 75>>
<<set $body = "Build Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 50>>
<<set $body = "Jock">>
<<elseif $bodyweight >= 185 && $bodymuscle >= 25>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 185>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 100>>
<<set $body = "Ripped Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 75>>
<<set $body = "Built Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 50>>
<<set $body = "Built Average Joe">>
<<elseif $bodyweight >= 150 && $bodymuscle >= 25>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 150>>
<<set $body = "Average Joe">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 100>>
<<set $body = "Muscle Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 75>>
<<set $body = "Built Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 50>>
<<set $body = "Built Wolf">>
<<elseif $bodyweight >= 130 && $bodymuscle >= 25>>
<<set $body = "Wolf">>
<<elseif $bodyweight >= 130>>
<<set $body = "Wolf">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 100>>
<<set $body = "Muscle Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 75>>
<<set $body = "Built Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 50>>
<<set $body = "Built Otter">>
<<elseif $bodyweight >= 115 && $bodymuscle >= 25>>
<<set $body = "Otter">>
<<elseif $bodyweight >= 115>>
<<set $body = "Otter">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 100>>
<<set $body = "Muscle Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 75>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 50>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 100 && $bodymuscle >= 25>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 100>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 100>>
<<set $body = "Muscle Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 75>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 50>>
<<set $body = "Built Twink">>
<<elseif $bodyweight >= 80 && $bodymuscle >= 25>>
<<set $body = "Twink">>
<<elseif $bodyweight >= 80>>
<<set $body = "Twink">>
</div>
<</if>>
<<if $rentdays > 28>>
<<set $rentdays to 0>>
<</if>><<set $dadrelationship to $dadrelationship +1>>
You take a short walk through the city center and find your way to your dad's apartment building. It's a decently tall high rise in a growing area of development, but still pretty understated.
You walk inside and make your way onto an elevator before selecting the floor of your father's apartment. You take a few more minutes to make it to the door and knock.
After a few moments you the door opens and you see a familiar face:
<<if $dada === "A">>
<center><image class="border" width="60%" height="60%" src="media\Dad\A\images\AFull.png" >
</image></center>
<<elseif $dada === "B">>
<center><image class="border" width="60%" height="60%" src="media\Dad\B\images\BFull.png">
</image></center>
<</if>>
[[Say Hello and come in->Dad Hello]]
[[Go Back->Living Room Night]]Choose your hair style:
<<nobr>>
-
<<for _i to 0; _i lt $haircolors.length; _i++>>
<<capture _i>>
[[$hairstyles[_i]|character 4][$hairs to $hairstyles[_i]]] -
<</capture>>
<</for>>
<</nobr>>Choose your beard style:
<<nobr>>
-
<<for _i to 0; _i lt $beardstyles.length; _i++>>
<<capture _i>>
[[$beardstyles[_i]|character 5][$beard to $beardstyles[_i]]] -
<</capture>>
<</for>>
<</nobr>><<set $dayone = 3>>
After you step back from the mirror you reflect on the fact that it's time to get to campus and take on your first day. You can't wait to explore the city, but need to make sure you show up for orientation.
You take a bus to campus and are let out at an unassuming stop by campus. You see some signs that are pointing new students towards their orientation, a place you need to go.
[[Find the orentation desk->Campus first day]]
<<set $daystage= "Before Classes">>You went to your first day of classes. For the most part you don't have much to say about the experience of being forced to interact with strangers. However as you are leaving one activity, you turn the corner and run right into someone, knocking you both on the floor.
<center> Before you can even get up in your dazed state you see someone standing over you.
<image class="border" width="40%" height="40%" src="media\School\Bully\images\BullyFull.png" type="image/png">
</image></center>
<span class="bully">What the hell are you doing loser?!</span>
<img src="media\School\Bully\images\BullyIcon.png" />
<<timed 5s t8n>>
You see an older student standing above you and he doesn't look too happy you just knocked over and, in fact, he looks pissed. You feel yourself get picked up off the floor by your shirt by the older student as he pushes you up against a wall. You look around but no one is around to help you. With a devlish grin he looks you up and down,
<span class="bully">Don't you know who I am? I'm the fucking Dean's son Chase. Listen, if you don't want any trouble how about we say you give me a $20 from your wallet. </span>
<img src="media\School\Bully\images\BullyIcon.png" />
You are a bit helpless here and don't have many options on your first day if you want to keep a low profile.
[[Hand over your money]]
<</timed>>It's morning and you have plenty of options to fill your day. There are always your classes to attend so make sure not to let your GPA drop.
<<if GameDays[$gameDate.getDay()] is "Sat" or GameDays[$gameDate.getDay()] is "Sun">>
[[Hang at Home->Weekend Hangout Alone]]
<<elseif GameDays[$gameDate.getDay()] neq "Sat" or GameDays[$gameDate.getDay()] neq "Sun">>
[[Go to class->School Morning]]
<</if>>
[[Go to the gym->Gym Start]]
[[Go to the beach->Beach Start]]
[[Go to your room->Your room]]
<<set $daystage = "Early Morning">>
<<if $excitement lte 100>>
<<set $cum to $cum +3>>
<<elseif $excitement lte 90>>
<<set $cum to $cum +2.5>>
<<elseif $excitement lte 80>>
<<set $cum to $cum +2>>
<<elseif $excitement lte 70>>
<<set $cum to $cum +1.5>>
<<elseif $excitement lte 60>>
<<set $cum to $cum +1>>
<<elseif $excitement lte 50>>
<<set $cum to $cum +.5>>
<<elseif $excitement lte 40>>
<<set $cum to $cum +.4>>
<<elseif $excitement lte 30>>
<<set $cum to $cum +.3>>
<<elseif $excitement lte 20>>
<<set $cum to $cum +.2>>
<<elseif $excitement lte 10>>
<<set $cum to $cum +.1>>
<</if>><center><image class="border" width="75%" height="75%" src="media\Dad\images\dadfullview1.jpg">
</image></center>
<<if $dada === "A" && $dadrelationship >= 100>>
<span class="father">I was counting down the minutes at work until I knew you'd be coming over. I missed you champ.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 100>>
<span class="father">I was counting down the minutes at work until I knew you'd be coming over. I missed you champ.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "A" && $dadrelationship >= 80>>
<span class="father">There's my favorite guy! How was your day sport?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 80>>
<span class="father">There's my favorite guy! How was your day sport?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "A" && $dadrelationship >= 60>>
<span class="father">If you keep these visits up I may just have to see about you moving in!</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 60>>
<span class="father">If you keep these visits up I may just have to see about you moving in!</span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "A" && $dadrelationship >= 40>>
<span class="father">I was expecting you, glad to see you made it.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 40>>
<span class="father">I was expecting you, glad to see you made it.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "A" && $dadrelationship >= 20>>
<span class="father">You really like to spend your evenings here huh son?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 20>>
<span class="father">You really like to spend your evenings here huh son?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "A" && $dadrelationship >= 0>>
<span class="father">Ah! To what do I owe this visit?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $dadrelationship >= 0>>
<span class="father">Ah! To what do I owe this visit?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You enter and give your dad a hug.
You explain you'd like to hang out and spend some time together. Your father agree's and suggests you watch some TV together.
<<if $cash === 0>>
<<set $cash to 50>>
Before you can even get settled your dad asks if you have enough money for expenses. You admit things are tight and before you leave he hands you <b>50$</b>.
<</if>>
[[Accept his offer and watch TV->Watch TV with Dad]]
<<if $dadhandcount > 1 >>
[[Spy on dad in the shower]]
<</if>>
[[Go Home->Night Bedroom]]
1.2.1
Bug Fixes:
-Escort plot can start now, blank page fixed
-Fixed strip club files
-Beach Tan
1.2.0
-Beach Route
-City Night Exploration
-Park
-Clubs
-Escorts
+Work the Glory Holes
-Random encounters
Bug Fixes
-Spelling/Grammar check
-Fixed Gym Hotdogging in shower
-Fixed Dad B images not showing up
-Fixed Landlord images
-Leo's Relation ship gauge works now
-Dad Car pictures fixed
-Fixed rent due date
1.1.0
-Dad Relationship Adjustments
-Added people watching at the gym
-Added visits to landlord
Bug Fixes:
-Fixed Rent Due Date
-Fixed Body Building Variable
-Fixed Bathroom GL Scenes
+"Give his cock head a big smooch"
+Washroom blowjob links home
-Fixed Paying Rent
-Fixed Waking up error
-Cleaned up Sleep page
-Cleaned up Gym shower fuck
-FULL Spelling and Grammer check
-Capped Current Relationships to 100
-Fixed Landlord payments for cleaning
1.0.0
-Whoring + Attractiveness
+Ass/Muscles System
-School Path
+Bully
+Washroom
-Whore yourself
+Class
-GPA
+Computer Lab
-Attractiveness based encounter
-Landlord Path
+Security Deposit
+Rent Cycle
-Gym Path
-Weightlifing
-Squats
-Gym Buddy Leo
-Porn
-Updated Logo
0.2.0
- Lewd Dad Relationship
- Set up initial loop. (Wake up > School > Night Activity > Sleep)
- Fine tuned NPC selector (DAD)(A/B)
- Included different video results depending on Dad body & PC body.
- Set max arousal to 100
- Costmetic Changes
+ Background
+ Video/Image Borders
+ Images for locations
0.1.0
- Initial Test
- Basic user creation and story setup
WIP/IDEAS
- PC Race selection
- Flesh out arousal systemYou make your way to campus via the bus you always take without much event.
After reaching campus you see you have about an hour before anything so you have time to relax or study before you get to class.
How should you spend your time before class?
[[Go to class early]]
[[Use the washroom->School Washroom]]
[[Study in the computer lab]]
<<set $daystage= "Before Classes">>You don't have any plans this weekend. You spend most of your time watching TV and playing games without much fanfare. Spending some time alone is a good way to clear your mind though and you feel much more rested.
[[You notice the sky getting darker->Living Room Night]] <<if $dadrelationship >= 100 && $dadsuckcount >= 5>>
Your father strips down to his boxers as soon as you start heading over to the TV, looking closely you notice he is half chub. He sis down on the couch with his legs spread open. As he spreads, his cock grows harder as he sees you watching, pitching a large and obvious tent.
<<if $dada === "A">>
<span class="father">Sit here honey</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Sit here honey</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You stare at his tall cock and then back at him.
[["Okay Daddy"->Dad Fucked]]
[[Beg him to use your mouth->Dad Blowjob 2]]
[[Leave!->Night Bedroom]]
<<elseif $dadrelationship >= 75 && $dadsuckcount >= 2>>
Your father pulls out his cock and holds it by the base. He wags his long meat pole and it flops all over the place enticingly. Sucking your father's cock while he watches TV has become the new norm.
[[Suck off your dad->Dad Blowjob 2]]
[[Say you have a headache and go home->Night Bedroom]]
<<elseif $dadrelationship >= 50 && $dadhandcount >= 2>>
You've gotten used to this routine as you both get comfertable and you take dad's cock in your hand. You stroke your dad's cock while you watch TV together and talk about your day. This sort of relationship is really messed up, but its the first time your father has praised you so much. The feeling of guilt is overwhelmed when seeing him squirm as you tighten the grip on his cock.
Or at least it did.
You notice he is starting to lose his usually rock solid erection.
<<if $dada === "A">>
<span class="father">Babe, why don't you try and put it in your mouth</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Babe, why don't you try and put it in your mouth</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Taste your father's cock->Dad Blowjob]]
[[Just stop for today->Night Bedroom]]
<<elseif $dadrelationship >= 25 && $dadlewdlapcount >= 2>>
He seems to be happy to be around you now and you think you can even tell he has a bit of a tent in his pants. How the night proceeds is in your hands at this point.
[[Sit and tease->Dad Handjob]]
[[Ignore it and go home->Night Bedroom]]
<<elseif $dadrelationship >= 10 && $dadlapcount >= 2>>
<<if $dada === "A">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He still is asking about it even after trying it a few times. Something surely is up. Should I try something more tonight?
[[Sit normally in his lap->Offer to sit on lap]]
[[Sit and tease]]
[[Ignore it and go home->Night Bedroom]]
<<elseif $dadrelationship >= 5>>
<<if $dada === "A">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You think to yourself "Weird, he brought up sitting on his lap again. Is he trying to hint at something?"
[[Offer to sit on lap]]
[[Ignore it and go home->Night Bedroom]]
<<elseif $dadrelationship >= 0>>
You don’t have much to talk about with him so you sit on the couch and watch some TV together.
<<if $dada === "A">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You know when you were young you would always sit on my lap when we watched TV. Just like a puppy, it was so adorable.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He reminds you every time you watch TV, must be a fond memory. It's getting late.
[[Head Home->Night Bedroom]]
<</if>>
<<set $dadrelationship to $dadrelationship +1>>
<<if $dada === "A">>
<span class="father">Well why don’t we just relive the experience?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Well why don’t we just relive the experience?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You get up and plop yourself down on your dad’s lap. He is surprised and his hands awkwardly wave, he doesn’t know where to put them. He has a hearty chuckle.
<<if $dada === "A">>
<span class="father">This isn’t the same when you are this old, ha!</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">This isn’t the same when you are this old, ha!</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He's teasing you. You lean to the side because his mouth is in your hair. You keep watching TV on his lap, you don’t mind and he seems to be enjoying it.
[[Finish up the show and go home->Night Bedroom]]
<<set $excitement to $excitement +20>>
<<set $dadlapcount to $dadlapcount +1>>
<<set $dadrelationship to $dadrelationship +1>>You get up and plop yourself down on your dad’s lap. He rests his hands on your hips.
He has a hearty chuckle,
<<if $dada === "A">>
<span class="father">Aren't you a little big for this?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Aren't you a little big for this?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He pauses as your backside catches his attention. You jerk your head back and catch him looking at your lower back. Oh god, he can probably see your underwear!
Even through all the clothing you can distinctly feel his hardness between your cheeks.
<<if $dadrelationship > 15>>
[[Grind on his lap->Grind]]
[[Get off his lap and watch TV->Night Bedroom]]
<<elseif $dadrelationship > 1>>
[[Get off his lap and watch TV->Night Bedroom]]
<</if>>
<<set $excitement to $excitement +20>>
<<set $dadlapcount to $dadlapcount +1>>
<<set $dadrelationship to $dadrelationship +2>>You reposition your ass and he responds with a small groan of relief. Your whole body jiggles as he makes small thrusts with his hips. Its taboo but its become clear that your dad is using your ass for pleasure. Your father's overtly sexually motion turns you on and you squirm your butt against his cock.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://giant.gfycat.com/ForcefulAltruisticArmadillo.webm" type="video/mp4">
</video></center>
It continues for a few minutes. He gasps out and his body twitches. You pretend like nothing happens despite how violent his movements are.
[[Say goodbye and go home->Night Bedroom]]
<<set $excitement to $excitement +40>>
<<set $dadlewdlapcount to $dadlewdlapcount +1>>
<<set $dadrelationship to $dadrelationship +4>>Your dad makes himself comfortable on the couch. You are about to sit on his lap when he asks you to sit next to him. A little disappointed you take a seat. Out of the corner of your eye you can see that your father is staring at your body. You place a hand on his thigh and snuggle close to him.
<<if $dada === "A">>
<span class="father">If you want really want to sit on my lap, take care of this first</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">If you want really want to sit on my lap, take care of this first</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He unzips and pulls out his cock through the fly in his jeans. After he turns to you and begins to undress you before you can say a word. He straddles you and rubs on your body. Your heart races as your realize your own father sees you as a sexual object.
<<if $dada === "A">>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[You jerk him off until he cums->Dad Handjob 2]]
[[Push him off and go home->Night Bedroom]]
<<set $excitement to $excitement +40>>
<<set $dadhandcount to $dadhandcount +1>>
<<set $dadrelationship to $dadrelationship +2>>
Choose your weight(lbs):
<center><<textbox "$bodyweight" "150" "character 6" autofocus>></center>There's nothing wrong with jerking off your own father, you think to yourself. Sex is sex and he needs to get off. He was already fully erect for you. Stroking his long hard cock fills you with happiness.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadhand1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadhand2.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadhand1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadhand2.mp4" type="video/mp4">
</video></center>
<</if>>
<<set $dadrelationship to $dadrelationship +3>>
<<set $dadhandcount to $dadhandcount +1>>
[[Finish him off and Go home->Night Bedroom]]//*Video based on Dad type and Body type check*//
<<if $dada === "A" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "A" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "B" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "B" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "C" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "C" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<</if>>
TEST 2
<<if $dada === "A" || $dada === "B" || $dada === "C" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "A" || $dada === "B" || $dada === "C" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy" >>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<center><video autoplay loop>
<source src="">
</video></center>
<</if>>
Test 3
<<if $dada === "A" && $bodyh === 1 || $dada === "B" && $bodyh === 1 || $dada === "C" && $bodyh === 1>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "A" && $bodyh === 2 || $dada === "B" && $bodyh === 2 || $dada === "C" && $bodyh === 2>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $bodyh === 1>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "D" && $bodyh === 2>>
<center><video autoplay loop>
<source src="">
</video></center>
<</if>>
Test 4
<<if $dada === "A" && $bodyh === 1>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video autoplay loop>
<source src="">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video autoplay loop>
<source src="">
</video></center>
<</if>>
Videos
<center><video class="border" width="80%" height="80%" autoplay loop src="/" type="video/mp4">
</video></center>
---
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="/" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="/" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="/" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="/" type="video/mp4">
</video></center>
<</if>>
---------
<span class="father"></span>
<<if $dada === "A">>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
-------------
<<nobr>>
<<switch random(1)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="">
</video></center>
<</switch>>
<</nobr>>
---------
<<nobr>>
<<switch random(2)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="">
</video></center>
<</switch>>
<</nobr>><<set $excitement to 100>>
You meekly drop to your knees in between your dad's legs. You eye his cock and seeing it up this close makes your heart race. You realize you want to suck it, the cock where you came from. Its a clean, fat, beautiful looking cock that begs to be sucked.
You explore your father's penis with your mouth.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadbj1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadbj2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadbj1.mp4" type="video/mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadbj1.mp4" type="video/mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He holds the back of your head as he cums on your face.
[[Clean up and go home->Night Bedroom]]
<<set $dadsuckcount to $dadsuckcount +1>>
<<set $dadrelationship to $dadrelationship +4>>
<<set $suckedcocks to $suckedcocks +1>>You arrive in your bedroom and the sun is well set by now.
<<if $excitement >= 50>>
[[Jerk Off]]
You're too worked up to just go to bed.
<<elseif $excitement <= 49>>
[[Sleep]]
[[Jerk Off]]
<</if>>
<<set $daystage = "Late Evening">>You sit down at your computer and load up your favorite porn site.
What are you in the mood for?
[[Bear]]
[[Bareback]]
[[Cartoon]]
[[Twink]]
[[Group]]
[[Fetish]]
[[Mature]]
[[Go to bed->Sleep]]
<<set $excitement to 100>>
You know you want it as much as him and get to work, taking his cock deep down your throat.
<<if $dada === "A" && $bodyh === 1>>
<span class="father">Get to it son.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadbj11.mp4" type="video/mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<span class="father">Get to it son.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadbj11.mp4" type="video/mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<span class="father">Get to it son.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadbj11.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<span class="father">Get to it son.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadbj22.mp4" type="video/mp4">
</video></center>
<</if>>
<<if $dadsuckcount > 7 && $excitement >= 70>>
[[Dad Blowjob Swallow Cum]]
<<elseif $dadsuckcount > 4 && Math.random() > 0.25>>
[[Dad Blowjob Swallow]]
<<elseif $dadsuckcount > 4 && $excitement >= 70>>
[[Dad Blowjob Facial Cum]]
<<elseif $dadrelationship > 2>>
[[Dad Blowjob Facial]]
<</if>>
<<set $dadsuckcount to $dadsuckcount +1>>
<<set $suckedcocks to $suckedcocks +1>><<set $excitement to 0>>
Not a drop of cum is wasted as you swallow down all of your father's load. When his cum hits the back of your throat you orgasm hard.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcumswallow1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcumswallow2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadcumswallow1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadcumswallow2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You cum all over the floor unable to hold back from how hot working over your dad's cock gets you.
<<if $dada === "A">>
<span class="father">You might be as big of a cumslut as your mother was!</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You might be as big of a cumslut as your mother was!</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
Your father chuckles and leaves you cum plastered on the floor.
[[Go home happy and full->Night Bedroom]]
<<set $dadrelationship to $dadrelationship +2>>
<<set $excitement to 0>>
<<set $cum to 0>><<set $excitement to 100>>
Not a drop of cum is wasted as you swallow down every drop of your father's load.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcumswallow1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcumswallow2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadcumswallow1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadcumswallow2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Go home full->Night Bedroom]]
<<set $dadrelationship to $dadrelationship +2>>Your dad pulls away and starts unloading on your face. When his cum hits your face you orgasm hard.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfacial1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfacial2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfacial1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfacial2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You cum all over the floor unable to hold back from how hot working over your dad's cock gets you.
<<if $dada === "A">>
<span class="father">You might be as big of a cumslut as your mother was!</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You might be as big of a cumslut as your mother was!</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
Your father chuckles and leaves you cum plastered on the floor.
[[Go home happy->Night Bedroom]]
<<set $excitement to 0>>
<<set $cum to 0>>
<<set $dadrelationship to $dadrelationship +1>><<set $excitement to 100>>
Your dad pulls away and starts unloading on your face.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfacial1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfacial2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfacial1.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfacial2.mp4" type="video/mp4">
</video></center>
<span class="father">Fuck, that's it <<print $name>>! </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Go home satisfied->Night Bedroom]]
<<set $dadrelationship to $dadrelationship +1>>
<center><image class="border" width="100%" height="100%" src="media\Dad\images\dadbath.jpg" type="video/mp4">
</image></center>
You take a peek and see your dad stroking his cock as he gets clean.
<<if $dadrelationship >= 50>>
[[Suprise Dad in the shower]]
<</if>>
[[Go home->Night Bedroom]]
<<set $excitement to $excitement +10>>
<<set $dadlewdlapcount to $dadlewdlapcount +1>><<set $dadfuckedcount to $dadfuckedcount +1>>
<<set $excitement to 100>>
You slowly lower your ass on his standing cock. You expect it to get pushed down instead it catches on your asshole and it bends under your weight.
<<if $dada === "A">>
<span class="father">Hey ow, if you want something you have to ask for it</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Hey ow, if you want something you have to ask for it</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He places a hand under your bottom and squishes his cock down for you to sit on. He reaches for the remote and flicks it on.
<<if $dada === "A">>
<span class="father">I was watching some porn before you came in, hope you don’t mind.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">I was watching some porn before you came in, hope you don’t mind.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
His cock twitches as you watch a slutty cub get nailed. The TV is loud and his moans fill the room. You start grinding on his dick while tweaking your own nipples. The scene changes and it looks strikingly similar to the position you are in. The son is stroking the dad's cock hard before shoving it into his ass. It must’ve given your dad an idea because he is pawing off your underwear and lining up his cock with your asshole.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfuck1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfuck2.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfuck1.mp4" type="video/mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfuck2.mp4" type="video/mp4" type="video/mp4">
</video></center>
<</if>>
You push down and eat up his huge cock. You ride him until he cums in your needy hole. You eventually slide off him and back onto the couch.
<<if $dadfuckedcount > 2>>
[[Ask to stay the night]]
<<else>>
[[Clean up and go home->Night Bedroom]]
<</if>>
<<set $dadrelationship to $dadrelationship +10>>
<<set $assfucked to $assfucked +1>><<if $dada === "A">>
<span class="father">Sure son. I'll get the couch ready for you later.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Sure son. I'll get the couch ready for you later.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
His hard cock is still resting between your asscheeks as he puts on some TV. While laying together for a bit after the last load he slipped in you, instinctually you tease his cock to hardness again. It's not long before you need it in you, it's about the same time your father repostions.
<<if $dada === "A">>
<span class="father">Careful there sport! Why not give you a break and let dad take care of that worked hole?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Careful there sport! Why not give you a break and let dad take care of that worked hole?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Present your hole->Dad Rims after Fucked]]His beard and tongue push on your worked hole.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadrim1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadrim2.mp4" type="video/mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadrim1.mp4" type="video/mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadrim2.mp4" type="video/mp4" type="video/mp4">
</video></center>
<</if>>
You moan and groan out like crazy as your dad's tongue works over every inch of your coated insides. Your cock grows hard and leaky after a few moments of his tongue inside you.
<<if $dada === "A">>
<span class="father">If you want it so bad take another load boy.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">If you want it so bad take another load boy.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Get Bred Again->Dad Fucked Sleepover Second Load]]Dad picks up the pace as he throws you on the bed and starts to fuck another load into you.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfuckbed1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadfuckbed2.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfuckbed1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadfuckbed2.mp4" type="video/mp4">
</video></center>
<</if>>
It doesn't take long for him to breed you full with a second load and you're dripping.
<<if $dada === "A">>
<span class="father">Alright, you're going to have to keep that in you until after dinner, then we can clean up together. Got it boy? </span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Alright, you're going to have to keep that in you until after dinner, then we can clean up together. Got it boy? </span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[["Yes Sir"->Dad Rest and wait for dinner]]
<<set $dadfuckedcount to $dadfuckedcount +1>>
<<set $assfucked to $assfucked +1>><center><image class="border" width="100%" height="100%" src="media\Dad\images\dadkitchen.jpg" type="video/mp4">
</image></center>
You start to get dressed as your dad slaps your hand away from your pile of clothes on the floor.
<<if $dada === "A">>
<span class="father">No need for clothes if you're sleeping over. Besides, dad likes to get a good look at you at all times.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">No need for clothes if you're sleeping over. Besides, dad likes to get a good look at you at all times.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You nod and follow him into the kitchen, both of you fully naked while covered in cum and sweat.
Your father prepares your favorite meal. The smell of garlic bread pulls you into the kitchen.
The spread looks delectable and your mouth actually starts to water. You look to your dad for permission.
<<if $dada === "A">>
<span class="father">You know there's no such thing as a free meal right?</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">You know there's no such thing as a free meal right?</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
[[Bend over the table->dads table dinner bend]]
[[Drop to your knees->dads table dinner suck]]He bends you over the table and starts thrusting while using his previous load as lube.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadkitchenfuck1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadkitchenfuck2.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadkitchenfuck1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadkitchenfuck2.mp4" type="video/mp4">
</video></center>
<</if>>
Eventually he cums in you again. You share a pleasant meal afterwards.
[[Get ready for bed->dad night sleep]]
<<set $assfucked to $assfucked +1>>
<<set $dadfuckedcount to $dadfuckedcount +1>>You are pretty hungry, might as well get something in your stomach ASAP.
You kneel down and start to service his musky cock.
Your wet mouth wraps your your dad's cock and strokes him gently.
<<if $dada === "A" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadkitchensuck1.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "A" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadkitchensuck2.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadkitchensuck.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B" && $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadkitchensuck.mp4" type="video/mp4">
</video></center>
<</if>>
He cums in your mouth and explains that should be more than enough before dinner.
After muffled complaining on your end, he lets you suck out some more loads. Thankfully he cums enough to keep you full.
You share a pleasant meal afterwards.
[[Get ready for bed->dad night sleep]]
<<set $dadsuckcount to $dadsuckcount +1>>
<<set $suckedcocks to $suckedcocks +1>>You help clean up after dinner while the loads your dad deposited inside you are still filling you up.
You head to the shower and clean up before coming out to the hallway. As you head towards the livingroom your father stops you and points you towards his bedroom.
<<if $dada === "A">>
<span class="father">Hold on sport, it'll just be easier to share my bed actually, I'm short on clean sheets.</span>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<span class="father">Hold on sport, it'll just be easier to share my bed actually, I'm short on clean sheets.</span>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
It's much better than you could have oped then! You slide in bed naked with him and get comfy. After a bit you both doze off.
You spend the night your father's bed when you are woken up in the middle of a heavy sleep.
<<if $dada === "A">>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadsleep.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B">>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadsleep.mp4" type="video/mp4">
</video></center>
<</if>>
After a while you feel your ass being spread open and your dad shoving his hard cock into your tight hole.
[[Take it quietly->Dad Wake Up AM]]
[[Spread your cheeks and beg for it->Dad Wake Up AM]]
<<set $dadfuckedcount to $dadfuckedcount +1>>
<<set $assfucked to $assfucked +1>>Your father pounded your ass so much that you ended up passing out. You wake up in the morning head to the bathroom to wash up. As you walk you feel his cum between your cheeks and your morning wood begins to drip a leak of precum.
When you are washed up you find your clothes and head to the kitchen.
<span class="father">Hey kid, aren't you going to be late for classes?</span>
<<if $dada === "A">>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
You check the microwave for the time and realize you are going to be really late! You beg your father and he has a hard time saying no when you cling to his arm and bat your eyelashes.
<span class="father">You owe me one in the car!</span>
<<if $dada === "A">>
<img src="media\Dad\A\images\AHeadt.png" />
<<elseif $dada === "B">>
<img src="media\Dad\B\images\BHeadt.png" />
<</if>>
He complains, but with a smirk on his face.
You load into the car in the passenger seat. Traffic is slow when you see your father fidgeting with his zipper. His cock springs out.
[[Suck his cock->dad car blowie]]
<<if $day == "Monday">>
<<set $day = "Tuesday">>
<<elseif $day == "Tuesday">>
<<set $day = "Wednesday">>
<<elseif $day == "Wednesday">>
<<set $day = "Thursday">>
<<elseif $day == "Thursday">>
<<set $day = "Friday">>
<<elseif $day == "Friday">>
<<set $day = "Saturday">>
<<elseif $day == "Saturday">>
<<set $day = "Sunday">>
<<elseif $day == "Sunday">>
<<set $day = "Monday">>
<</if>>
<<set $daystage = "Early Morning">>
<<if $body === "Average Joe" || $body === "Twink" || $body === "Otter" || $body === "Jock" || $body === "Wolf" || $body === "Boy">>
<<set $bodyh = 1>>
<<elseif $body === "Cub" || $body === "Bear" || $body === "Chub" || $body === "Muscle Bear">>
<<set $bodyh = 2>>
<</if>>
<<set $suckedcocks to $suckedcocks +1>>You give him a mischievous smile before removing your seatbelt. Your top comes off with some trouble but you want him to see you. You suck his cock, anyone who looks over should be able to see.
<<if $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcarsuck1.mp4" type="video/mp4">
</video></center>
<<elseif $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadcarsuck2.mp4" type="video/mp4">
</video></center>
<</if>>
As you get closer to school you suck more desperately. Half because you don’t want anyone to see you and half because you want the load you’ve been working on. You were sucking pretty intensely when you abruptly look up for a moment. Your lips make a pop as you release your suction grip. That must’ve set him off because ropes of cum hit your face as you look at the window. You are in the school parking lot getting a sticky facial from your father. You put on your top when the car stops. He reaches across you and opens the door and pushes you out. You stagger out and some girls walking on the sidewalk stop, surprised. Their jaws drop in amusement and you realize you still have a cum drenched face. You wipe your face and they laugh as they walk away.
<<set $dadsuckcount to $dadsuckcount +1>>
[[Hurry to class with cum dripping from your chin->Listen to lecture]]
<<set $suckedcocks to $suckedcocks +1>>You slide in the shower and have some fun with dad.
<<if $dada === "A">>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\A\videos\dadshower.mp4" type="video/mp4">
</video></center>
<<elseif $dada === "B">>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Dad\B\videos\dadkitchensuck.mp4" type="video/mp4">
</video></center>
<</if>>
[[Head home->Night Bedroom]]
<<set $excitement to $excitement +40>>
<<set $dadlewdlapcount to $dadlewdlapcount +1>>
<<set $dadrelationship to $dadrelationship +4>>
<<set $suckedcocks to $suckedcocks +1>>
<b><u>Dad:</u></b> <<print $dadrelationship>>/100
<b><u>School Bully:</u></b> <<print $bullyrelationship>>/100
<b><u>Landlord:</u></b> <<print $landlrelationship>>/100
<b><u>Leo (Gym):</u></b> <<print $Gymrelationship>>/100
[[Return->Your room]]
<<if $dadrelationship > 100>>
<<set $dadrelationship to 100>>
<</if>>
<<if $bullyrelationship > 100>>
<<set $bullyrelationship to 100>>
<</if>>
<<if $landlrelationship > 100>>
<<set $landlrelationship to 100>>
<</if>>
<<if $Gymrelationship > 100>>
<<set $Gymrelationship to 100>>
<</if>>You reach into your pocket, too scared to deny the older student without even thinking of shouting for help. You pull out a crisp $20 for him and he lowers you to the ground.
<span class="bully">That's what I thought loser, looks like you're good for something after all. You'll be seeing me around. </span>
<img src="media\School\Bully\images\BullyIcon.png" />
He leaves you and walks away.
You collect yourself and see you only have one more stop before heading hope to the campus bookstore. You get some essentials with your student account funds from tuition and fees but run that card dry with all the books you need. Anything else you need on campus will have to come out of your own pocket now.
After you gather your purchases you load your bag up and head back to the bus before getting back home after a long, stressful day.
[[Go home->Meet Landlord]]
<<set $daystage= "Early Evening">>
<<set $cash to $cash -20>>You arrive to your classroom and take your seat. After a few moments more students begin to trickle in.
[[Listen to lecture]]
<<set $randomnumber to random(1, 10)>>\
<<if $randomnumber === 10>>\
You spend your time browsing reddit while sitting on the toilet in the stall. You keep browsing as you hear the some people enter. Your ears perk up when you hear a male voice. You lock your phone and raise your feet. If they don’t notice you, who knows what you will overhear. They open the stall right next to yours and you panic as you notice the hole. There’s a nice circular hole in the wall that separating the adjacent stalls. Someone wrote “place lips here for $” with a black sharpie. You try and dodge the line of sight through the hole when you hear a ruff voice ask <span class="fatso">Is someone there?</span> Your heart sinks as an eye appears in the hole. “Nope” he says before you hear the jingling of a belt buckle. Does that mean he doesn’t mind?
[[Look through hole->Look through hole]]
<<elseif $randomnumber >= 8 && $looks > 5>>\
This washroom stall is your santuary from the assholery this school shows you. You kill a bunch of time on your phone before you notice a cock slide through the hole in the wall.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\washroomlewdcockpoke.mp4">
</video></center>
“What if I give you $200 right now and you making sure you don’t stop kissing my cock while you stroke me?”
[[Make out with this cock->Kiss it good]]
[[Give him a handjob]]
[[Leave in a haste->Living Room Night]]
<<elseif $randomnumber === 7 && $looks > 8>>\
You walk into the washroom and hear the slapping of flesh. You check the gap under the stall door and see four legs. The cub who's always tricking must be getting fucked again. You head for the adjacent stall and take a look. The cub is wearing nothing but shoes and is getting pounded hard. As the fatass tweaks his nipples he cums and moans loudly. His knees buckle and his butt falls onto the toilet seat. <span class="">You stupid slut, I haven’t cum yet.</span> He notices your eyes in the hole and abruptly leaves his stall and opens the door to yours. He is a massive 7 foot tall person. His belly is round, his thighs look powerful and his cock looks proportional to the rest of him. You can also see his ballsack clearly, it's no wonder you always get a mouthful. “Suck it and you'll get yours and his pay too.” You sit on the toilet seat and suck him like you usually do.
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/019/221/171/19221171a.webm">
</video></center>
[[Make eye contact as you suck him off->washroom blowjob stall fatso]]
<<elseif $randomnumber === 6 && $looks > 5 >>\
You go to the men’s washroom and notice the fatass waiting there for you. <span class="fatso">Perfect timing</span> he says before grabbing your ass in a hug. He hunches over and lustily kisses you. You start to feel his cock through his pants. He takes you into the second last stall and sits on the toilet. <span class="fatso">Lube it up, you are going to sit on it today.</span>
[[Accept his advances->Washroom ride]]
<<elseif $randomnumber >= 4>>\
This washroom stall is your santuary from the assholery this school shows you. You kill a bunch of time on your phone before you notice a cock slide through the hole in the wall.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\washroomlewdcockpoke.mp4">
</video></center>
<span class="fatso">How about it? $50 for a handie?</span>
[[Give him a handjob]]
<<elseif $randomnumber >= 1>>\
You spend your time browsing reddit while sitting on the toilet in the stall. Protected completely from any harassment. You notice you lost track of time and missed out on classes today.
<</if>>
[[Leave->Living Room Night]] You pass your classroom and decide to spend the morning going over notes. After a bit you get bored and end up on reddit.
After some time you end up seeing some posts talking about sucking cock on a gay subreddit which gets you worked up.
You take a look around the room you notice that nobody seems to be around. Should you relieve yourself?
[[Jerk off->Jerking Computer Lab]]
[[Don't risk it!->Listen to lecture]]
<<set $excitement to $excitement +40>>You start to get naked and stroke your cock. While you are looking around you start to get the idea of stripping down fully nude from a video and you take off all of your clothes and put them in a neat pile.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\cublab1start.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
[[Continue to stroke and keep an ear out->Jerking computer lab checking]]
[[Stop before you get caught and go to class->Listen to lecture]]<<set $randomnumber to random(1, 10)>>\
<<if $randomnumber >=9>>\
The lecture is suprisingly engaing today and you find it simple to understand everything that the instructor is presenting. You learn a lot today!
<<set $GPA to $GPA +.5>>
<<elseif $randomnumber >=6>>\
The lecture is okay and you understand most of the lecture. You learn a fair bit.
<<set $GPA to $GPA +.25>>
<<elseif $randomnumber >=4>>\
The lecture is boring and you find it hard to understand most of the lecture. You learn a little bit.
<<set $GPA to $GPA +.1>>
<<elseif $randomnumber >=1>>\
The lecture is boring and you find it hard to understand anything thats going on. You learn a little bit.
<<set $GPA to $GPA +.05>>
<</if>>
[[Finish up class and go Home->Living Room Night]]
<<if $GPA >4 >>
<<set $GPA to 4>>
<</if>>You continue to stroke yourself off while listening intently. You're way too into the moment but stll trying to focus on your surroundings.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\cublab2look.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
<<set $randomnumber to random(1, 10)>>\
<<if $randomnumber >=7 && $looks > 10>>\
[[Jerk->Jerk off computer lab caught bj]]
<<elseif $randomnumber >=7 && $looks > 6>>\
[[Jerk->Jerk off computer lab caught]]
<<elseif $randomnumber >=7 && $looks > 3>>\
[[Jerk->Jerk off computer lab passby]]
<<elseif $randomnumber <=7 || $looks <3>>\
[[Jerk->Jerk off alone the computer lab]]
<</if>>
[[Regain your senses and get dressed->Listen to lecture]]After making sure you're alone you strip down naked and take care of your hard cock in the empty lab.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\cublab3cum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
You blow a nice load, but lost track of time and missed your class for today.
[[Clean up and Head Home->Living Room Night]]
<<set $excitement to 0>>
<<set $cum to 0>>
After making sure you're alone you get lost in the moment without realizing that another student has walked in and sees you jerking off.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\musclebearscompcaught.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
Without thinking you can't stop yourself and keep stroking your cock while he watches. Unable to resist the other student comes over and begins to make out with your befre gets down on his knees and starts to suck your cock until you blow your load down his throat.
<center><video width="640" height="480" autoplay>
<source src="media\School\videos\musclebearscompcaughtblow.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
After gaining your composure you clean up and get dressed.
[[Head Home->Living Room Night]]
<<set $excitement to 0>>
<<set $cum to 0>>After making sure you're alone you get lost in the moment without realizing that another student has walked in and sees you jerking off.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\musclebearscompcaught.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
Without thinking you can't stop yourself and blow a huge load all over the floor in front of him before he stops to look at the whole situation before walking out of the room.
After gaining your composure you clean up and get dressed.
[[Head Home->Living Room Night]]
<<set $excitement to 0>>
<<set $cum to 0>>After making sure you're alone you start to blow your load in the empty lab.
<center><video width="640" height="480" autoplay loop>
<source src="media\School\videos\cublab3cum.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></center>
While you are cleaning up you begin to hear the sound of footsteps coming down the hall and as you are getting your clothes on you see another student walk into the room. He gives you a strange look as you pass him quickly to leave the room and head to the restroom.
You look in the mirror and realize that your shirt is covered in cum and the other student most likely saw your shame.
You blew a nice load, but lost track of time and missed your class for today.
[[Head Home->Living Room Night]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
You can see a chubby guy squatting, his face at dick height. He has a hand in his underwear as he kisses an absolutely massive cock. A 9 inch monsterous dick sprouts from under an equally large belly. That fatass is packing a horse dick. The bottom lovingly smothers his cheek into the length when the fat top's large hairy arm reaches for the back of his head.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/009/500/292/9500292a.webm">
</video></center>
He leans back and takes the head into his mouth. He sucks deep but is nowhere near the base. He places two hands on the back of the bottom's head and pushes into his throat. There’s no way he isn’t choking but you can also see his hips twitching, the slut is enjoying this. The fatso hugs his head into his belly and unloads straight into the bottom's stomach. The fatass leaves a wad of cash on the floor.
<<elseif $randomnumber === 1>>\
<span class="fatso">Turn around and show me that butt</span> you hear accompanied by a smack. You look through the hole and his cock rests in the bottom's butt cleavage as he kneads the cub's assflesh. “You want this???” he asks. You see the cub wagging his butt teasingly at the base of his massive length “yes please!” he moans “right in my boipussy”.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/029/018/831/29018831a.webm">
</video></center>
You are taken back by the wording when the massive penis suddenly penetrates to the base. A stream of white liquid squirts into the toilet. The bottom cub rises and twists his torso to kiss the fatass. “You made me cum from just inserting it again” he whispers. From this view you can clearly see he is sporting a tiny little dick thats drooling cum. The fatass resumes his movements and is soon pounding the bubble butt slut hard. The slut cums twice more before receiving a massive load in his rectum. The fatso leaves a wad of cash on the floor.
<</if>>
[[Leave->Living Room Night]]
<<set $excitement to 100>>You arrive back at your apartment building and before you can get to the elevator you are stopped by an older gentleman in a suit. After a moment you recognize him as your landlord.
<center><image class="border" width="50%" height="50%" src="media\Landlord\images\full.png" type="image/png">
</image></center>
<span class="landlord">"Well you must be <<print $name>>, I've been waiting for almost an hour to catch you! My name is Roman and I'm your landlord. I need to take a moment to discuss your rent payment. Do you mind stepping into my office with me?"</span>
<img src="media\landlord\images\llhead.png" />
He points you towards the back of the front lobby area where you follow him to a small, but well maintained office.
<span class="landlord">"Now, you never had a chance to offically sign the lease yet, so let's get that out of the way as well as your security deposit, I alreeady recieved the money for the first month's rent."</span>
<img src="media\landlord\images\llhead.png" />
You look a bit confused at him as he explains that you still have $150 you owe him for the security deposit on your apartment. After stressing out at your lack of funds, you explain you are currently broke. He takes a few moments to think.
<<timed 5s t8n>>
<span class="landlord">"Well that certianly is an issue. But listen kid, I like you so far and you seem to have a decent head on your shoulders. Let's say you get me the money within the next two weeks and we'll call it even. I'm sure you can find a part time job or someway to make money in this big city. Just send a text anytime you need to meet and I should be able to stop down to the office."</span>
<img src="media\landlord\images\llhead.png" />
You agree to his terms and thank him for his understanding. With nothing left to discuss he leads you out of the office and you make your way to the elevator.
[[Head back to your apartment->Living Room Night]]
<</timed>>A week has passed so you wake up and head downstairs to your landlord's office. As you knock on the door, you hear a familiar voice beckoning you inside.
You open the door and see Roman, your landlord, sitting behind his desk and dressed in a nice polo and slacks.
It looks like today is the day you owe him your missing security deposit and he looks up at you expectingly.
<<if $cash >= 150>>
[[Hand over the $150->Paid SD Cash]]
<<elseif $cash <= 149>>
[[Explain you couldn't make enough money->Paid SD Ass]]
<</if>>
<<set $secdeptpaid to 1>>Another month has passed so you wake up and head downstairs to your landlord's office. As you knock on the door, you hear a familiar voice beckoning you inside.
You open the door and see Roman, your landlord, sitting behind his desk and dressed in a nice polo and slacks.
Rent is due today and he looks up at you expectingly.
<<if $cash >= 800>>
[[Hand over the $800->Paid Rent Cash]]
<<elseif $cash <= 799>>
[[Explain you couldn't make enough money->Paid Rent Ass]]
<</if>>
<<set $rentdays = 0>><span class="landlord">Thank you very much for being so understanding. Now if you don't mind I have a lot of work to get through with today, but please feel free to stop by in the evenings if you need anything else.</span>
<img src="media\landlord\images\llhead.png" />
[[Continue about your day->Your room]]
<<set $cash to $cash -150>>You explain to Roman you couldn't come up with the money to cover the security deposit.
He looks quite annoyed with you as he stands up from behind the desk and beings to look very aggrivated.
"Listen, I don't know much about you or where you come from so I'm going to imagine it's not the easiest to figure out the way to survive in the city without a job. How about we call it even if you take care of something for me?"
Without hesitation he whips out his hard cock from his slacks as it stares you in the face.
"Consider a load down your throat as payment in full."
<<if $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Landlord\videos\llathroat.mp4" type="video/mp4">
</video></center>
<<elseif $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Landlord\videos\llbthroat.mp4" type="video/mp4">
</video></center>
<</if>>
You look at him in the eye before you take a breath and swallow your pride. You begin to lick at and work over his cock head slowly. You never throught you would be selling your body to survive, but it looks like it's an effective strategy.
You pick up the pace as up suck him off until he can't wait another second. He grabs your head and starts to blow shot after shot of hot cum down your worked open throat.
You attempt to swallow everything you can but his shots are huge, leaving you to dribble and let a bit down on your shirt. You start to stand up as he looks sternly at you.
<span class="landlord">Listen, if you need help making rent, stop by my place on the top floor in the evenings. I can figure out something for you to do.
</span>
<img src="media\landlord\images\llhead.png" />
[[Clean yourself up->Your room]]
<<set $cash to 0>>
<<set $excitement to 100>>
<<set $landlrelationship to $landlrelationship +2>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $landlstory to 1>><span class="landlord">Once again you have been a wonderful tenant. Now if you don't mind I have a lot of work to get through with today, but please feel free to stop by in the evenings if you need anything else.
</span>
<img src="media\landlord\images\llhead.png" />
[[Continue about your day->Your room]]
<<set $cash to $cash -800>>You explain to Roman you couldn't come up with the money to cover the rent this month.
He looks extreamly annoyed with you as he stands up from behind the desk and beings walk over and stand in front of you with an overwhelming pressence.
"You can't just act like you can get away without paying rent. I think it's time I taught you a lesson."
He grabs the back of your head and pushes it into his bulge while very obiously tented.
"Take the cock of a real man and learn your place, boy"
He pushes you down onto a couch in his office before he starts to tear off your pants. He is hungry for your ass and won't take no for an answer at this point. To be fair, you also can't say you want to say no.
You start to wonder if you intentionally didn't make rent to see if something like this would happen. Whatever the case, you feel his beard rubbing against your tight hole before he plunges his tongue in deeply.
You feel yourself open up and he flicks his tongue back and forth. As you feel yourself been to drip with his saliva and open up more, get steps back as he takes out his hard leaking cock and slaps it on your hole.
"Bet you've been thinking about this since you met me, slut."
<<if $bodyh === 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Landlord\videos\llafuck.mp4" type="video/mp4">
</video></center>
<<elseif $bodyh === 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\Landlord\videos\llbfuck.mp4" type="video/mp4">
</video></center>
<</if>>
He pushes his hard cock against your hole fully as it begins to slide in. You feel your wet hole open around his thick cock while you whimper and grasp onto the couch cushions.
As you buck back onto his thick cock you feel him grab onto your hips and thrust into you deeper; his balls slapping against your ass firmly with each thrust.
You can't take this any longer, his huge cock pounding you and the situation make you blow all over the couch. He watches you and slaps your ass hard while chastising you.
"God damn you fucking slut, now you're gonna have to clean that up too."
He blows a load deep in you as he rams your ass harder and harder. You feel shots of hot cum fill your worked hole as each thrust makes more leak out over the mess you made with your own load on the couch.
He slides out of you and slaps your ass again on the opposite cheek.
"At this point, I think you're going to have to get some help paying rent and clean up this mess, so make sure you come over during the week and get your fill, slut."
You make a note to visit Roman more often and see what more he may want from you.
[[Clean yourself up->Your room]]
<<set $cash to 0>>
<<set $excitement to 100>>
<<set $landlrelationship to $landlrelationship +5>>
<<set $assfucked to $assfucked +1>>
<<if $landlstory is 0>>
<<set $landlstory to 1>>
<</if>>You decide to spend your day at the gym thinking it's best to get your body more toned and in a shape you'd prefer.
You arrive at the gym that is down the street, making it a nice walk over to warm up.
It’s crowded as hell, mostly all men. Every machine is occupied with an additional person working in. Oddly enough you notice that there’s a lot of squat racks that are empty. You also notice the machines for working your upper body seem to be avaliable.
What would you like to do?
[[Squat]]
[[Lift Weights]]
[[People Watch with a minor workout]]
[[Change your mind->School Morning]] You jerk his semi-erect cock. You notice that it bulges in the middle. As your hand slides up and down you get a sense of the shape of the head. Its hard not to notice all the veins throbbing. You briefly wonder what you can do to make this go faster but realize it's probably a worse fate. Its so big you decide you need to use both hands. On the other side of the stall you can hear lips smacking. Clearly he is making out with his boy toy. You can tell he is close and you pick up the pace a little.
<center><video width="640" height="480" autoplay loop mute>
<source src="media\School\webm\wahroomhandjob.webm" type="video/webm">
Your browser does not support the video tag.
</video></center>
<span class="fatso">Kiss it and there’s an extra $50 for you</span>
[[Give his cock head a big smooch->Kiss his cock]]
[[Reasses your choices and leave->Living Room Night]]
<<set $cash to $cash +50>>
<<set $excitement to 100>>You kiss the tip and continue to jerk his cock. A torrent of cum shoots into your mouth and you swallow it down. He hands your money through the hole. You wait for them to leave.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/026/762/211/26762211a.webm">
</video></center>
[[Wipe your face and go home->Living Room Night]]
<<set $cash to $cash +50>>
<<set $excitement to 100>>
You stroke his dick and give the base of his cock a peck. It doesn’t spurt like it has in the past. You leave a trail of kisses up to the head of his cock. You give the tip a smooch and the taste of his precum fills your mouth. You twirl your tongue around the head of his cock. His cock is responding to your dick pleasing techniques. The taste of his cock completely coats your mouth. “Fuck bitch, you might as well just suck it if your going to lick it” he barks. You are ashamed to realize he never mentioned using your tongue, he is right.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/020/843/581/20843581a.webm" type="video/webm">
Your browser does not support the video tag.
</video></center>
You rest his cock on your forehead and ask “will I get more money?” You rub his cock all over your face while you wait for an answer. “200 if you take it in your throat” Your mouth is already the flavor of his dick, you might as well get some more money out of this.
[[Put his delicious cock in your mouth->Washroom throatjob]]
<<set $excitement to 100>>
<<set $suckedcocks to $suckedcocks +1>>
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/003/353/471/3353471a.webm">
</video></center>
His cock slides between your lips and against your tongue as you push your face into his cock. You are on your knees pumping the base with both hands but there is still more than enough to service with your mouth. Your lips are tightly pursed around him with a vacuum tight grip. It makes a loud pop as it leaves your mouth and you slap the cock on your tongue. You go back to sucking and you can feel his cock twitching in your mouth. You keep up the pace and soon he is blowing his load in your mouth. It starts to overflow so you begin to swallow before anymore gets on your clothes. He removes his cock and passes you $100 through the hole. “Hey!” you complain while his cum drips from your chin. “I said to take it in your throat.” You kneel there a little confused why you blew him.
[[Wipe your face and go home->Living Room Night]]
<<set $cash to $cash +100>>
<<set $excitement to 100>>
<<set $suckedcocks to $suckedcocks +1>>You look into his eyes as you please his cock. It looks like he is enjoying this. He smirks at you as his hand move to the sides of your head. You are already sucking 4 inches deep when he pulls your head into him. His massive cock stuffs the tip of your throat. You’ve stopped trying to breathe as he squeezes his way into your throat. He gets 7 inches in before you gag and he pulls out.You chest rises and falls as you catch your breath. <span class="fatso">Good boy</span> he compliments before trying again. He realizes he isn’t going further today and begins humping your throat.
<center><video width="640" height="480" autoplay loop>
<source src="https://giant.gfycat.com/LinedImpressiveChickadee.webm">
</video></center>
In the corner of your eye you notice that the cub is watching you through the hole and getting off. Not before long he is cumming in your throat straight into your stomach. He tips you $200 dollas on the floor.
<<set $cash to $cash +200>>
<<set $excitement to 100>>
<<set $suckedcocks to $suckedcocks +1>>
[[Go Home->Living Room Night]]
You deepthroat it and it is well lubed. You drop your pants and press his cock into you. You spurt out a weak load when he penetrates you. You hear a gasp and you notice that someone is watching you through the hole in the stall. You ride his cock like a slut. Putting on a show for him with your spectacular ass. You behind over and get a look in the hole. You see the cub watching you. You smile at him. You moan and occasionally spurt while riding the fatass’s dick. You feel his cock twitch in your tight hole, a telltale sign he is close.
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/005/506/051/5506051a.webm">
</video></center>
You spin around and straddle his lap. His load is thick and oveflows your ass while you clench tight. After he finishes and pushes you off he throws a wad of cash on the floor before leaving and looking flustered.
You leave the washroom counting up your payment. His cum drips from your hole into your undies. Had it been less thick or smelly maybe passerbyers wouldn't have known exactly what it was, causing a few of your peers to look at you knowingly as you pass by.
[[Go Home->Living Room Night]]
<<set $cash to $cash +200>>
<<set $excitement to 100>>- Finish gym
+Set up muscle gain system
+set up ass gain system
- Add in all status descriptions
- Add porn tracks
- Add more ways to whore self
- Add variable trackers to story
- Sex stats
- Relationship building
<<set $randomnumber to random(1, 10)>>
You squat, ass to grass and feel a strain on your thighs.
<<if $looks <= 4>>
While you exercise you steal glances at all the guys in the mirrors. Their perfect asses look absolutely fuckable.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/023/918/531/23918531a.webm" type="video/mp4">
Your browser does not support the video tag.
</video></center>
<<elseif $looks <= 6>>
While you are squatting you accidentally make eye contact with a few guys. Why are so many people looking your way.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/023/918/531/23918531a.webm" type="video/mp4">
Your browser does not support the video tag.
</video></center>
<<elseif $looks <= 10 && $excitement >= 70 >>
You decide to just take off your clothes and expose your ass while your squat, fully loving the attention you are getting.
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/008/277/691/8277691a.webm" type="video/mp4">
Your browser does not support the video tag.
</video></center>
<</if>>
<<if $randomnumber >=10>>\
You really feel the burn today! You swear your ass is already looking more firm just after today's session.
<<set $ass to $ass +10>>
<<elseif $randomnumber >=6>>\
Today was a great day for you! The burn you feel is sure to show in another day of hard work!
<<set $ass to $ass +6>>
<<elseif $randomnumber >=3>>\
An average workout for you and you feel a bit better knowing you're starting to firm up.
<<set $ass to $ass +3>>
<<elseif $randomnumber <=3>>\
Today was below average and you don't maintain great form. You can't even notice much of a difference from before you started at all.
<<set $ass to $ass +1>>
<</if>>
<<if $randomnumber >=3 && $looks > 6>>\
[[Take a long shower->Gym Shower Fuck]]
<<elseif $randomnumber >=3 && $looks > 3>>\
[[Take a long shower->Gym hotdog shower]]
<<elseif $randomnumber >=3>>\
[[Take a long shower->Gym Stare shower]]
<</if>>
[[Shower Up Quickly->Living Room Night]]
<<if $looks <= 4>>
<<set $excitement to $excitement +10>>
<<elseif $looks <= 6>>
<<set $excitement to $excitement +20>>
<</if>>
<<set $randomnumber to random(1, 10)>>
You get on the weights and maintain your focus on getting a but more defined.
<<if $looks <= 4>>
While you exercise you steal glances at all the guys in the mirrors. Their perfect asses look absolutely fuckable.
<center>[img[media\Gym\gif\W1.gif]]</center>
<<elseif $looks <= 6>>
While you are squatting you accidentally make eye contact with a few guys. Why are so many people looking your way.
<center>[img[media\Gym\gif\W2.gif]]</center>
<<elseif $looks <= 10 && $excitement >= 70 >>
You decide to just take off your clothes and expose your ass while your squat, fully loving the attention you are getting.
<center>[img[media\Gym\gif\W3.gif]]</center>
<</if>>
<<if $randomnumber >=10>>\
You really feel the burn today! You swear your body is already looking more firm just after today's session.
<<set $bodymuscle to $bodymuscle +10>>
<<elseif $randomnumber >=6>>\
Today was a great day for you! The burn you feel is sure to show in another day of hard work!
<<set $bodymuscle to $bodymuscle +6>>
<<elseif $randomnumber >=3>>\
An average workout for you and you feel a bit better knowing you're starting to firm up.
<<set $bodymuscle to $bodymuscle +3>>
<<elseif $randomnumber <=3>>\
Today was below average and you don't maintain great form. You can't even notice much of a difference from before you started at all.
<<set $bodymuscle to $bodymuscle +1>>
<</if>>
<<if $randomnumber >=3 && $looks > 10>>\
[[Take a long shower->Gym Shower Fuck]]
<<elseif $randomnumber >=3 && $looks > 6>>\
[[Take a long shower->Gym hotdog shower]]
<<elseif $randomnumber >=3>>\
[[Take a long shower->Gym Stare shower]]
<</if>>
[[Shower Up Quickly->Living Room Night]]
<<if $looks <= 4>>
<<set $excitement to $excitement +10>>
<<elseif $looks <= 6>>
<<set $excitement to $excitement +20>>
<</if>>You wash your spectacularly round ass and cock. You twist yourself and stare at your own behind. If girls play with their tits, you can play with your butt. You give it an experimental spank it and it jiggles.
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/010/244/082/10244082a.webm">
</video></center>
You realize where you are and scan the room. About half the men in this shower are staring right at your ass. Embarrassed you cover your bubble butt with your hands. A hand pulls your hands up to your back <span class="leo">bitch, whats the point of doing all those squats if you dont show off?</span> He tilts his head and checks out your ass. <span class="leo">You know I was thinking my dick would look great in there</span> Before you can respond the head of his cock is pressing into your asshole. <span class="leo">If you don’t lube it up, it’ll hurt.</span> He’s right and you know it.
[[Tease him->Shower gym cock tease]]
[[Obey him->Shower suck and fuck]]
<<if $looks > 6>>
[[Moan loudly->shower bbc spitroat]]
<</if>>
<<set $excitement to 100>>
<<set $Gymrelationship to $Gymrelationship +4>>You walk into the shower area with a towel across your shoulder. You put the water on quite hot before your lather up yourself. You start washing your butt and notice that is quite bigger than it was in the past.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/022/351/391/22351391a.webm">
</video></center>
<span class="leo">Whoa bitch thats what Im talking about!</span> You see Tyrone approach from behind. <span class="leo">All the showers are taken mind if we share this one?</span> You feel his thick flaccid dick pressed in the middle your cheeks. It grows and slides between your thighs until it is erect. When you look down you notice your throbbing package. <span class="leo">I'll wash your back,</span>
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/007/026/181/7026181a.webm">
</video></center>
<span class="leo">and you wash mine.</span> He can crush you if he wants. And if he does he will probably fuck your ass too.
<<if $excitement >= 40>>
[[Wash him->Get him off with your mouth]]
<<elseif $excitement < 40>>
[[Try to run away]]
<</if>>
<<set $Gymrelationship to $Gymrelationship +3>>You undress in the locker room making sure you wrap your private parts with a towel. You hate communal showers. Haven’t people heard of stalls? The idea of showering with a bunch of guys isn’t all that appealing but it's better than stinking the rest of the day. You notice that a lot of your peers are quite muscled. You take some soap and lather yourself up as you wonder how you can improve your own form to be like there’s. <span class="leo">Excuse me, do you need something?</span> you hear. While lost in thought your eyes settled on the man next to you.
<center><video width="640" height="480" autoplay loop>
<source src="https://giant.gfycat.com/MajesticGraciousFrigatebird.webm" type="video/mp4">
Your browser does not support the video tag.
</video></center>
He is a large man with an well built physique. “What?” you ask. <span class="leo">You were staring</span> he explains annoyed. Now that you are talking to him you finally notice his massive flacid cock that hangs to his knees. “Im sorry, I was zoning out” you apologize. He notices that you checked out his dick and chuckles to himself.
[[Apologize->Apologize gym stare]]
[[Keep staring->Tempted gym stare]]
<<if $looks <= 4>>
<<set $excitement to $excitement +10>>
<<elseif $looks <= 6>>
<<set $excitement to $excitement +20>>
<</if>>
<<set $Gymrelationship to $Gymrelationship +1>>"Sorry!"
You feel awkward for the rest of your bath. Its large thick shape burned into your memory. You thought that was only a thing in porn, but you guess the myths are true.
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>His cock looks like something out of a porn video. Without noticing it your jaw actually dropped a bit. He is so much bigger than you and he isn't even half chub yet. He starts to touch his cock.
<center><video width="640" height="480" autoplay loop>
<source src=" <source src="https://dl.phncdn.com/pics/gifs/004/116/781/4116781a.webm" type="video/mp4">
" type="video/mp4">
Your browser does not support the video tag.
</video></center>
<span class="leo">See something you like?</span>
He chuckles to himself as he soaps up.
[[Finish scrubbing up in shame->Living Room Night]]
<<set $excitement to $excitement +50>>
<<set $Gymrelationship to $Gymrelationship +1>>It's better just to get him off and away from you. He soaps up your chest and flicks your nipples at the same time. You apply the soap to his dick and slide your hips back and forth. Soon you feel his hips slapping into your jiggling butt. The noise starts to grabs people attention. Some of them look disgusted but other are getting hard. He pulls out from between your thighs and starts jerking off.
<span class="leo">Alright, time for you to clean me.</span>
He pushes you to you knees easily.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/012/437/801/12437801a.webm">
</video></center>
<span class="leo">Fuck bitch that was good</span> he says as he leaves. There's a lot of cum on your face but you manage to clean it. You’re own boner doesn’t go away until all the sperm is gone.
[[Go home->Living Room Night]]
<<set $excitement to 100>>
<<set $Gymrelationship to $Gymrelationship +3>>
<<set $suckedcocks to $suckedcocks +1>>You hesitate for a second and his heavy cock is starting to harden. You squeeze out from his grasp and his surprisingly large cock slides across your thighs.
<span class="leo">Where you going ho?</span>
He smacks your ass as you hurriedly leave.
[[Towel off and go home->Living Room Night]]
<<set $excitement to $excitement +10>>His body is massive compared to yours. You put his cock in your hand and start stroking him to full mast. Once he's hard, you rub his cock all over your body.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/005/781/031/5781031a.webm">
</video></center>
On your soft stomach. All over your chest. Whatever you're doing is working really well. You feel his cock twitch in your hand.
He lifts up your chin and kisses you. You are surprised by the sensation of a man's lips on your own. He squirts his cum on you as you make out.
<span class="leo">Good work bitch</span>
[[Enjoy the compliment and go home->Living Room Night]]
<<set $excitement to 100>>
<<set $Gymrelationship to $Gymrelationship +1>>You spin around and get on your knees lubing up as much as you can before presenting you ass to him. Your hands are pressed against the wall, back arced and your legs are together. Thanks to your spit a few inches of his cock slide into you easily. Your ass couldn’t feel anymore full. His cock is so thick that clenching your asshole does virtually nothing.
<center><video width="640" height="480" autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/006/443/221/6443221a.webm">
</video></center>
All you can do is wait until he is finished. 10 minutes pass and his pounding isn’t slowing down a bit. You feel your own orgasm approaching so you try and end it quick. You push your ass into his cock taking it deeper. The tactic backfires completely as you empty your ballsack with a lewd moan. He keeps fucking away and eventually your body goes limp (but your cock is hard).
<img src="mmedia\Gym\gif\bbcfuckgape.gif"/>>
He’s using your entire body to get off and eventually he does. He cums in your ass and the sensation makes you cum too. He leaves you on the floor with cum leaking from your ass.
[[Go home->Living Room Night]]
<<set $excitement to 100>>
<<set $Gymrelationship to $Gymrelationship +5>>
<<set $suckedcocks to $suckedcocks +1>>You spin around and get on your knees lubing up as much as you can before presenting you ass to him. Your hands are pressed against the wall, back arced and your legs are together. Thanks to your spit a few inches of his cock slide into you easily. Your ass couldn’t feel anymore full. His cock is so thick that clenching your asshole does virtually nothing.
Despite being a public setting, you can't control yourself and left out a lewd moan. A few more espace your mouth as his thick member penetrates you.
Another black man appears. He presses his hard body and cock into your body. It looks like things just got better in your life. You start to suck their cocks.
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/000/519/071/519071a.webm">
</video></center>
After fully arousing you they lead you outside the change room by hand. People stare as your nude forms pass them. They violently grab you and soon you are getting spitroasted
<center><video width="640" height="480" autoplay loop mute>
<source src="https://cl.phncdn.com/pics/gifs/006/215/361/6215361a.webm">
</video></center>
You can see that the staff is concerned but no one wants to be the one to interrupt the two hulking giants railing you.
[[Go home->Living Room Night]]
<<set $excitement to 100>>
<<set $Gymrelationship to $Gymrelationship +1>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $assfucked to $assfucked +1>><<if $ass >= 0 && $bodyh eq 1 && $bodymush eq 1>>
<center>[img[media\Status\gif\10-1-1.gif]]</center>
<<elseif $ass >= 0 && $bodyh eq 1 && $bodymush eq 2>>
<center>[img[media\Status\gif\10-1-2.gif]]</center>
<<elseif $ass >= 0 && $bodyh eq 2 && $bodymush eq 1>>
<center>[img[media\Status\gif\10-2-1.gif]]</center>
<<elseif $ass >= 0 && $bodyh eq 2 && $bodymush eq 2>>
<center>[img[media\Status\gif\10-1-2.gif]]</center>
<<elseif $ass >= 50 && $bodyh eq 1 && $bodymush eq 1>>
<center>[img[media\Status\gif\50-1-1.gif]]</center>
<<elseif $ass >= 50 && $bodyh eq 1 && $bodymush eq 2>>
<center>[img[media\Status\gif\50-1-2.gif]]</center>
<<elseif $ass >= 50 && $bodyh eq 2 && $bodymush eq 1>>
<center>[img[media\Status\gif\50-2-1.gif]]</center>
<<elseif $ass >= 50 && $bodyh eq 2 && $bodymush eq 2>>
<center>[img[media\Status\gif\50-1-2.gif]]</center>
<<elseif $ass >= 80 && $bodyh eq 1 && $bodymush eq 1>>
<center>[img[media\Status\gif\80-1-1.gif]]</center>
<<elseif $ass >= 80 && $bodyh eq 1 && $bodymush eq 2>>
<center>[img[media\Status\gif\80-1-2.gif]]</center>
<<elseif $ass >= 80 && $bodyh eq 2 && $bodymush eq 1>>
<center>[img[media\Status\gif\80-2-1.gif]]</center>
<<elseif $ass >= 80 && $bodyh eq 2 && $bodymush eq 2>>
<center>[img[media\Status\gif\80-1-2.gif]]</center>
<<elseif $ass >= 100 && $bodyh eq 1 && $bodymush eq 1>>
<center>[img[media\Status\gif\100-1-1.gif]]</center>
<<elseif $ass >= 100 && $bodyh eq 1 && $bodymush eq 2>>
<center>[img[media\Status\gif\100-1-2.gif]]</center>
<<elseif $ass >= 100 && $bodyh eq 2 && $bodymush eq 1>>
<center>[img[media\Status\gif\100-2-1.gif]]</center>
<<elseif $ass >= 100 && $bodyh eq 2 && $bodymush eq 2>>
<center>[img[media\Status\gif\100-2-2.gif]]</center>
<</if>>
[[Put your clothes back on->Status]]<<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/009/646/982/9646982a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/025/957/842/25957842a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/000/583/332/583332a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video width="640" height="480" autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/001/652/022/1652022a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/023/492/821/23492821a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/023/465/591/23465591a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/006/192/931/6192931a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/008/167/851/8167851a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/000/820/381/820381a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/018/537/581/18537581a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/009/947/052/9947052a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/009/896/342/9896342a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 2)>>\
<<if $randomnumber === 2>>\
<center><video autoplay loop>
<source src="https://cl.phncdn.com/pics/gifs/003/032/251/3032251a.webm">
</video></center>
<<elseif $randomnumber === 1>>\
<center><video autoplay loop>
<source src="https://dl.phncdn.com/pics/gifs/018/613/301/18613301a.webm">
</video></center>
<</if>>
You can't handle it very long with how much you are worked up, blowing a huge load all over yourself as you get off.
[[Clean up and go to bed->Sleep]]
<<set $excitement to 0>>
<<set $cum to 0>><<set $randomnumber to random(1, 20)>>
You do some very simple strecthing for an hour to take time and check out some eye candy at the guy.
<<set $gymimage to "media/Gym/gif/pw" + $randomnumber + ".gif">>
<center>[img[$gymimage]]</center>
<<if $randomnumber >=3 && $looks > 6>>\
[[Take a long shower->Gym Shower Fuck]]
<<elseif $randomnumber >=3 && $looks > 3>>\
[[Take a long shower->Gym hotdog shower]]
<<elseif $randomnumber >=3>>\
[[Take a long shower->Gym Stare shower]]
<</if>>
[[Shower Up Quickly->Living Room Night]]
<<set $bodymuscle to $bodymuscle +1>>You take the elevator upm to the top floor. After you knock you heard the latch being undone and the door opens, revealing a familiar face.
<center><image class="border" width="50%" height="50%" src="media\Landlord\images\full.png" type="image/png">
</image></center>
<span class="landlord">I'm assuming you're here for help with rent as we discussed? Come on in then.
</span>
<img src="media\landlord\images\llhead.png" />
[[Step inside->Roman's Apt Night]]
<center><image class="border" width="75%" height="75%" src="media\Landlord\images\llfullapt.jpg">
</image></center>
As you step in you notice the place is a huge mess. Take-out boxes and clothes clutter the surfaces of the room.
<span class="landlord">You know, this place could use good cleaning. How about it. You clean up my place and I throw ya some cash.
</span>
<img src="media\landlord\images\llhead.png" />
<<if $landlrelationship >= 5>>
[[Clean up his apartment->Clean up his apartment in outfit]]
<<elseif $landlrelationship < 5>>
[[Clean up his apartment]]
<</if>>
[[Reconsider->Living Room Night]] You nod enthusiastically realizing you are getting off so easily. And head off to work.
It take the better of 2 hours but you clean up his apartment. You are on your knees picking up stuff. On your toes dust the surfaces. The whole thing actually might have been enjoyable if the landlord weren’t staring at you the whole time. The TV was on but it was clear as day that his eyes were on you. You feel a bit sick when you see him place a hand on his crotch area. He rubs it over the material.
<span class="landlord">You did a great job tidying up. Here, take this.
</span>
<img src="media\landlord\images\llhead.png" />
He pulls out a crisp $20 bill and hands it to you.
[[Go home->Night Bedroom]]
<<set $landlrelationship to $landlrelationship +1>>
<<set $cash to $cash +20>>He looks a bit frustrated with the situation as you continue to come to him for a source of meager income.
<span class="landlord">You realize that I could get a professional cleaner with all the money you owe me right? You need to realize this isn't really enough to help you cover rent still, let's sweeten the pot for you then.
</span>
<img src="media\landlord\images\llhead.png" />
You look over at him with confusion on your face and ask him "What do you mean?"
<span class="landlord">I think from now on when you're over here working for me we need to get you in a uniform. I have it laying out on the couch, take a look.
</span>
<img src="media\landlord\images\llhead.png" />
You figure you don’t have much say in this situation and agree. You walk past him in the kitchen and take a closer look at the garment on the couch. It's a jockstrap that looks about a size too small for you.
<span class="landlord">That's your uniform, now change out of your clothes into it and get to cleaning.
</span>
<img src="media\landlord\images\llhead.png" />
[[Get changed and clean up the apt]]<nobr><<set $randomnumber to random(1, 20)>>
You feel tricked but are too deep at this point. He has a new jockstrap for you everytime you come over it seems.</nobr>
<span class="landlord">Change right here in front of me and show off your uniform for inspection.
</span>
<img src="media\landlord\images\llhead.png" />
You oblige Roman as you strip down and show off your ass in the jockstrap.
<<set $lljock to "media/Landlord/webm/jocks/">>
<<set $lljock to $lljock + $randomnumber >>
<<set $lljock to $lljock + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$lljock type="video/webm">
</video></center>
You start to clean up his apartment. You feel his gaze heavy on you. The jock is a bit too short and you constantly pull it down. You return the uniform before you leave.
[[Change back and go home->Night Bedroom]]
<<set $landlrelationship to $landlrelationship +2>>
<<set $cash to $cash +20>>
You arrive at the beach. You read a large sign:
<center>[img[media\Beach\image\sign.png]]</center>
What do you do?
<<if $looks <= 2 >>
[[Tan in the sun]]
<<elseif $looks <= 4 >>
[[Tan in the sun->fingered beach propose]]
<<elseif $looks <= 6 >>
[[Tan in the sun->tan in the sun stares]]
<</if>>
<<if $looks <= 2>>
[[Swim in the beach]]
<<elseif $looks >= 3>>
[[Swim in the beach->Swim and jerk]]
<</if>>
[[Go home->Living Room Morning]]<nobr><<set $randomnumber to random(1, 2)>></nobr>
You walk by a few older men as you find a spot to sit. They are wearing sunglasses and for all you know they are staring at you.
You burn with shame and end up closing your eyes shut. You tan on both sides before getting up to leave. You spend some time in the sun and figure it was probably good for your skin.
<<if $randomnumber is 1>>
<<set $excitement to $excitement +30>>
You see a bottomless man pass by you when you are tanning. He is unbelievably hung.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/002/620/201/2620201a.webm" type="video/mp4">
</video></center>
After more people pass by you see a much older man with a young partner as they walk down the beach. Out of curiousity your eyes drift down and you are met with a massive penis. It looks twice as big as yours and its still flacid.
<</if>>
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>You lay on your front allowing your backside to tan in the sky. You start to doze off a bit when you sense that something has sat down next to you. You open your eyes and find an older gentleman starting to creep over you. He is balding and bulky, unmuscular build.
<span class="fatso">“Hello, sexy. Just let daddy make you feel good and I'll slip you something nice”</span>
You feel a hand on your ass as he flashes a wad of cash.
[[Nod->beach fingerbanging]]
[[Pick you your things and leave immediately->Living Room Night]]
<<set $excitement to $excitement +40>>You arrive at the beach and do some tanning. You realize that a few older men are standing around you, blatantly checking you out. Your cheeks flush at the attention. Your embarrassment doubles when you see their dicks twitch when you shift in your spot. They are waiting around patiently, hoping you will show them something more.
[[Roll over so they can see your ass]]
[[Leave->Living Room Night]]
<<set $excitement to $excitement +20>><nobr><<set $randomnumber to random(1, 5)>>
</nobr>
You walk by a few older men as you make your way into the ocean. They are wearing sunglasses and for all you know they are staring at you.
You feel a little more covered when you enter the water. You do a few laps in the swallow water.
You spend some time in the sun and figure it was probably good for your skin.
<<if $randomnumber >= 3>>
You think you feel some eyes on your body but you shrug it off.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/023/098/731/23098731a.webm" type="video/mp4">
</video></center>
<</if>>
You think you feel some eyes on your body but you shrug it off.
[[Head home->Living Room Night]]
<<set $bodymuscle to $bodymuscle +1>>
<<set $excitement to $excitement +10>>It’s a hot day and you spend some time cooling off in the water. You spot a man in the ocean behind a rock. He is beckoning you closer with one hand. In the other hand, you can see him stroking his cock. When you pull your eyes away from his cock you meet his lusty gaze. You think he is close.
[[Approach him->Beach suck water]]
[[Leave right away->Living Room Night]]
<<set $excitement to $excitement +10>>As you get closer he puts a hand on your shoulder and starts to push you down.The other hand pumping furiously.
<span class="fatso">Get down and swallow my load!</span>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/011/332/831/11332831a.webm">
</video></center>
[[Clean up and go home->Living Room Night]]
<<set $suckedcocks to $suckedcocks +1>>
<<set $excitement to $excitement +10>>Everyone’s stares are so embarrassing, you roll over on your stomach and hide your face.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/021/582/762/21582762a.webm">
</video></center>
You peek out from under your crossed arms. Did these old bastards get closer? Oh fuck, they are getting hard.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/021/137/301/21137301a.webm">
</video></center>
You want to tease their cocks like a good boy, but you're nervous. You decide to get up and the sudden movement grabs the attention of all the men looking at you. You decide it's time to leave before they do anything too serious.
They beckon you back as you leave, wanting to have more fun watching you.
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>><nobr><<set $randomnumber to random(1, 2)>></nobr>
When you nod, his hovering finger dives into your bottom and into your asshole. He lubed his finger so it slides in with ease. You moan in pleasure.
<span class="fatso">That’s a good boy. Cum for me!</span>
You want to be a good boy and cum hard from his finger. You squirt and cross your knees.
<<if $randomnumber>>
[[Return the favor with your ass->anal beach]]
<<elseif $randomnumber>>
[[Return the favor with your mouth->blowjob beach]]
<<elseif $randomnumber < 2 || $looks < 2>>
[[Return the favor with your hand->handjob beach]]
<</if>>
[[Pick you your things and leave->Living Room Night]]
<<set $excitement to 0>>His cock is already hard when it slips into your needy asshole.
His body twitches as you jerk the cum from his balls. You are so focused on his pleasure you don't notice the crowd you have accumulated.
<<nobr>>
<<switch random(2)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/009/011/102/9011102a.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/006/105/391/6105391a.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/028/793/791/28793791a.webm">
</video></center>
<</switch>>
<</nobr>>
[[Finish the guy your working on with the audience watching->beach anal finish]]
[[Ask the audience to join->beach anal group]]
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>His cock is already hard when you wrap your lips around it.
His body twitches as you jerk the cum from his balls. You are so focused on his pleasure you don't notice the crowd you have accumulated.
<<nobr>>
<<switch random(3)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/011/332/831/11332831a.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/028/794/591/28794591a.webm">
</video></center>
<<case 3>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/028/794/361/28794361a.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/028/795/001/28795001a.webm">
</video></center>
<</switch>>
<</nobr>>
[[Finish the guy your working on with the audience watching->beach blow finish]]
[[Ask the audience to join->beach blow group]]
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>His cock is already hard when you wrap your fingers around it.
His body twitches as you jerk the cum from his balls. You are so focused on his pleasure you don't notice the crowd you have accumulated.
<<nobr>>
<<switch random(1)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/004/141/731/4141731a.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/022/061/161/22061161a.webm">
</video></center>
<</switch>>
<</nobr>>
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>
<<set $cash to $cash +30>The man using your mouth grabs your head and starts to moan before blowing all over your face.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/028/303/262/28303262a.webm">
</video></center>
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>They crowd erupts in a cheer as they all moves closer and start to use your mouth.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/029/532/911/29532911a.webm">
</video></center>
Each man takes his time letting you suck and use him while you service each cock to compleation. You take multiple loads down the throat but lots of them blow on your face.
[[Go home->Living Room Night]]
<<set $excitement to $excitement +40>>
<<set $suckedcocks to $suckedcocks +1>>His body twitches as he blows deep in you.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://dl.phncdn.com/pics/gifs/028/459/002/28459002a.webm">
</video></center>
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>The group pounces on the chance as the men take turns using your needy hole on the beach.
<center><video class="border" width="80%" height="80%" autoplay loop src="https://cl.phncdn.com/pics/gifs/029/415/271/29415271a.webm">
</video></center>
[[Go home->Living Room Night]]
<<set $excitement to $excitement +20>>
<<set $assfucked to $assfucked +2>><center><image class="border" width="75%" height="75%" src="https://pix10.agoda.net/hotelImages/4992727/0/2728f1ef9b0a02d6c502d0c6c7462313.jpg?s=512x384">
</image></center>
You decide to take a stroll around the city to try and find something new to do. Where to you want to check out?
<nobr>
<nobr><<set $randomnumber to random(1, 10)>><<if $randomnumber >= 9 && $escortfound is 0 && $looks > 8>>
[[Take a Walk->Find the escorts]]<<elseif $randomnumber >= 7 && $clubfound is 0 && $looks > 4>>
[[Take a Walk->Find the clubs]]<<elseif $randomnumber >= 5 && $parkfound is 0>>
[[Take a Walk->Find the park]]<<elseif $randomnumber >= 1 >>
[[Take a Walk]]<<elseif $escortfound >= 1 && $clubfound >= 1 && $parkfound >= 1>>
[[Take a Walk]]<</if>></nobr><nobr><<set $randomnumber to random(1, 10)>>
<<if $randomnumber >= 4>><<set $randomnumbertwo to random(1, 10)>><<if $randomnumbertwo >= 9 && $looks >= 6>>
[[Randomly Explore the City->Get Assualted]]<<elseif $randomnumbertwo >= 7>>
[[Randomly Explore the City->Get Mugged]]<<elseif $randomnumbertwo >= 4>>
[[Randomly Explore the City->Find Money]]<<elseif $randomnumbertwo >= 1>>
[[Randomly Explore the City->Take a Walk]] <</if>>
<<elseif $randomnumber <= 3>>[[Randomly Explore the City->Take a Walk]] <</if>></nobr>
<nobr><<if $escortfound >= 1>>[[Go to the Escorts->Escort Brothel]]<</if>><<if $clubfound >= 1>>[[Go to the clubs->City Club Row]]<</if>><<if $parkfound >= 1>>[[Go to the Park->City Park]]<</if>>[[Change your mind and go back home->Living Room Night]] </nobr>
</nobr>
<center><image class="border" width="75%" height="75%" src="media\City\images\escort.png">
</image></center>
You are walking along the sidewalk of a busy city street looking at all the buildings and businesses.
After a while you are stopped in your path by a man stepping out of a dark alley behind a laundromat.
<span class="escort_host">"Excuse me, I couldn't help but notice your stunning body and think you would be the right fit for our business. Would you mind coming inside so I can show you around?"</span>
[[Accept offer and go Inside->Escort Brothel]]
[[Go back to the city center->Explore City Night]]
[[Change your mind and go back home for the night->Night Bedroom]]
<<set $escortfound to 1>>
<center><image class="border" width="75%" height="75%" src="https://d2pzzspvx6hqws.cloudfront.net/wp-content/uploads/2019/04/GayNightlife2-1024x704.jpg">
</image></center>
Found the clubs
[[Go Inside->City Club Row]]
[[Go back to the city center->Explore City Night]]
[[Change your mind and go back home->Night Bedroom]]
<<set $clubfound to 1>><center><image class="border" width="75%" height="75%" src="https://www.visitphilly.com/wp-content/uploads/2018/02/Sister-Cities-Park-water-B.Krist-VP-2200x1237.jpg">
</image></center>
Found the park
[[Enter Park->City Park]]
[[Go back to the city center->Explore City Night]]
[[Change your mind and go back home->Living Room Night]]
<<set $parkfound to 1>>
<<set $randomnumber to random(1, 10)>>
You enjoy a quiet stroll without much fuss.
[[Go back to the city center->Explore City Night]]
[[Go Home->Night Bedroom]]
<center><image class="border" width="75%" height="75%" src="media\City\images\escort.png">
</image></center>
<<if $escortaccept <= 0>>
You follow the man and follow him through the alley to a door hidden away from the main street.
<span class="escort_host">Right this way.</span>
You are led inside and and introduced to the owner after walking to a back office past men in masks in various states of undress. You enter the room and the man who led you in closes the door behind you as he leaves you alone with a beefy and thick man.
<span class="escort_owner"> "Hello, it's nice to meet you. Please sit down." </span>
The man looks you up and down and directs you to a chair across from his desk.
<span class="escort_owner"> "You certianly fit the bill. I'd like to offer you the chance to take a job here and work as an escort. You can come back here any night and take on potential jobs with potential Johns. I would expect a 60% cut, but with the money you'll be making here I wouldn't worry about that number." </span>
He takes out a wad of cash and throws it on the table, it easily looks like over $1000 dollars.
<span class="escort_owner"> "If you say no, feel free to come back anytime if you reconsider. However if you are interested we can get you started tonight, what do you say?" </span>
[[Accept his offer->Escort Menu]]
[[Refuse his offer and leave->Explore City Night]]
<<elseif $escortaccept >= 1>>
You walk past the doorman who introduced you to the escorts and he gives you a friendly nod.
You are led back inside brought back to the office. <span class="escort_owner"> "Welcome Back." </span>
[[Look at list of Johns->Escort Menu]]
[[Head to the Lockers to change->Escort Lockerroom]]
[[Refuse his offer and leave->Explore City Night]]
<</if>>
<<set $escortfound to $escortfound +1>><center><image class="border" width="75%" height="75%" src="https://d2pzzspvx6hqws.cloudfront.net/wp-content/uploads/2019/04/GayNightlife2-1024x704.jpg">
</image></center>
After walking past a few steets you make your way to the downtown club district.
[[Head inside->City Club Entrance]]
[[Go Home->Night Bedroom]]
<<set $clubfound to $clubfound +1>><center><image class="border" width="75%" height="75%" src="https://www.visitphilly.com/wp-content/uploads/2018/02/Sister-Cities-Park-water-B.Krist-VP-2200x1237.jpg">
</image></center>
[[Walk the Park]]
[[Go Home->Night Bedroom]]
<<set $parkfound to $parkfound +1>>You take a shortcut down an alleyway when you feel like you have eyes on you. Before you can react you are pushed up against the wall and feel your pants being tugged on.
<span class="mugger">"Don't fight it if you don't want to get hurt."</span>
<nobr>
<<set $randomnumber to random(1, 42)>>
<<set $cass to "media/City/videos/">>
<<set $cass to $cass + $randomnumber >>
<<set $cass to $cass + ".mp4">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$cass type="video/webm">
</video></center></nobr>
[[Clean up and try to compose yourself->Night Bedroom]]
<<set $assfucked to $assfucked +1>>
You enjoy a quiet stroll until you hear the sound of someone behind you and a sharp knife to your side.
<span class="mugger">Give me your money if you don't want to get hurt.</span>
[[Hand over your money->Night Bedroom]]<center><image class="border" width="75%" height="75%" src="https://cdn.thepennyhoarder.com/wp-content/uploads/2017/04/20192014/UPDATEMAKEMONEYFLORIDA_11.jpg">
</image></center>
You enjoy a quiet stroll and come across some cash.
<nobr><<set $randomnumber to random(1, 10)>>
<<if $randomnumber >= 10>>
You find $10!
<<set $cash to $cash +10>>
<<elseif $randomnumber >= 7>>
You find $5!
<<set $cash to $cash +5>>
<<elseif $randomnumber >= 5>>
You find $1!
<<set $cash to $cash +1>>
<<elseif $randomnumber >= 1 >>
You find $.25!
<<set $cash to $cash +.25>>
<</if>></nobr>
[[Pocket it and go Home->Night Bedroom]]
The manager looks down his list and offers you the following jobs:
<b><u>Normal Jobs: </b></u>
[[Work the Glory Holes->Glory Holes]]
<<if $escortGHskill >= 10 >>
<b><u>Special Jobs: </b></u>
[[Work the Glory Hole Group Room]]
[[Go Home->Night Bedroom]]<nobr>
<<set $randomnumber to random(1, 13)>>
<<set $randv to "media/City/Escort/webm/EL">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
You take in a nice eyeful as you get undressed. You look over see the entrance to the showers that are running.
[[Take a Shower->Escort Lockerroom Shower]]
You walk up to the strip club area and get dressed.
You don't have the most exciting outfit yet so you just put on a mesh top with a pair of shorts and a jock strap.
You ready youself and get out on stage and see a room of men who are mostly interested in other performers on their platforms.
[[Start to Dance]]
[[Change your mind->Escort Menu]]<center><image class="border" src="media\City\Escort\image\ghs.jpeg">
</image></center>
You indicate that today you'd like to service some patreons anonymously at the gloryhole and are lead down the hallway to a room with man at the check in counter.
"You here to work then? First door on the left and make sure to flip the light to indicate the hole is ready to be used."
<<if $escortGHskill >= 6>>
"You should also check out the bigger, body holes if you want to make some more money"
[[Work the body hole->Work the GH2]]
[[Work the oral holes->Work the GH1]]
<<elseif
[[Follow his direction->Work the GH1]]
<</if>>
[[Pick another job->Escort Menu]]
[[Go Home->Night Bedroom]][[Go Home->Night Bedroom]]<center><image class="border" width="75%" height="75%" src="https://www.visitphilly.com/wp-content/uploads/2018/02/Sister-Cities-Park-water-B.Krist-VP-2200x1237.jpg">
</image></center>
You enjoy a quiet stroll and don't find anything yet of note. You think that sometime in the future there will be more to do here.
[[Go Home->Night Bedroom]]You enter a fairly well lit room with a chair on one side and a mat for your knees on the floor. You see the switch on the wall to indicate you're ready to work.
<nobr><<set $randomnumber to random(1, 10)>>
<<if $randomnumber >= 9 && $escortGHskill >= 8>>
[[Flip on the switch & Open Extra Holes->GH Work Multiple Suck Cum]]
[[Flip on the switch->GH Work Basic Suck Cum]]
<<elseif $randomnumber >= 7 && $escortGHskill >= 5>>
[[Flip on the switch & Open Extra Holes->GH Work Multiple Suck]]
[[Flip on the switch->GH Work Basic Suck Cum]]
<<elseif $randomnumber >= 5 && $escortGHskill >= 2>>
[[Flip on the switch->GH Work Basic Suck Cum]]
<<elseif $randomnumber >= 1>>
[[Flip on the switch->GH Work Basic Suck]]
<</if>></nobr>
<<if $bodyh === 1>>
<nobr>
<<set $randomnumber to random(1, 14)>>
<<set $randv to "media/City/Escort/webm/SN1">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
<<elseif $bodyh === 2>>
<nobr>
<<set $randomnumber to random(1, 7)>>
<<set $randv to "media/City/Escort/webm/SN2">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
<</if>>
You get to work on the cock that slides up in front of you, making sure to give it enough attention. After a few minutes the person moves on, getting impatient with your inability to finish him off quickly. During the next hour this repeats and you are unable to get any of the guys off with your limited skills. You clean yourself up and see the front attendant for your payment.
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +10>>
<<set $escortGHskill to $escortGHskill +1>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $excitment to $excitment to 100>><<nobr>>
<<switch random(2)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MC11.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MC12.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MC13.webm">
</video></center>
<</switch>>
<</nobr>>
As you head over to your usual stall you hear a clamoring in front of the hole today. You've gained quite a bit of experience and notoriety with your skills and have a number of guys eager to have you work them over.
You are totally in heat as you get to work on the cocks that slide up in front of you. You move from cock to cock with ease while cock after cock blows their load on your face and down your throat.
You clean yourself up and see the front attendant for your payment.
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +50>>
<<set $escortGHskill to $escortGHskill +1>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $excitment to $excitment to 100>><<if $bodyh === 1>>
<<nobr>>
<<switch random(6)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN11.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN12.webm">
</video></center>
<<case 3>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN13.webm">
</video></center>
<<case 4>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN14.webm">
</video></center>
<<case 5>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN15.webm">
</video></center>
<<case 6>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN16.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN17.webm">
</video></center>
<</switch>>
<</nobr>>
<<elseif $bodyh === 2>>
<<nobr>>
<<switch random(1)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN21.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\MN21.webm">
</video></center>
<</switch>>
<</nobr>>
<</if>>
After getting the hang of things you decide to work more than one client. You are totally in heat as you get to work on the cocks that slide up in front of you. After trying to focus on both guys you are unable to give either enough attention to get them off. You continue to work off the thick cocks that line up for you over the next hour.
You clean yourself up and see the front attendant for your payment.
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +30>>
<<set $escortGHskill to $escortGHskill +1>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $excitment to $excitment to 100>><<if $bodyh === 1>>
<<nobr>>
<<switch random(1)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC11.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC12.webm">
</video></center>
<</switch>>
<</nobr>>
<<elseif $bodyh === 2>>
<<nobr>>
<<switch random(3)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC21.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC22.webm">
</video></center>
<<case 3>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC23.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\SC24.webm">
</video></center>
<</switch>>
<</nobr>>
<</if>>
Today you feel in the groove. You get right to work on the cock that slides up in front of you, making sure to worship it slowly and thoroughly. You hear the tell-tale signs of a cumshot building as the person behind the hole starts to hump into your mouth. He lets out a loud growl as he unload in your mouth, well satisfied by your service. You get off a few more guys as you notice now you don't have any problem getting these clients off.
You clean yourself up and see the front attendant for your payment.
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +20>>
<<set $escortGHskill to $escortGHskill +1>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $suckedcocks to $suckedcocks +1>>
<<set $excitment to $excitment to 100>>You get set up with a group of other guys who are working a large party of men today. You have proven your skills and are going to take at least 20 or more loads today so it will be well worth your time.
After you are all set up the men enter and start to use use and the other sluts in the room to their liking for the next three hours.
<nobr>
<<set $randomnumber to random(1, 22)>>
<<set $randv to "media/City/Escort/webm/AG">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
You are sore, used, and full of cum. In fact, it's hard to even walk and it takes you a good 15 minutes to gather your strength to get up fully.
You make your way to the front desk for your pay before you head to clean up.
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +200>>
<<set $escortGHskill to $escortGHskill +6>>
<<set $escortjobsdone to $escortjobsdone +2>>
<<set $suckedcocks to $suckedcocks +3>>
<<set $assfucked to $assfucked +2>>
<<set $excitment to $excitment to 100>>You enter a fairly well lit room with a Spot for you to back up and present your ass through. You see a familiar switch on the wall to indicate you're ready to work.
<nobr><<set $randomnumber to random(1, 10)>>
<<if $randomnumber >= 7 && $escortGHskill >= 15 || $assfucked >= 10>>
[[Flip on the switch->GH Work Anal Cum]]
<<elseif $randomnumber >= 1>>
[[Flip on the switch->GH Work Anal]]
<</if>></nobr>
<<nobr>>
<<switch random(3)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\AC1.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\AC2.webm">
</video></center>
<<case 3>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\AC3.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\AC4.webm">
</video></center>
<</switch>>
<</nobr>>
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +80>>
<<set $escortGHskill to $escortGHskill +4>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $assfucked to $assfucked +1>>
<<set $excitment to $excitment to 100>><<nobr>>
<<switch random(5)>>
<<case 1>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A1.webm">
</video></center>
<<case 2>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A2.webm">
</video></center>
<<case 3>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A3.webm">
</video></center>
<<case 4>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A4.webm">
</video></center>
<<case 5>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A5.webm">
</video></center>
<<default>>
<center><video class="border" width="80%" height="80%" autoplay loop src="media\City\Escort\webm\A6.webm">
</video></center>
<</switch>>
<</nobr>>
[[Clean Up->Escort Lockerroom]]
<<set $cash to $cash +50>>
<<set $escortGHskill to $escortGHskill +3>>
<<set $escortjobsdone to $escortjobsdone +1>>
<<set $assfucked to $assfucked +1>>
<<set $excitment to $excitment to 100>>Double-click this passage to edit it.You see the bar in front of you with some interesting views. So far nothing else is of very much interest.
[[Walk into the bar->City Club Bar]]<center><image class="border" width="75%" height="75%" src="https://secureservercdn.net/166.62.115.254/kn8.2a8.myftpupload.com/wp-content/uploads/2016/07/Venture-N-Tucson-324x160.jpg">
</image></center>
You approach the bar and see there is also a strip show going on around the corner at the bar.
[[Have a drink and take a closer look->Bar Stipper]]
[[Go Home->Night Bedroom]]<nobr>
<<set $randomnumber to random(1, 5)>>
<<set $randv to "media/City/Clubs/videos/BS">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".mp4">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
You take a good look and get turned on watching, mesmerized by the dancer who shakes around on stage naked. You can't help but feel your cock leak precum all over your underwear as your hard cock rubs against your pants.
You have a few drinks and enjoy the show before going home.
[[Head home->Night Bedroom]]
<<set $cash to $cash -15>>
<<set $excitment to 100>>
<nobr>
<<set $randomnumber to random(1, 4)>>
<<set $randv to "media/City/Escort/webm/ELS">>
<<set $randv to $randv + $randomnumber >>
<<set $randv to $randv + ".webm">>
<center><video class="border" width="80%" height="80%" autoplay loop @src=$randv type="video/webm">
</video></center></nobr>
You take in another eyeful as you shower up. After cleaning up all of your misgivings of the night you get back to your locker and find your everyday wear.
[[Get dressed and Go home->Night Bedroom]]