<<set $ch2 to 1>>
<<set $wardrobe to 1>>
<<set $desk to 1>>
<<set $nightstand to 1>>
<<set $jw to false>>
<<set $free to false>>
<<set $cor to 0>>
<<character 'Sarah' 'images/characters/sarah/sarah.jpg'>>
<<character 'Jewelz' 'images/characters/jewel/scene1/jewelz.jpg'>>
<<character 'NARRATOR' 'images/background/ME.jpg'>>
<<character 'Mom' 'images/begining/mother/mom.jpg'>>
<<character 'Aslan' 'images/background/Aslan.jpg'>>
<<character 'Dani' 'images/begining/gf/gf.jpg'>>
<<character 'Dad' 'images/begining/parents/eminolcay.jpg'>>
<<character 'Mafia' 'images/characters/mafiaguy1.png'>>
<<set $start to false>>
<<set $parentsex to false>>
<<set $chapter1 to false>>
<<set $ch2 to false>>
<<character 'You' 'images/background/you.jpg'>>
<<set $days to 1>>
<<newcycle 'day' 1 1 suspend>>
<<phase 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday' 'Sunday' >>
<</newcycle>>
<<newcycle 'period' 1 1 suspend>>
<<phase 'Morning' 'Afternoon' 'Evening' 'Night'>>
<</newcycle>>
/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Asleep", "Morning", "Noon", "Afternoon", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 1>>
Valley Of The Wolves
<a
href="https://www.patreon.com/Thewolves"
class="link fw9 dark-blue"
target="_blank"
>
Made by Thewolf
</a>
<<if $cor >= 1>>
Stats
<div class="container1">
CORRUPTİON ($cor)
</div>
<<done>>
<<script>>
Corruption : $('.cor').css('width', State.variables.cor + '%');
Strengh : $('.css').css('width', State.variables.css + '%');
Aim : $('.js').css('width', State.variables.js + '%');
<</script>>
<</done>>
<</if>>/*
* <<now>>
*
* Displays the current Day of Week, Period of Day and Day Number.
*/
<<widget "now">>
\It is <<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>, Day $day.
<</widget>>
/*
* <<AdvancePeriod [number of periods]>>
*
* Advance current Time Period by a set number of periods, if no number
* if pass to widget then current Time Period is advanced by 1 unit.
*
* <<AdvancePeriod>> Advances time period by 1 unit.
* <<AdvancePeriod 1>> Advances time period by 1 unit.
* <<AdvancePeriod 2>> Advances time period by 2 units.
*
* If the current day's time boundary is exceeded then the Day Number
* will also be updated.
*/
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
/*
* <<NextMorning>>
*
* Advances the current Time Period to the Morning of the next day.
*/
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<</silently>>\
<</widget>>
<<widget 'n' container>>
<<say $n 'images/ch2/characters/You.jpg'>>_contents<</say>>
<</widget>><span class="this-image">[img[BEDROOM|images\bedroom.jpg][Bedroom]] </span> <span class="this-image">[img[BATHROOM|images\bathroom.jpg][Bathroom]] </span>
<span class="this-image">[img[OFFİCE|images\office.jpg][Your office]] </span> <span class="this-image">[img[OUTSİDE|images\outside.jpg][Outside]] </span> Önce class belirliyoz
<span class="this-image">[img[Title of link|vp photos\1.webp][bathroom]] </span>
Burda span yazan kısıma class tanımlayıp daha sonra resmi koyup span ı kapatıyoruz.
Daha sonra still şablonuna
.this-image img {
height: 100px
}
bu kodu yapıştırıp .this-image kısmı class oluyor. İstediğimiz ölçüyü veriyoruz. MÜKKKKK
Bu şekilde de chat yapabiliyoruz.
<<lisa>>Hey there!<</lisa>>
StoryInit e
<<character 'lisa' 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRp9djgh0pPIdPAeBW0dfPBoWYcjrcwB8hTvMWUNI-buCo_YX1M2c7X6-duhP-rZdigQ44&usqp=CAU'>>
<<character 'bob' 'https://some.website.net/url/to/an/image_file.png'>>
<<character 'billy' 'data:image/jpg;base64, [base64 encoded data]'>>
<<character 'maxine' '???' 'images/portraits/unkown-person.jpg'>>
Karakter lere isim ve resim atıyoruz.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Sonra javascript e
// speech.min.js, for SugarCube 2, by Chapel
// v1.1.1, 2022-07-21, 3bdbdfbe5ae47a46e4f4e52766d78701939ae9a6
;!function(){"use strict";var a=new Map;function t(t,e,r){if(void 0===r&&e&&(r=e,e=null),State.length)throw new Error("addCharacter() -> must be called before story starts");t&&r?(a.has(t)&&console.error('addCharacter() -> overwriting character "'+t+'"'),a.set(t,{displayName:e,image:r})):console.error("addCharacter() -> invalid arguments")}function e(t,e,r,s){var n=$(document.createElement("div")).addClass(Util.slugify(e)+" say"),i=a.has(e)?a.get(e).image:null,o=$(document.createElement("img")).attr("src",s||i||"");o.attr("src")&&o.attr("src").trim()&&n.append(o);var c=e.toUpperFirst();return a.has(e)&&a.get(e).displayName&&(c=a.get(e).displayName),n.append($(document.createElement("p")).wiki(c)).append($(document.createElement("p")).wiki(r)),t&&(t instanceof $||(t=$(t)),n.appendTo(t)),n}setup.say=e,setup.addCharacter=t,Macro.add("character",{handler:function(){t(this.args[0],this.args[1],this.args[2])}}),$(document).one(":passagestart",(function(){var t=Array.from(a.keys());t.push("say"),Macro.add(t,{tags:null,handler:function(){"say"!==this.name?e(this.output,this.name,this.payload[0].contents):e(this.output,this.args[0],this.payload[0].contents,this.args[1])}})}))}();
// end speech.min.js
Bu kodu yapıştırıyoruz.
""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""
Sonra Still şablonuna bu kodu yapıştırıyoruz.
/* speech.min.css, by chapel; for use with speech.js */
.say{border:1px solid #eee;overflow:auto}.say img{max-width:20%;float:left;margin-right:1em}.say p:first-of-type{font-weight:700;margin:.2em 0;border-bottom:1px solid #eee}.say p:last-of-type{padding:.5em;margin:0}
""""""""""""""""""""""""""""""""""""""""""""""""""
[[buraya passage ismi][$money +=15]]
Bu kod ile istediğimiz istatisliği artırabiliyoruz.1/* speech.min.css, by chapel; for use with speech.js */
.say{border:1px solid #eee;overflow:auto}.say img{max-width:20%;float:left;margin-right:1em}.say p:first-of-type{font-weight:700;margin:.2em 0;border-bottom:1px solid #eee}.say p:last-of-type{padding:.5em;margin:0}3<h1><span style="color: red;">ATTENTİON PLEASE !!!!!!!!!</span>
</h1>
<span style="color: white;"><h1> None of the characters in this game have nothing to do with the porn industry. They dont even have any nudes on the internet. The videos used in the main story of the game and the characters used for the sex scene will be different from each other. There are quotes from the TV series Kurtlar Vadisi(VALLEY OF THE WOLVES).</h1></span>
<span style="color: red;">You must be at least 18 years old to play this game. Arey you at least 18 ? </span>
[[YES I am]]
[[Nope sorry I need to get out of here]]<h2><<NARRATOR>>Hey there!
Welcome to the VALLEY OF THE WOLVES...
All characters and events in this game have nothing to do with real people or institutions. It is completely<span style="color: red;"> ''İMAGİNARY''</span>. [[Lets start with our story|0]].
<</NARRATOR>>
</h2>
<<set $start to true>>
Thanks for being honest. I know you'll go back from here and say yes, but for now GET OUT !!!<h2><<NARRATOR>>You are the commander of a team on a secret mission in the Middle East.You have been specially prepared for this mission since your childhood, secretly from your family.Your family knows you as a diplomat. Even if you lie to your family and you are away from your family, you are fighting for your country. You have to endure this. [[You need to do this for your country.|2]]
<</NARRATOR>></h2><h2><<NARRATOR>>After a long mission you finally go back yo your base. One of the soldier give you a message from your commander. He wants you to go back the İstanbul for a new mission. When you see the name of the İSTANBUL you just cant belive it. [[You are finally going back to home.|3]]<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\1.mp4">
</video></h2><h2><<NARRATOR>>After a long journey you finally get out the plane. Just as you walked out of the airport, a car stopped in front of you. You slowly walked towards the car and when you looked inside you saw your [[commander]].<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\2.mp4">
</video>
<<You>>Oh chef what are you doing here ? You missed me that much ?<</You>>
<<Aslan>>Dont be funny now get in the car immediatly<</Aslan>>
[[Get in the car|4]]
</h2><h2><<NARRATOR>>You just thinking about your your family but anyway you can wait a little longer. After a long ride Aslan stopped in front of a building and you two got inside.<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\3.mp4">
</video>
<<You>>İs this your secret base or something ?<</You>>
<<Aslan>>Yes I buy this place a month ago you can relax here a bit, after that we need to talk<</Aslan>>
<<You>>Cant it wait ? I just got here from a mission its been almost 2 years.<</You>>
<<Aslan>>Yeah its been 2 years so you can wait a couple of hours to right ? <</Aslan>>
<<You>>Okay just get the the point.<</You>>
<<NARRATOR>>Aslan slowly sit beside you and open the projector and you [[started to watch it.|5]]<</NARRATOR>></h2><h2><<NARRATOR>>A guy picture popped on the screen.<</NARRATOR>>
<<You>>Who is this man and what is his speciality ?<</You>>
<<Aslan>>Just watch it<</Aslan>>
<video width="850" controls>
<source src="images\begining\4.mp4">
</video>
<<Aslan>>This is you Ali.<</Aslan>>
<<NARRATOR>>You just looking the screen and Aslan with a total confusion. What is that mean. [[What the fuck is going on ?|6]]<</NARRATOR>></h2><h2><<NARRATOR>>Aslan give you some time to proses what is going on and he continiued.<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\5.mp4">
</video>
<<Aslan>>You will die. A new face, a new identity. Your past will be erased, your family, your relatives and everyone who knows you will know you as dead. They don't exist anymore, none of them exist anymore.<</Aslan>>
<<You>>You are asking me to much Chef, this is not a mission this is total madness.<</You>>
<<Aslan>>I know this is a madness but you have to do this<</Aslan>>
<<You>>İs nobody going to know this ? What About she?<</You>>
<<Aslan>>Your girlfriend ? NO ! nobody can know this. It is no secret that the two people know<</Aslan>>
<<You>>But you are going to know this<</You>>
<<Aslan>>We are the same person and you know this<</Aslan>>
<<You>>Do I have a choice<</You>>
<<Aslan>>You dont. You have 36 hours. Go and say goodbye to your loved ones. After 36 hours, you will fake your death and switch to your new identity.....
Do you want a ride home ?<</Aslan>>
<<You>>I can go back myself... I need a alone time with myself If Im going to say good bye to my familly first I need to say good bye to myself.<</You>>
[[Go to your home|7]]</h2><h2><<NARRATOR>>You get out and take some air. You just thinking about your familly and love of your life but this mission is to much. What are you going to do. What is going to happen if your loved ones sees your death ? How can they endure it. There is just to much question but there is no answer for them. You just continued to walk on the street to go your home. There is no time to waste it. You just have a 36 hours. After that you may not be able to see them anymore. [[Go to your house|8]]<</NARRATOR>></h2>
<h2><<NARRATOR>>You came in front of the home and decided to spend the remaining hours with your family and lover without thinking about your new duty. After a little pause before knocking the door,you pulled yourself together, put the best smile on your face and knock the door.You knocked on the door, but no one answered. You didn't let them know you were coming because you wanted to surprise your family. After waiting a little longer, you decided to leave your belongings on the ground and [[enter through the window|9]].<</NARRATOR>> </h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\mother\climb.mp4">
</video>
<<NARRATOR>>That was easy. After all you are a special soldier huh. After getting inside the house you slowly walked to the door to take your belongings. But there is a sound coming from the bath. You slowly walked to the sound you dont know what are you even looking for but your head already messed up you dont even think about it, you just walked to the sound.<</NARRATOR>>
<<linkreplace "The bathroom door already open and you just get a little closer to look inside the bathroom">>
<video width="850" controls autoplay>
<source src="images\begining\mother\mom1.mp4">
</video>
<<You>>OH MY GOD !!!
....
What the fuck is wrong with me I need to get out of here.<</You>>
<<NARRATOR>>You just saw [[your mother]] naked. When the shock pass you run to the window and [[get out of the house|10]]<</NARRATOR>>
<</linkreplace>></h2>
<h2><<You>>Fuck Fuck Fuck thats bad... What I even thinking. She dont know that Im going to come so she just showered door open. İts just an accident. I need to forget this and move on. I have bigger problems in my life.<</You>>
<<NARRATOR>>After a little wait you ring the bell again and start to wait. 30 second later [[the door opened|11]].
<</NARRATOR>></h2><h2><video width="850" controls autoplay>
<source src="images\begining\mother\mom2.mp4">
</video>
<<Mom>>OH MY GOD !!! My lovely Son you finally back !!!!
<</Mom>>
<<You>>Mom Be careful !!<</You>>
<<NARRATOR>>But your mother is so excited to see you she forget she is only wearing a towel. When the towel drop from her gorgeous body she is standing in front of you totaly naked. You cant even look away...
<</NARRATOR>>
<<Mom>>Oh sorry sorry dont look please. OMG Im so emberassed.
<</Mom>>
<<NARRATOR>>You just freeze there.After she shout you immediatly turned around and she run to her room. You become red like a tomato. This is to much for you to take. No matter how hard you tried to forget, what you saw kept repeating in your mind.
<</NARRATOR>>
<<linkreplace "İnside of your mind">><video width="850" controls autoplay>
<source src="images\begining\mother\mom3.mp4">
</video>
<<You>>Fuck when this day going to end!! [[I need a water|12]]<</You>>
<</linkreplace>></h2>
<h2><<NARRATOR>>Five minutes later your mother come back. You still cant look her face. But she didnt say anything to make you unconfortable and she just hugged you. She is your mother and she just want to forget what happened and talk with his son.
<</NARRATOR>>
<img src="images\begining\mother\3.jpg" height=350>
<<Mom>>OH MY GOD !!! I missed you so much its been at least 2 years after you gone.
<</Mom>>
<<You>>Me to mom its just so hard without my family. Finally Im back. Where is dad btw<</You>>
<<Mom>> He probly come back in a hour or so. Come here and sit here. First off all what about your girlfriend ? did you see her already ? She waiting for you almost 2 years. You dont want to miss this girl. And I like her very much she is so beatiful and kind.
<</Mom>>
<img src="images\begining\mother\1.jpg" height=500>
<<You>>I know mom she is love of my life and no I didnt see her. She must be in his office right know. I want to make her a suprise.<</You>>
<<Mom>> Just go to him she really missed you so much. Are you going to stay longer this time right ?
<</Mom>>
<img src="images\begining\mother\2.jpg" width=800>
<<You>>I hope so mom. (Just fucking 36 hours Im sorry mom but this has to be happen.)<</You>>
<<Mom>> Okay we can chit chat later go to your future wife my boy and make her happiest girl in this world.
<</Mom>>
<<You>>Okay mom I going to see her right away. And I probly come back late. See you soon<</You>>
<<NARRATOR>>You hugged your mom like a its going to be last time. Your hours passing away you need to hurry up if you want to say good by to everyone. For know you get out of the house to [[go to your GF office|13]]
<</NARRATOR>></h2>
<h2><<NARRATOR>>You walked to your girlfriend office thinking about how is she going to react when she see you. You just smiling while thinking, 2 years passed and you really missed her so much. 2 years without her beatiful smile....
After a long walk you finally got in front of the building. Your heart beating faster and faster. And you [[slowly walked inside|14]].
<</NARRATOR>></h2>
<h2><<NARRATOR>>You get inside and see [[your beatiful Girl friend]] she is standing in front of you. And first word coming out of your mount is:
<</NARRATOR>>
<<You>>Would you look for a minute?<</You>>
<<Dani>>What do you want ?<</Dani>>
<<You>>The most beautiful lawyer in this city<</You>>
<<NARRATOR>>After your words she turned around with a big smile on his face. She just jumped on you.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf1.mp4">
</video>
<<Dani>>OH MY GOD how are you here ? Why didnt tell me anythin. I missed you so much<</Dani>>
<<You>>İf this is going to be my punisment Im fine with that. <</You>>
<<Dani>>I am so happy right know I cant get angry of you.<</Dani>>
<<NARRATOR>>She just hugging and kissing you. She looks so cute this is making you happy and upset at the same time. You may not be able to see her again. But its not the time to think that. You just need to live the now.
<</NARRATOR>>
<<You>>If you have time, let's have a drink, Ms. Lawyer? <</You>>
<<Dani>>You think you can get away with a drink? There is going to be su much more. [[But its a start lets go|15]]<</Dani>></h2><h2><<NARRATOR>>After a drink you two keep talking about everything. She looks so happy you are happy. Life is going good.
<</NARRATOR>>
<<Dani>>Oh babe I have a hearing. Do you mind if we meet after the hearing?<</Dani>>
<<You>>You don't have to go. I can talk to the judge and postpone the hearing.<</You>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf2.mp4">
</video>
<<Dani>>How are you going to do that ?<</Dani>>
<<You>>I tell the judge that I love you very much and to postpone the hearing so that I can spend more time with you.<</You>>
<<Dani>>Hahaha what if Judge refuse ?<</Dani>>
<<You>>Then I put a gun to his head.<</You>>
<<Dani>>Hahaha A diplomat like you? don't make me laugh. Anyway babe I really gotta go. İts not going to take to much just one hour. After that Im all yours okay<</Dani>>
<<You>>I will remind you of these words. <</You>>
<<Dani>>Okay haha "kisses"<</Dani>>
<<NARRATOR>>She called you an hour later and you went out and [[got into her car.|16]]
<</NARRATOR>></h2>
<h2><<Dani>>Oh my love Im missed you so much and I want you only myself for the rest of the day okay. You can go to your family tomorrow<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf3.mp4">
</video>
<<You>>"I dont have a tomorrow"..<</You>>
<<Dani>>Did you say something babe?<</Dani>>
<<You>>I said where are we going ?<</You>>
<<Dani>>I know a perferct place with a great view. And when we got there I have another suprise for you hihi<</Dani>>
<<You>>The best suprise is in front of me Dani. Nothing make me happier then spending time with you.<</You>>
<<NARRATOR>>She blushed and keep driving. After a 15 minutes of driving she stop the car.
<</NARRATOR>>
<<Dani>>Are you ready babe ?<</Dani>>
<<You>>[[Ready for what ?|17]]<</You>> </h2><h2><<Dani>>The best blowjob of your life<</Dani>>
<<You>>Oh right hEERee OH fuck<</You>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf8.mp4">
</video>
<<Dani>>The only view I want is your cock babe.<</Dani>>
<<You>>Oh fuck babe you are the best<</You>>
<<Dani>>This is only the begining of the day.<</Dani>>
<video width="850" controls>
<source src="images\begining\gf\gf9.mp4">
</video>
<<NARRATOR>>While cars passing by Dani is sucking you off like a succubus. She is just on fire.
<</NARRATOR>>
<<You>>[[Yeah babe keep going like that|18]]<</You>> </h2><h2><<Dani>>I can give you a better view to look babe<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf10.mp4">
</video>
<<You>>Oh fuck girl you are killing me there<</You>>
<<Dani>>Just look how wet I am for you. I cant wait for the night<</Dani>>
<<You>>Oh you naughty girl you are going to take more that your wish. Right know just suck faster babe Im close<</You>>
<video width="850" controls>
<source src="images\begining\gf\gf11.mp4">
</video>
<<NARRATOR>>After your words she speed up she is just [[devouring your cock.|19]]
<</NARRATOR>></h2><h2><<You>>OH FUCCKKK Im cummiing <</You>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf12.mp4">
</video>
<<Dani>>OMG thats was so hot I am dripping right know babe. I need something to drink. Lets get out of here before we get caught haha. I got us a room in the hotel. We can rest and relax a bit there you know haha<</Dani>>
<<You>>What did I do to deserve you, baby? You are just to perfect haha [[lets go.|20]]<</You>></h2><h2><<NARRATOR>>You two get the the hotel. After getting ready the drinks the party start. Dancing, kissing and grinding. You just having best times in your life. After getting exausted you sit on the couch but Dani not look tired. She just keep teasing you
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf13.mp4">
</video>
<<Dani>>What happened handsome ? Cat got your tongue<</Dani>>
<<You>>Where do you get this much energy babe. <</You>>
<video width="850" controls>
<source src="images\begining\gf\gf14.mp4">
</video>
<<NARRATOR>> She start stripting while dancing. You are just watching the show. The blood rushing to your cock. You couldnt wait any longer.
<</NARRATOR>>
<<You>>[[Okay than lets start this party|sex1]]<</You>></h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\lickbody.mp4">
</video>
<<Dani>>OH baby are you that hungry <</Dani>>
<<You>>For you I am always hungry babe <</You>>
<button class="btn">[[Keep licking|lick]]</button> <button class="btn">[[Let her pleasure you|blow]]</button> </h2><h2><<You>>Thats it start undressing me you teased me enough<</You>>
<<Dani>>Cant wait to see this monster again hihi<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\scene1\undress.mp4">
</video>
<button class="btn">[[She deserve some licking to|lick]]</button> <button class="btn">[[start sucking baby]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\lickpussy2.mp4">
</video>
<<Dani>>OH FUCKKK you are soo good Where the fuck did you learn this. OMG OMG KEeEEP goinggggggg<</Dani>>
<<You>>slurp Slurrp slurp<</You>>
<button class="btn">[[make her go crayz]]</button> <button class="btn">[[She get enough its your turn now|blow]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\lickpussy3.mp4">
</video>
<<Dani>>OH FUCKKK IM COMİNNGGGggggg OHhhhh FUCCKKKKK <</Dani>>
<<You>>Holly fuck girl your pussy tasted so fucking good <</You>>
<button class="btn">[[Thats enough foreplay start fucking]]</button> <button class="btn">[[Finally its my turn|blow]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\fuckstart.mp4">
</video>
<<You>>Enough foreplay babe come to me.<</You>>
<<Dani>>OH babe I want to ride you soo baddd<</Dani>>
<<You>>Come to me cowgirlll<</You>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\sidetodoggy2.mp4">
</video>
<<Dani>>OH ahhh ahhh ahhhhhh<</Dani>>
<button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\cowgirltoblow.mp4">
</video>
<<You>>Come on babe suck my cockk<</You>>
<<Dani>>Slurp Slurp glk<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\cowgirlhard.mp4">
</video>
<<Dani>>Yes Yes YEssss I love to ride your coccckkk OHH FUCCKK AHhh<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\cowtoside.mp4">
</video>
<<You>>Spread your leg love, I want you to see my cock going inside you<</You>>
<<Dani>>Ah ah babe thas so AHHH fucking hottt ahhhh<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\doggytoblow.mp4">
</video>
<<You>>Stay like that dont move. I am going to fuck your beatiful mounth babe<</You>>
<<Dani>>Ahh GLK GLK GLK GAG<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[Cum]]</button></h2><h2><<Dani>>Fuck oohhh ahhh ohh<</Dani>>
<<You>>OH IM Cumminggg oohhh fucckkk<</You>>
<<Dani>>Cum inside of mee pleasseeeee<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\scene1\cuminside.mp4">
</video>
<<Dani>>Ohh that was EPİC huh uh uh I cant breathe hhh uhhh you just fuck the life out of me<</Dani>>
<<You>>Take it a 2 years payment huh hahaha<</You>>
<<Dani>>That was good but not enough for a full payment haha you need to do this at least 10 more times hahha but you really tire me down baby I so fucking sleepy you dont mind if I sleep right<</Dani>>
<<You>>No no not at all I am tired to lets rest a bit.<</You>>
[[Lay on the bed with Dani|21]]</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\lickpussy.mp4">
</video>
<<Dani>>OMG baby your tongue is wonderfull keep going like that<</Dani>>
<<You>>slurp Slurrp slurp Oh yummy<</You>>
<button class="btn">[[start sucking her pussy]]</button> <button class="btn">[[Let her pleasure you instead|blow]]</button> </h2><h2><<You>>Yess yess yess keep going like that<</You>>
<<Dani>>Slurp slumrp Slrprppr<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\scene1\blow1.mp4">
</video>
<button class="btn">[[She deserve some licking to|lick]]</button> <button class="btn">[[keep going babe]]</button> </h2><h2><<You>>OHH damn I am so fucking lucky to have you you just look so beatiful right now<</You>>
<<Dani>>Slurp slummee Slrprppr<</Dani>>
<video width="850" controls autoplay>
<source src="images\begining\gf\scene1\blow2.mp4">
</video>
<button class="btn">[[She deserve some licking to|lick]]</button> <button class="btn">[[Thats enough foreplay start fucking]]</button> </h2>Uyku butonu
<<link "Sleep" "uyku">>
<<editcycle 'day' change 1>>
<<editcycle 'period' reset>>
<<set $days += 1>>
<</link>>
zaman geçirme butonları
<<link "Nap" "Have a nap">>
<<editcycle 'period' change 1>>
<</link>>
<<editcycle 'period' change 1>>
Gameplay
<<if Cycle.check('period', 'Night')>>
<<link "[[Sleep]]" "Go to sleep">>
<<editcycle 'day' change 1>>
<<editcycle 'period' reset>>
<<set $days += 1>>
<</link>>
<<else>>
<<link "[[Nap]]" "Have a Nap">>
<<editcycle 'period' change 1>>
<</link>>
<</if>>[[zaman ayarları]][[zaman ayarları]]
<<link "[[Nap]]" "Have a Nap">>
<<editcycle 'period' change 1>>
<</link>><h2><<NARRATOR>>After both of you get to the bed, she immediatly fall in to the sleep. You give her a good workout. But when the adrenaline passed you remember this is your last night with her. You start thinking what is going to happen. What she is going to do ? This girl is waited for you 2 years. She didnt dumped you or cheated on you. But know you just going to disapeer from her life. You looked her she is so peaciful and beatiful while sleeping.
<</NARRATOR>>
<video width="850" controls autoplay muted>
<source src="images\begining\gf\gf4.mp4">
</video>
<<NARRATOR>>After caressing her beatiful face you try to sleep. But you couldnt... And you get up to bed and go the balcony and start watching the sky. [[Your head just full with thoughs|22]]...
<</NARRATOR>></h2><h2><<NARRATOR>>After a long night, the sun rose again. You're still on the balcony, still deep in thought. You didn't even realize it in the morning. You came to your senses after your girlfriend woke up and waved at you.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\gf\gf5.mp4">
</video>
<<Dani>>Babe how did you wake up early, I am dying after the last night<</Dani>>
<<You>>"İts better not mention it, I didnt even sleep one hour."
I just wake up babe and I dont want to wake you up.<</You>>
<<Dani>>Look at him what a gentelman. Why dont you come back to bed.<</Dani>>
<<You>>Sorry babe but I gotta go.<</You>>
<<Dani>>Why its so early. Come on babe dont leave me like that.<</Dani>>
<<You>>Sorry but I didnt my father yesterday.<</You>>
<<Dani>>Oh thats true. I keep you all myself havent I. Okay okay but we are going to meet again in this evening right ?<</Dani>>
<<You>>Ofcourse babe. Come here and give me kiss.<</You>>
<video width="850" controls>
<source src="images\begining\gf\gf6.mp4">
</video>
<<Dani>>*muck* mck* muck* I love you See you tonight<</Dani>>
<<You>>[[I love you to|23]]<</You>></h2><h2><<NARRATOR>>After getting out you check the time and you just have 2 hours left before going to the your new mission. What are you going to do ? You still want to spend your time with your gf. But you need to see your familly to ? What are you going to do ?
[[Go to your familly, They deserve to see you at least one more time|23,1]]
[[Go back to your GF you just cant get enought of her|23,2]]
<</NARRATOR>>
</h2>
<h2><<NARRATOR>>After going the house you start ringing the bell.
Again
Again
And again.... But there is no response. You try to call your parent but they are not picking up. After waitin a little some noises come from the house. You dont really understand but its like your mother screming. You just jumped the window and [[start climbing|24.1]].
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\mother\climb.mp4">
</video>
</h2><h2><<NARRATOR>>This choice make me sad. You always need to choice your familly man. But this is your choice after all I cant say anything about it. (if you come back here after seeing your familly you are a good person and I love you.) Ohho ohho anyways lets continue our story.
<</NARRATOR>>
<video width="720" controls autoplay>
<source src="images\begining\gf\gf7.mp4">
</video>
<<Dani>>I knew it you couldnt resist havent you yihhhuu<</Dani>>
<<You>>Come here babe how can I resist a beauty like you. Come on lets go to the bed. I just want you again.<</You>>
<<Dani>>What is the hurry babe lets eat something first.<</Dani>>
<<You>>Sorry babe but I dont want to make my familly wait to much, and breakfest can wait[[I just want to eat you|gfsex]]<</You>>
</h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\1.mp4">
</video>
<<You>>Ohh baby what a soft juicy ass you have. I just cant get enough<</You>>
<<Dani>>I love it when you touch me like that Ohh yess baby spread my cheeks<</Dani>>
<button class="btn">[[pleasure her|gfpussyj]]</button> <button class="btn">[[let her pleasure you|gfsuck]]</button>
</h2><h2><<NARRATOR>>After climbing the upstairs you slowly get in the house. The sound coming more clearly. İts defintly your mother, but is she screaming or moaning ? After listening a bit...
<</NARRATOR>>
<<Mom>>OH MY GOD OhhhA AHHH AHHH Keeep goingggg
<</Mom>>
<<set $parentsex to false>>
<<You>>Fuck thats defintly a moan. I just put myself in the same position again. But what if she is in danger ?<</You>></h2>
[[Do I want to look at this ?|parentsex]]
[[Or I can just get the hell out of here ?|25]]<h2><<NARRATOR>>After opening door a little you see your mother and father. Your father really giving to her hard.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\parents\6.mp4">
</video>
<<You>>Holly Fuckkkk !!! My dad really giving her hard.<</You>>
<<NARRATOR>>I just fucking say that... Find your own sentence bro wtf
<</NARRATOR>>
<<You>>What is that noise anyway fuck I never thought that my sweet mom going to enjoy hardcore sex that much just look her face.<</You>></h2>
<<NARRATOR>>Okay now.. Are you going to perv on yor parents ? This can be your last change to see them, not great but it is what it is..
<</NARRATOR>>
<<set $parentsex to true>>
[[Keep watching]]
[[Nope I cant do that I see them last time I gotta go..|25]]<h2><video width="850" controls autoplay>
<source src="images\begining\parents\6.mp4">
</video>
<<Mom>>OH MY GOD uh uah ah my assss ah ah ah<</Mom>>
<<You>>What a view<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><<NARRATOR>>
You quickly get out from the house with a fucking boner. You couldnt say a proper good by to your parents but duty calls. You quickly find a taxi and go to the base.
<</NARRATOR>>
<<You>>OHH damn Im finally here. This 2 days really made me tired. Well here I am. After getting inside this building my life going to be change forever. I even dont know my mission. Anyways [[lets go inside and find out our fate.]]<</You>>
</h2>
<h2><<NARRATOR>>
<<if $parentsex is true>>
You really suprised me man well done you check them and see that your mom okay and just left but<<elseif $parentsex is false>>Why is the rush. What if she is in danger ? You you just fucking left bro wtf<<else>><</if>>this is a fucking porn game... Oho oho anyways you quickly get out from the house. You couldnt say a proper good by to your parents but duty calls. You quickly find a taxi and go to the base.
<</NARRATOR>>
<<You>>OHH damn Im finally here. This 2 days really made me tired. Well here I am. After getting inside this building my life going to be change forever. I even dont know my mission. Anyways [[lets go inside and find out our fate.]]<</You>>
</h2>
<html lang="en">
<head>
<title>tachyons-animate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/tachyons-animate.css">
</head>
<body>
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<header>
<h1 class="animated fadeInUp ease-out-circ d2 a-1 f2 fw3">
<code class="db black-40">The Valley Of The Wolves</code>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
Welcome to the valley of the wolves <span class="nowrap"></span>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
[[BEGİNİNG|Start]] <span class="nowrap"></span>
</h1>
<div class="animated bounceIn ease-in-quad d-2 mt4">
<a
href="https://www.patreon.com/Thewolves"
class="dib link bw1 b--solid b--dark-blue dark-blue fw9 pa3 br3 hover-white hover-bg-dark-blue"
>
Made by Thewolf
</a>
</div>
</header>
</div>
</main>
</body>
</html> <h2><video width="850" controls autoplay>
<source src="images\begining\parents\5.mp4">
</video>
<<Mom>>Keep going babe I love riding your cockkkkk ahhhhhhhhh<</Mom>>
<<You>>What a fucking view<</You>>
<button class="btn">[[blowjob|momblow]]</button><button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\parents\3.mp4">
</video>
<<Mom>>OH MY GOD uh uah ah yes slap my ass baby ah ah ah<</Mom>>
<<You>>I wish ı can see that from my dad pov<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\parents\2.mp4">
</video>
<<Mom>>uh uah ah I love the classics ah ah ah<</Mom>>
<<You>>Dad really knows whats he doing<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\parents\9.mp4">
</video>
<<Mom>>Yes babe paint my face with your seed<</Mom>>
<<You>>I am almost going to cum on my pants... WTF is wrong with me. I watched as if I was hypnotized. Fuck what a goodby. [[Time to run|25.1]]<</You>>
</h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\parents\4.mp4">
</video>
<<Mom>>Oh I love your balls "lck mck and your cock<</Mom>>
<<You>>She is so naughty but but I cant look away<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\parents\1.mp4">
</video>
<<Mom>>Gıghh gluk gluk uhh ohh what a taste glk glk<</Mom>>
<<You>>holly shit she look so slutty man<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\parents\8.mp4">
</video>
<<Mom>>OH MY GOD uh uah ah fuck me baby fuck me moreeee ah ah ah<</Mom>>
<<You>>........<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[cowgirl2|momcowgirl2]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[blow2|momblow2]]</button><button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><<NARRATOR>>You got inside the base, Aslan is waiting for you there. After getting comfortable, its time to learn your mission. Aslan open the video and start to explain whats going on.<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\begining\missionstart\1.mp4">
</video>
<<Aslan>>This one is Behiç Türkcan is one of the biggest drug lords.<</Aslan>>
<video width="850" controls>
<source src="images\begining\missionstart\2.mp4">
</video>
<<Aslan>>The second one, Önder Zülfü Koşar, once the king of casinos<</Aslan>>
<video width="850" controls>
<source src="images\begining\missionstart\3.mp4">
</video>
<<Aslan>>And the last one, Barış Bulmaz. One of the biggest arms traffickers in the Middle East. When terrorism weakened, he started arms trade with Russia.<</Aslan>>
<<You>>Do you want me to kill them ? I hope I didnt fake my death for this guys<</You>>
<<Aslan>>All of them is dead. All of them is killed in a week one by one.<</Aslan>>
<<You>>[[So why are we talking about death people]]<</You>></h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\parents\7.mp4">
</video>
<<Mom>>OH MY GOD OMG OMG OMG Hardeeerrr babe keep going harder I am a cowgirl fucckkkkk<</Mom>>
<<You>>She just losing her mind fuck thats so fucking hot<</You>>
<button class="btn">[[cowgirl|momcowgirl]]</button> <button class="btn">[[pronebone|mompronebone]]</button> <button class="btn">[[pronebone2|mompronebone2]]</button> <button class="btn">[[blowjob|momblow]]</button> <button class="btn">[[blow2|momblow2]]</button> <button class="btn">[[sideways|mommis]]</button> <button class="btn">[[cum|momcum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\3.mp4">
</video>
<<You>>Come here and undress me there is a suprise for you<</You>>
<<Dani>>Uhhuh Im so hungry I hope its fill me up hihi<</Dani>>
<button class="btn">[[pleasure her|gfpussyj]]</button> <button class="btn">[[start sucking babe|gfsuck2]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\2.mp4">
</video>
<<You>>What a beatiful ass you have<</You>>
<<Dani>> OHH YESSSS play with my boddyyy<</Dani>>
<<Dani>>Baby I want you eat my pussy pleaseee<</Dani>>
<button class="btn">[[As you wish|gflick]]</button> <button class="btn">[[let her pleasure you|gfsuck]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\9.mp4">
</video>
<<You>>Thats what haven feels like<</You>>
<<Dani>>Ohh babe Fuck me harderrr<</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\4.mp4">
</video>
<<You>>Yes baby have a taste<</You>>
<<Dani>>Thats my favourite breakfast hihi<</Dani>>
<button class="btn">[[pleasure her|gfpussyj]]</button> <button class="btn">[[give me that ass babe|suck3]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\10.mp4">
</video>
<<You>>I love how your cheecks jiggle from behind<</You>>
<<Dani>>I love it when you make them jiggle babe YESSSs<</Dani>>
<button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\11.mp4">
</video>
<<Dani>>Thats what I want ahhh I Ohhh want tooo RİDEEE YOURR COCKKKK <</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\12.mp4">
</video>
<<Dani>>Yess YEss Yesss AHhh fuck meee my lovee<</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\14.mp4">
</video>
<<You>>You like it huh ? You like it when I destroy your little kitty<</You>>
<<Dani>>AAAGGHHHH FUCK! ME! HAR!!!DERRR!!!!<</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\6.mp4">
</video>
<<You>>Come here babe I want to see your ass while you sucking me offff<</You>>
<<Dani>>Slrpp sck slurp ohhh glk<</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\7.mp4">
</video>
<<You>>On your knees love come here<</You>>
<<Dani>>Yess Daddy I love it when you order me around fuckkkk<</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[missionary|gfmis]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\13.mp4">
</video>
<<You>>With you even missionary feels awasome<</You>>
<<Dani>>FUCKKK I love classic sex <</Dani>>
<button class="btn">[[doggy|gfdoggy]]</button> <button class="btn">[[cowgirl|gfcow]]</button> <button class="btn">[[sideways|gfsideways]]</button> <button class="btn">[[pronebone|gfpronebone]]</button> <button class="btn">[[doggybj|gfdbj]]</button> <button class="btn">[[blowjob|gfbjj]]</button> <button class="btn">[[cum|gfcum]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\15.mp4">
</video>
<<You>>OHH FUCCKKK Im cominggg keep suckinggg <</You>>
<<Dani>>Glkk glkk glkk mmmmmm mymymmmm<</Dani>>
<<You>>Fuuckk I am happy to come back here <</You>>
<<Dani>>hihihi<</Dani>>
<<You>>"Fuck this is the last time but I want at least a little more"
Come here girl Im not done<</You>>
<<Dani>>[[WHAT|aftercum]]<</Dani>>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\16.mp4">
</video>
<<Dani>>Oh oh oh afckkk <</Dani>>
<<You>>Oh fuck Im spenndddd<</You>>
<<Dani>>İf you make me cum one more time I will swallow your cum<</Dani>>
<<You>>[[WHAT|aftercum2]]<</You>></h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\17.mp4">
</video>
<<Dani>>fUCK fUCK UCK I COME Im coming Glup oh yummyyyyyy <</Dani>>
<<You>>FUckckk Im dying<</You>>
<<Dani>>HİHİHHİ thanks love hahaha<</Dani>>
<<You>>Fuck babe I love you so much but I gotta run<</You>>
<<Dani>>WHYYY at least lets some breakfast, real one haaha<</Dani>>
<<You>>Sorry but I really need to leave come here."This is the last hug huh ? [[fuck my life|25.2]]<</You>></h2><h2><<NARRATOR>>
What a proper good by huh. Who need a parent when he have a girl like that. Now run to the base you dont have enough time.
<</NARRATOR>>
<<You>>OHH damn Im finally here. This 2 days really made me tired. Well here I am. After getting inside this building my life going to be change forever. I even dont know my mission. Anyways [[lets go inside and find out our fate.]]<</You>>
</h2>
<h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\5.mp4">
</video>
<<You>>I love your jiggly ass you are gorgeus babe<</You>>
<<Dani>>Glk Glk GLK ohhh yess I love your cock<</Dani>>
<button class="btn">[[pleasure her|gfpussyj]]</button> <button class="btn">[[lets start|gffuck]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene2\8.mp4">
</video>
<<You>>Who needs a breakfast yumm<</You>>
<<Dani>>Oh yess eat my holes OHH YESSSS<</Dani>>
<<Dani>>Baby I want you come on fuck me already pleasseeeeee<</Dani>>
<button class="btn">[[As you wish|gffuck]]</button> <button class="btn">[[let her pleasure you|gfsuck]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\doggytohard.mp4">
</video>
<<Dani>>AHHHİİEEEE IMMM Ohh ohh FUCCKKK tototoo harrrrrddd<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[cowgirl 2]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2><h2><video width="850" controls autoplay>
<source src="images\begining\gf\scene1\cowgirl1.mp4">
</video>
<<Dani>>Yes Yes YEssss fuck me like that OHH FUCCKK AHhh<</Dani>>
<button class="btn">[[Doggy]]</button> <button class="btn">[[Doggy 2]]</button> <button class="btn">[[Blowjob]]</button> <button class="btn">[[cowgirl]]</button> <button class="btn">[[sideway]]</button> <button class="btn">[[facefuck]]</button> <button class="btn">[[Cum]]</button> </h2>
<h2><<Aslan>>They were killed by a council that rules the underground.<</Aslan>>
<video width="850" controls autoplay>
<source src="images\begining\missionstart\6.mp4">
</video>
<<Aslan>>1. Hüsrev Ağa is in charge of the drug business.
Laz Ziya manages arms smuggling.
Bingo player Mehmet manages casinos.
Saw Necmi carries out executions. Of course, these are all code names.
Samuel Wanhunu manages stock market manipulation and handles foreign relations.
Lawyer Nizamettin Güvenç deals with all the legal affairs of the council.<</Aslan>>
<<You>>Many organizations were previously targeted with much less information than this. What's the difference between these?<</You>>
<video width="850" controls>
<source src="images\begining\missionstart\7.mp4">
</video>
<<Aslan>>None of them had ever posed a threat big enough to take over the state.<</Aslan>>
<<You>>Taking over the state? This is a huge claim! ... So who is the big boss?<</You>>
<<Aslan>>Mehmet KARAHANLI, the notorious BARON. We know very few of his connections. An incredible organization was divided into regions and descended on our country in the form of a cell.<</Aslan>>
[[keep listening]]
</h2><h2><video width="850" controls autoplay>
<source src="images\begining\missionstart\8.mp4">
</video>
<<Aslan>>This is the Valley of the Wolves. In this dark and misty valley of Turkey, the money shared in 1 year:
1. 100 million dollars for blackmail and extortion,
2. 200 million dollars from illegal human trafficking,
3. 1.5 billion dollars from gambling,
4. 3 billion dollars from arms smuggling,
5. 10 billion dollars from bond, donor, foreign exchange and stock market manipulations,
6. 40 billion dollars from drug trade,
Together with other unregistered revenues, the money the council controls is approximately $125 billion.<</Aslan>>
<<You>>This is more than half of the national income???<</You>>
<video width="850" controls>
<source src="images\begining\missionstart\9.mp4">
</video>
<<Aslan>>Yes you can buy anything with this much money. The Baron's men are at key positions in political parties. Guess what's the outcome of this situation?<</Aslan>>
<<You>>It creates despair by collapsing existing political parties. Then he calls his own men in the political parties to come to his side and emerge as hope and come to power.<</You>>
<<Aslan>>Yes, this is how he takes over the state.<</Aslan>>
<<You>>Yess this looks bad. [[Where I am going to start ?]]<</You>></h2>
<h2>
<video width="850" controls autoplay>
<source src="images\begining\missionstart\4.mp4">
</video>
<<Aslan>>You'll start at the bottom of the pyramid. From the lowest unit governed by the council. From the side of the person responsible for the 3 murders I showed you at the beginning.<</Aslan>>
<video width="850" controls>
<source src="images\begining\missionstart\5.mp4">
</video>
<<NARRATOR>>While you two talking Aslan's phone start the ringing. After a small talk he open the tw and you start watching. İts a news channel. After 10 second a familer face popped on the screen that was you... You just shocked. You are already dead.
<</NARRATOR>>
<<Aslan>>Well its done. Rarely do people make a second mistake. Welcome to your 2nd life....
...
...
Do we drink coffee? Maybe something strong?<</Aslan>>
<<You>>Something strong... [[İts need to be to fucking strong|26]] <</You>> </h2>
<html lang="en">
<head>
<title>tachyons-animate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/tachyons-animate.css">
</head>
<body>
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<header>
<h1 class="animated fadeInUp ease-out-circ d2 a-1 f2 fw3">
<code class="db black-40">End of the chapter 1</code>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
Chapter 2 is out for patreons now. <span class="nowrap"></span>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
[[Chapter2]] <span class="nowrap"></span>
</h1>
<div class="animated bounceIn ease-in-quad d-2 mt4">
<a
href="https://www.patreon.com/Thewolves"
class="dib link bw1 b--solid b--dark-blue dark-blue fw9 pa3 br3 hover-white hover-bg-dark-blue"
>
Made by Thewolf
</a>
</div>
</header>
</div>
</main>
</body>
</html><html lang="en">
<head>
<title>tachyons-animate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/tachyons-animate.css">
</head>
<body>
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<header>
<h1 class="animated fadeInUp ease-out-circ d2 a-1 f2 fw3">
<code class="db black-40">Chapter 1</code>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
The mission <span class="nowrap"></span>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
[[Once upon a time|1]] <span class="nowrap"></span>
</h1>
</header>
</div>
</main>
</body>
</html><<set $ch2 to true>>
<html lang="en">
<head>
<title>tachyons-animate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/tachyons-animate.css">
</head>
<body>
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<header>
<h1 class="animated fadeInUp ease-out-circ d2 a-1 f2 fw3">
<code class="db black-40">Chapter 2</code>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
Reborn from the ashes <span class="nowrap"></span>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
[[The new beginning !!!|39]] <span class="nowrap"></span>
</h1>
<div class="animated bounceIn ease-in-quad d-2 mt4">
<a
href="https://www.patreon.com/Thewolves"
class="dib link bw1 b--solid b--dark-blue dark-blue fw9 pa3 br3 hover-white hover-bg-dark-blue"
>
Made by Thewolf
</a>
</div>
</header>
</div>
</main>
</body>
</html><h2><<NARRATOR>>
After watching your on funeral you got back to the base. When you got there everything is already ready for you. You change your clothes and lie on the operating table. After the gas you smoked everything started to get dark you slowly fell asleep. While you sleeping the doctors make the operations and everthing went smootly for you "I hope". After a week you slowly open your eyes to the real world. The is no one is around. Your face is burning. You throat is like melting... You try to scream but you couldnt make a noise. You try to wake up but there is no use. Your body is too weak for you to do anything. After looking around a bit you see a bell right next to you. You try to reach it and you made it. Now just [[ring the bell|27]]
<</NARRATOR>>
</h2>
<h2><<NARRATOR>> After a second the door opened and its was Aslan he was happy to see you.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\1.mp4">
</video>
<<Aslan>>Well well well looks who finally wake up.
.
.
.
Yeah I forgot the tell you. We changed your sound to. You cant talk like a day or two. But this is not a excuse for you to sleep over it. Here it is this is your life. I want you to study this like your life depends on it. And dont forget it from now on you known as<<textbox "$n" "Polat">>
<<textbox "$s" "ALEMDAR">><</Aslan>>
[[start reading|28]]
<<set $chapter1 to true>>
</h2>
<h2><<NARRATOR>> After trying to read the document your eyes start to closed and you start to sleep again.<</NARRATOR>>
<<linkreplace"meanwhile">>
<<Dani>>I should go dad I dont want brandi to see me. I know when she see me she remember her son<</Dani>>
<<Dad>> Nonsense, She always happy to see you. Come on lets go inside.<</Dad>>
<<NARRATOR>> While they are talking a grup of man appear from dark street<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\meanwhile1.mp4">
</video>
<<Mafia>> Good evening can we talk a a little ?<</Mafia>>
<<Dad>>Yes what is it ?<</Dad>>
<<Mafia man>> You are the this lawyer girl arent you ? You will withdraw that case and let this matter go. Everyone in this neighborhood will leave those houses. <</Mafia>>
<<Dani>>What happen if I dont let go huh ?<</Dani>>
<<Mafia>> Then your pretty face going to hurt little girl<</Mafia>>
<<Dad>>Hey hey let her go you son of a bitch<</Dad>>
<<Dani>>Ah Ah let me go you animal<</Dani>>
<<Mafia>>Get back old man. İf you dont do what I say you are going to regret it. MARK MY WORD!!! [[Lets go guys|29]]. <</Mafia>>
<</linkreplace>>
</h2>
<div class="wrapper">
<div class="card">
<img src="images/begining/aslan.jpg">
<div class="descriptions">
<h1>ASLAN AKBEY - THE COMANDER</h1>
<p>
Aslan is your commander and your mentor from your childhood. He is a family friend but your family dont know he is a soldier. He always helped you to become good soldier and good leader. He is the reason for you to choose the fight for your country.
</p>
<button>
<i class="fab fa-youtube"></i>
Play trailer on YouTube
</button>
</div>
</div>
[[Go back|3]]<div class="wrapper">
<div class="card">
<img src="images/begining/brandi.jpg">
<div class="descriptions">
<h1>Brandi- THE Mother</h1>
<p>
Brandi is your mother. She is so lovely and beatiful. She always cared for you and project you from any danger. She dont know you are a soldier, if you tell her that she definetly going to lose his mind. Better not tell her anything about it.
</p>
<button>
<i class="fab fa-youtube"></i>
Play trailer on YouTube
</button>
</div>
</div>
[[Go back|9]]<div class="wrapper">
<div class="card">
<img src="images/begining/dani.jpg">
<div class="descriptions">
<h1>Dani - The love of your life</h1>
<p>
Dani is your GF, she is your only gf from your childhood. You alwasy loved her and she always loved you. When you go to long missions she always waited for you. Both of you is in love with each other. What a legendery love life.
</p>
<button>
<i class="fab fa-youtube"></i>
Play trailer on YouTube
</button>
</div>
</div>
[[Go back|14]]<h2><<NARRATOR>> Your body doesnt move at all. Only think you can do is read the file, sleep and repeat. Your face is burning you cant even talk ant eat. After a weak later you finally able to talk and move.<</NARRATOR>>
[[keep repeating what you doing|30]]</h2><h2><<NARRATOR>> Two week later a familar face showed up.<</NARRATOR>>
<<Aslan>>Look at you you look better know,<</Aslan>>
<<n>>No shit !! I am a mess right know chef dont mess with me.<</n>>
<<Aslan>>Dont worry for know we are going to cut this bondages a bit. And I am going to make you look better.<</Aslan>>
<<NARRATOR>>After opening some bondages Aslan tell you to he is going to cut your beard.<</NARRATOR>>
<<Aslan>>Come here its going to make your face relaxed a bit. Beard is not good for your face.<</Aslan>>
<<linkreplace "get on the chair">>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\2.mp4">
</video>
<<n>>Why there is no mirror around here? <</n>>
<<Aslan>>You not going to see yourself until everything is done<</Aslan>>
<<n>>I hope ı dont look like you <</n>>
<<Aslan>>Not funny<</Aslan>>
<<n>>I just saying if I got handsome like you its bad for my mission right boss hahaha<</n>>
[[Keep reading|31]]
<</linkreplace>>
</h2><h2><<n>>$n $s's father Etem, date of death was 16 March 1975, cause of death was a work accident.<</n>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\3.mp4">
</video>
<<n>>While removing one of the piston bearings during a night shift, the swing broke and fell from 40 meters into the hold of the ship, and Etem, who was trapped under it, lost his life.Then mother Emine receives a large compensation due to this work accident and returns to germany with $n. And Emine meets Peter in germany. After few monts Emine and Peter gets married.<</n>>
[[Days passing and passing away|32]]</h2><h2><<n>>After a few months, the sweet days of marriage come to an end. Emine is pregnant. When the money runs out, Peter, an alcoholic, often beats Emine and $n, and one day Emine miscarries her child.<</n>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\4.mp4">
</video>
[[Meanwhile|33]]</h2><h2><<NARRATOR>> While you are sleeping reading and repeating this proses, your familly and your gf is in a danger. A mafia who wanted to demolish the houses in the neighborhood where the your family lives was sued by your girlfriend, who is a lawyer, and they resorted to brutal force.<</NARRATOR>>
<<Mafia>>Didn't I warn you? That file will not go to that prosecutor. You will withdraw the case. This is my last warning to you, if you ignore it you will suffer the consequences.<</Mafia>>
<video width="850" controls autoplay muted>
<source src="images\ch2\reborn\meanwhile2.mp4">
</video>
<<Dani>>Animal bastards, I'll make you pay for this. Ihhı ıhhhı ıhhhıı<</Dani>>
[[reality|34]]
</h2><h2><<n>>Polat can't stand it anymore and stabs Peter. After that, he is sent to the reformatory because he is underage. After staying in the reformatory for 1.5 years, he goes out and continues his life.<</n>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\5.mp4">
</video>
<<n>>İn the collage $n meets with Leyla, The love of $n's life. Leyla is a beatiful girl but her father not a good man. Leyla's father is a loan shark and he never lets her daughter to date with anyone. $n is not an exceptional<</n>>
<<n>>One day, skinheads set fire to $n's family's house while he was out. His mother, grandfather, and last remaining relatives also died in that fire. From now on, $n is left alone. After that day $n never see Leyla again.<</n>>
[[İts finally done|35]]
</h2>
<h2><<NARRATOR>> Two week later a familar face showed up again.<</NARRATOR>>
<<Aslan>>Look at you you look better know,<</Aslan>>
<<n>>Yes boss I can finally feel my face again<</n>>
<<Aslan>>Come here you can see yourself now.<</Aslan>>
<<n>>Finally<</n>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\6.mp4">
</video>
<<Aslan>>And tonight we are going outside. You and me just going to drink a lot haha come here My boy<</Aslan>>
<<NARRATOR>> After lots of drink you finally come back to the base. Aslan is just testing you. All night he asked lots of question abot $n $s ' s life. You answered everthing coretly. WELL DONE !<</NARRATOR>>
[[Back to the base|36]]
</h2><h2><<Aslan>>Here we are just hold on a little bit<</Aslan>>
<<n>>Why are there so many bad men in the world, chief? Why we need to stop them<</n>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\7.mp4">
</video>
<<Aslan>>Let's lie down like this. Now I have one last question for you, answer it correctly and let's start our mission.<</Aslan>>
<<Aslan>>What is your girlfriend name ?<</Aslan>>
<<NARRATOR>>Your eyes start to glow, you just dreamin your love, you look at him and;<</NARRATOR>>
<video width="850" controls autoplay muted>
<source src="images\ch2\reborn\9.mp4">
</video>
<<n>>Dani chef her name is Dani and I love her so muchh<</n>>
<<NARRATOR>>This answer made him very angry and he slapped your face<</NARRATOR>>
<<Aslan>>What the fuck you just say ? You fucking idiot what did you just say ???????<</Aslan>>
<<NARRATOR>>With this slap you come to your senses and start to tell him the story of $n $s. İts not your story but [[its going to be.|37]]<</NARRATOR>></h2><h2><video width="850" controls autoplay>
<source src="images\ch2\reborn\8.mp4">
</video>
<<Aslan>>Talk dont look at me answer the question.<</Aslan>>
<<n>>Her name was Leyla, why should it be Dani? Leyla, the love of my life, the Leyla I lost the day I lost my family...<</n>>
<<Aslan>>Dont fucking forgot again...<</Aslan>>
<<NARRATOR>>Aslan got out of the room and locked the door from outside. You just remembered all the good memorys from your gf. You need to do something you need to see her again at least one more time. Then a bolt of lightning struck you, and when you looked up you saw a small window. You could pass through that window and see your loved one. Without thinking any second you just run to the window and got out.<</NARRATOR>>
<<linkreplace "meanwhile">>
<<NARRATOR>>After leaving the base the alarm start to ring.<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\ch2\reborn\10.mp4">
</video>
<<Aslan>>This idiot going to ruin this mission. Everybody calm down [[I know where he is going.|38]]<</Aslan>>
<</linkreplace>>
</h2><h2><<n>>I am here my love I am here <</n>>
<<set $ch2 to 1>>\
<<set $free to true>>\
<<set $jw to false>>\
<<set $ch2 to 1>>\
<<set $wardrobe to 1>>\
<<set $desk to 1>>\
<<set $nightstand to 1>>\
<<set $cor to 0>>\
<<set $jwbath to false>>\
<<set $sr to false>>\
<video width="850" controls autoplay>
<source src="images\ch2\reborn\11.mp4">
</video>
<<NARRATOR>>After watching her she closed her window and got inside. You are still standing here. After a moment a man appear behind you.<</NARRATOR>>
<video width="850" controls>
<source src="images\ch2\reborn\12.mp4">
</video>
<<Aslan>>What the fuck are you doing here ? You just put our mission in danger!!!<</Aslan>>
<<n>>surgery Chief, your doctors performed the surgery wrong. <</n>>
<<Aslan>>What is wrong there is nothing wrong. You are healty you can talk, you can walk what the fuck is wrong ?????<</Aslan>>
<<n>>surgery Chief, your doctors changed my face but my heart my heart still the same. I cant live like this. This is to much for me to handle.<</n>>
<<Aslan>>You have to change it, İf you cant change your heart you dont need to live.<</Aslan>>
<<NARRATOR>>He give you the gun and without thinking you just take it and shoot yourself.<</NARRATOR>>
<video width="850" controls>
<source src="images\ch2\reborn\13.mp4">
</video>
<<Aslan>>You are insane. You are going to change it. I am going to make you change it. This is going to be epic just trush me you idiot. You just fucking shoot yourself for a girl huh. Wait and see I am going to make you forget this girl. [[While you just standing there Aslan hit your head hard and you just passed out.|Bedroom]]<</Aslan>>
</h2><h2><<if $ch2 is 1>><<NARRATOR>>You just wake up in a room, you dont remember what happened you just remember seein Dani in the window after that what happened ? You cant tell. After a second of thinking you get up from the bed and start looking around.<</NARRATOR>>\
<<linkreplace" get up ">>\
[[wardrobe]]
[[desk]]
[[nightstand]]
[[go to the door|corridr]]
<</linkreplace>>\
<</if>>\
<<if $ch2 is 2>>\
<<NARRATOR>>What is next ?<</NARRATOR>>\
[[wardrobe]]
[[desk]]
[[nightstand]]
[[go to the door|corridr]]
<</if>>
</h2>[[Bathroom]]
[[Kitchen]]
[[Jewel's room]]
[[Bedroom 2]]
[[Livingroom]]
[[Gym]]
<<if $ch2 is 1>>
<<set $ch2 to 2>>
<</if>>https://www.patreon.com/Thewolves<h2><<if $wardrobe is 2>><<NARRATOR>>Not a good time for looking clothes isnt it ?.<</NARRATOR>>\
<img src="images/ch2.1/wardrobe.webp" width=750>\
[[Go back to room|Bedroom]]\
<</if>>\
<<if $wardrobe is 1>>
<<set $wardrobe to 2>>\
<<NARRATOR>>İts look like a man wardrobe and its look really rich wardrobe.<</NARRATOR>>\
<img src="images/ch2.1/wardrobe.webp" width=750>\
<<set $ch2 to 2>>\
[[Go back to room|Bedroom]]\
<</if>>
</h2><h2>
<<NARRATOR>>There is a some files on the desk. Maybe this files gives you some hint about what is going on here ?<</NARRATOR>>
[[1. file]]
[[2. file]]
[[3. file]]
<<set $ch2 to 2>>
[[Go back to room|Bedroom]]
</h2><h2><<if $nightstand is 2>><<NARRATOR>>There is nothing to see here just few condoms. \<</NARRATOR>>\
<img src="images/ch2.1/condoms.jpg" height=350>\
[[Go back to room|Bedroom]]\
<</if>>/
<<if $nightstand is 1>><<set $nightstand to 2>>
<<NARRATOR>>You open the nighstand. There were a few condoms inside. You didn't understand anything. What the hell is happening here ?<</NARRATOR>>
<<set $ch2 to 2>>\
<img src="images/ch2.1/condoms.jpg" height=350>
[[Go back to room|Bedroom]]
<</if>>
</h2>
<h2>
<img src="images/ch2.1/jw/jewel1.jpg" width=825>
Jewel is a actress from porn sectory. She is born in germany and she start doing porn few years ago. She is going to be cure you from your obsession.
<<n>>My obsession wtf is that mean ???? Who the hell is this girl and why her file in this room ????
..
There is more photos of her. Should I look at them ?<</n>>
[[Look at the photos]]
[[go back to desk|desk]]
</h2>
<h2>
<img src="images\characters\sarah/sr.jpg" width=825>
Sarah Banks was born on April 23, 1997 in Calabasas, California, USA. She is an actress in the pornsectory. With her dark skin and magnificent body, she quickly became one of the stars of this industry. I'm sure this chocolate-skinned girl I've prepared for your therapy will be very effective for you. Just look at her. You can't resist her.
<<n>>Yes she look good but... Wtf is going on here. What's all this about anyway?
..
There is more photos of her. Should I look at them ?<</n>>
[[Look at the photos|sr]]
[[go back to desk|desk]]
</h2>
<h2><<NARRATOR>>
The file is empty. But there is a not insede it. İts says:
If things don't progress at the speed I want, I'll include the third girl in the plan.
<</NARRATOR>>
<<n>>What is that even mean ?<</n>>
[[go back|desk]]
</h2><div class="wrapper">
<div class="card">
<img src="images/ch2.1/jewel1.jpg" width=850>
<div class="descriptions">
<h1>Jewelz Blu</h1>
<p>
Height: 5'5
Age: 26
Measurements: 36-25-34
Fun Fact: I am a fire dancer!
Astrological Sign: Virgo
Obsessed with : BLUE
</p>
<button>
<i class="fab fa-youtube"></i>
Play trailer on YouTube
</button>
</div><h2>
<<if $jw is false>>
<img src="images/ch2.1/jw/jw5.jpg" width=825>
<<n>>Fuck !!!! I shouldnt look this pictures like this....<</n>>
<img src="images/ch2.1/jw/jw4.jpg" width=825>
<<n>>But why ???? WHY chef who the fuck is this girlll !!!.. Anyway I shouldnt look more of this I love Dani for fuck sake...<</n>>
[[One more page ?]]
[[Go back to the desk|desk]]
<<elseif $jw is true>>
<img src="images/ch2.1/jw/jw5.jpg" width=825>
<img src="images/ch2.1/jw/jw4.jpg" width=825>
<img src="images/ch2.1/jw/jw2.jpg" width=825>
<img src="images/ch2.1/jw/jw3.jpg" width=825>
<<n>>This girl is really something....<</n>>
[[close the file|desk]]
<<else>>
<</if>>
</h2><h2><img src="images/ch2.1/jw/jw2.jpg" width=825>
<<set $jw to true>>
<<n>>Fuck I shouldnt keep going.... OMG what a beuty<</n>>
<img src="images/ch2.1/jw/jw3.jpg" width=825>
<<n>>Calm yourself and get the hell out of here fuckkkk.<</n>>
[[go back to desk|desk]]
<<set $cor to $cor + 1>>
</h2><h2><<NARRATOR>>You slowly and carefully exited the room. You don't remember where this place is or how you got here. The last thing you remember is watching Dani from the window in front of their house... But now, there's a different situation that requires your focus. You find yourself in a corridor with numerous rooms. As you proceed slowly, you noticed the sound of water, and instinctively, you began to walk towards that sound.<</NARRATOR>>
<<n>>What's that sound? It sounds like someone taking a shower. What should I do? I don't want to catch someone in the shower in a stranger's house. And I don't have any weapons on me either...<</n>>
[[Slowly open the door|39]]
[[Go back to your room before doing something wrong.|40]]
</h2><h2><<NARRATOR>>You cautiously and as quietly as possible, cracked open the door and peered inside.<</NARRATOR>>
<<linkreplace "look inside">>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\jw1.mp4">
</video>
<<n>>Whoa!!! I really need to stop barging in on people in the bathroom. First, it was my mom, and now this girl. I need to get out of here right away. I can't do this to my girlfriend!!! <</n>>
<<if $cor >= 1>>
[[get out and return to your room|40]]
[[But I cant look away|41]]
<<else>>
[[get out and return to your room|40]]
<<linkreplace " But I cant look away ">> Not enought corruption<</linkreplace>>
<</if>>
<</linkreplace>>
</h2>
<h2><<if $jwbath is true>>
<<NARRATOR>>
You rushed out of the bathroom, running. Just as you were about to close the door behind you and turn around, you noticed someone behind you. In reflex, you raised your hand to hit the person, but as your hand was in the air, the person grabbed it.
<</NARRATOR>>
<<Aslan>>Easy there, SOLDIER!! Why'd you leave so soon? Didn't you like the beauty in there? hahaha<</Aslan>>
<<n>>Chef WTF !!!! What's going on here? "Where am I? Why am I here? Who is the girl inside?"<</n>>
<<Aslan>>Relax and calm down. I have some really nice plans for you. "Come with me, we need to have a private conversation."<</Aslan>>
<<NARRATOR>>
He said and started walking. You followed him, and you both returned to the first room you [[woke up in.]]
<</NARRATOR>>
<<else>>
<<NARRATOR>>In a state of shock at what you saw, you left the bathroom and began walking back to the first room you woke up in to review what had happened. Just as you reached the door, you heard a moaning coming from the other end of the hallway. Unable to resist, you started walking towards the sound.As you approached the room, the sounds began to clarify. It was like a woman's moan.
<</NARRATOR>>
<<n>>Dont tell me is that another girl ???<</n>>
[[Peek inside]]
<</if>>
</h2><h2><<NARRATOR>>Your eyes were completely fixed on the girl as if you were mesmerized. You seemed to be drifting away from thinking about where you were or how you got here. And partly, you felt like you were betraying Dani by staying here and watching the girl in the shower.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\tits.mp4">
</video>
<<n>> What I'm doing is wrong in so many ways, but I can't seem to stop myself. What's happening to me? Is this the girl whose file I read?....
...
Whoa!!! Yes, this is that girl!<</n>>
<button class="btn">[[Focus her ass]]</button> <button class="btn">[[Focus her front body]]</button>
<<set $cor to $cor + 1>>
</h2><h2>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\ass1.mp4">
</video>
<<n>>İs this girl really is a Pornstar ??? My body is betraying me. I can't take my eyes off her ass.<</n>>
<button class="btn">[[Focus her ass even more]]</button> <button class="btn">[[Focus her front body]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\tits2.mp4">
</video>
<<n>>İs this girl really is a Pornstar ??? My body is betraying me. I can't take my eyes off her body. <</n>>
<button class="btn">[[Focus her ass]]</button> <button class="btn">[[focus her front body even more]]</button>
</h2><h2><<NARRATOR>>Without even realizing it, you had slowly entered the bathroom. Being in this situation on top of everything else you've been through, especially not engaging in any sexual activity for months after the surgery, seemed to weigh heavily on your body.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\ass2.mp4">
</video>
<<n>>I dont have a word to her body... She is just perfect !!!<</n>>
<button class="btn">[[Get even closer]]</button> <button class="btn">[[Focus her front body]]</button>
</h2><h2><<NARRATOR>>As if lost in a daydream, you suddenly snapped out of it when you heard a sound.
<</NARRATOR>>
<<set $jwbath to true>>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\busted.mp4">
</video>
<<Jewelz>>Hello there !! hihihi<</Jewelz>>
<<set $cor to $cor + 1>>
<<NARRATOR>>Jewelz was looking into your eyes and continued to shower. Realizing your mistake, you immediately turned away without thinking and tried to leave.<</NARRATOR>>
<<Jewelz>>Hey where are you going come back to me<</Jewelz>>
<<n>>I'm sorry, I shouldn't have done that.<</n>>
[[Run to the corridoor|40]]
</h2><h2><<NARRATOR>>Without even realizing it, you had slowly entered the bathroom. Being in this situation on top of everything else you've been through, especially not engaging in any sexual activity for months after the surgery, seemed to weigh heavily on your body.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\jewel\scene1\tits3.mp4">
</video>
<<n>>I dont have a word to her body... She is just perfect !!!<</n>>
<button class="btn">[[Focus her ass]]</button> <button class="btn">[[Get even closer]]</button>
</h2><h2>
<<n>>Yeah, Chief, you owe me an explanation. My life is falling apart, it because of you. What kind of mess did you get me into?<</n>>
<<Aslan>>Because of me? We started this mission together, but you were about to ruin the whole operation just for a girl, I'm not mentioning you almost blowing your own head off!!<</Aslan>>
<<n>>But, but Chief, I love that girl so much. I can't imagine life without her. I was enduring all these difficult missions just to see her again. You've completely taken her away from me...<</n>>
<<Aslan>>Yeah yeah this love shit again !!! After the one-month vacation I've planned for you, you won't even remember Dani.<</Aslan>>
<<n>>What vacotion ?<</n>>
<<Aslan>>This house is your vacotion. I've arranged three lovely girls for you. Your mission is to completely change your thoughts about women within one month. You can't get attached to any girl. You need to learn to sacrifice them for your mission and manipulate them to help you in your mission. You need to be fully prepared for your mission. And right now, your biggest weakness is womens!!<</Aslan>>
<<n>>No no nonononononono I am not going to do this shit anymore. You cant change my love to Dani. You cant change my heart. I am not going to touch this girls.....<</n>>
<<Aslan>>We'll see about that. I'll come to check on you every weekend. And if you don't make progress, you'll be punished. And believe me, you won't like these punishments. Let's see how being locked in a house with three beautiful women for a month will affect you. Now follow me, [[and let me introduce you to the girls.|43]]<</Aslan>>
</h2><h2>
<<if $sr is false>>
<img src="images\characters\sarah/sr1.jpg" width=825>
<<n>>Fuck !!!! I shouldnt look this pictures like this....<</n>>
<img src="images\characters\sarah/sr2.jpg" width=825>
<<n>>Her skin her body looks so awesome.... man I can do that to Dani... I need to get the hell out of this room....<</n>>
[[One more page ?|sr1]]
[[Go back to the desk|desk]]
<<elseif $sr is true>>
<img src="images\characters\sarah/sr1.jpg" width=825>
<img src="images\characters\sarah/sr2.jpg" width=825>
<img src="images\characters\sarah/sr3.jpg" width=825>
<img src="images\characters\sarah/sr3.jpg" width=825>
<<n>>This ebony girl is really something.. this last two photo is to much for my heart<</n>>
[[close the file|desk]]
<<else>>
<</if>>
</h2><h2><img src="images\characters\sarah/sr3.jpg" width=825>
<<n>>Fuckkkkkkkkkkkkkkkkkkkkk<</n>>
<<set $sr to true>>
<img src="images\characters\sarah/sr4.jpg" width=825>
<<n>>Calm down you idiot. "Focus on the events. Don't think with your dick..<</n>>
[[go back to desk|desk]]
<<set $cor to $cor + 1>>
</h2><h2><<NARRATOR>>
You slowly walked towards the door and stopped in front of it. The door was slightly ajar. Quietly, without making any noise, you gently pushed the door open a bit more and looked inside.
<</NARRATOR>>
<<linkreplace "look inside">>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srsolo.mp4">
</video>
<<n>>Why do I always end up in this situation? Every door I open, there's a naked woman coming out of it. I don't want to be voyeuristic like some pervert observing people!!!. <</n>>
<<if $cor >= 1>>
[[Fuck it Im out of here|42]]
[[Buttttttt|srmasturbate]]
<<else>>
[[Fuck it Im out of here|42]]
<<linkreplace "Buttttt">> Not corrupted enough <</linkreplace>>
<</if>>
<</linkreplace>>
</h2><h2><<NARRATOR>>
You set aside the thoughts in your mind and began to watch the beautiful woman in front of you.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srsolo2.mp4">
</video>
<<n>>I know I shouldn't do this, but... who could resist this beauty.<</n>>
<button class="btn">[[Focus her ass|srdoggy1]]</button> <button class="btn">[[Focus her front body|srmissionary1]]</button>
</h2><h2><<NARRATOR>>
The girl was lying on the bed, Trying to pleasure herself. You were watching with your mouth agape.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srdoggy1.mp4">
</video>
<<n>>!!!!<</n>>
<button class="btn">[[Focus her ass more|srdoggy2]]</button> <button class="btn">[[Focus her front body|srmissionary1]]</button>
</h2><h2><<NARRATOR>>
The girl lay back on the bed, on her back. Then, she reached back gently and pulled out another toy from under the pillow. İts a fucking butt plug.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srplug.mp4">
</video>
<<n>>This girl is so kinky just look at her go<</n>>
<button class="btn">[[Focus her ass|srdoggy1]]</button> <button class="btn">[[watch it closely|srmissionary2]]</button>
</h2><h2><<NARRATOR>>
The girl's movements began to speed up. She start to finger her asshole.
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srdoggy2.mp4">
</video>
<<n>>Holly fuckkkk. This girl on fire.... What an ass mannn<</n>>
<button class="btn">[[Focus her ass more|srdoggy3]]</button> <button class="btn">[[Focus her front body|srmissionary1]]</button>
</h2><h2><<NARRATOR>>
Atter putting plug the her asshole, she just get faster and faster..
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srplug2.mp4">
</video>
<<n>>This girl is insane how can she take it !! İs she cumminggg? <</n>>
<button class="btn">[[Focus her ass|srdoggy1]]</button> <button class="btn">[[watch it closely|srcum]]</button>
</h2><h2><<NARRATOR>>
Realizing that her fingers were no longer enough, the girl took out a toy from under her bed and.....
<</NARRATOR>>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srdoggy4.mp4">
</video>
<<n>>Fuck fuck fuck I think I I I ... NO I am not in love with her !!! I love Dani but !! her ass is Marvelous<</n>>
<button class="btn">[[She is going to cum|srcum]]</button> <button class="btn">[[Focus her front body|srmissionary1]]</button>
</h2><h2><video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srplug3.mp4">
</video>
<<n>>Hollly fucckkk what a slut <</n>>
<<linkreplace " Thats enought I need to go back">>
<video width="850" controls autoplay>
<source src="images\characters\sarah\scene1\srbusted.mp4">
</video>
<<Sarah>>Hey dont you like the show hihi<</Sarah>>
<<n>>What Im sorry ı need to go<</n>>
<<Sarah>>Haha we will meet again haha<</Sarah>>
[[run away|42]]
<</linkreplace>>
<<set $cor to $cor + 1>>
</h2><h2><<if $cor >= 3>>
<<NARRATOR>>
You rushed out of the room, running. Just as you were about to close the door behind you and turn around, you noticed someone behind you. In reflex, you raised your hand to hit the person, but as your hand was in the air, the person grabbed it.
<</NARRATOR>>
<<Aslan>>Easy there, SOLDIER!! Why'd you leave so soon? Didn't you like the beauty in there? hahaha<</Aslan>>
<<n>>Chef WTF !!!! What's going on here? "Where am I? Why am I here? Who is the girl inside?"<</n>>
<<Aslan>>Relax and calm down. I have some really nice plans for you. "Come with me, we need to have a private conversation."<</Aslan>>
<<NARRATOR>>
He said and started walking. You followed him, and you both returned to the first room you [[woke up in.]]
<</NARRATOR>>
<<else>>
<<NARRATOR>>
You leave the room and start walking towards your room. However, you see a man walking towards you. It was ASLAN!!!
<</NARRATOR>>
<<Aslan>>
How could you leave behind two beauties? What kind of maniac are you,
<</Aslan>>
<<n>>Chef WTF !!!! What's going on here? "Where am I? Why am I here? Who is thes girls ?<</n>>
<<Aslan>>Relax and calm down. I have some really nice plans for you. Come with me, we need to have a private conversation.<</Aslan>>
<<NARRATOR>>
He said and started walking. You followed him, and you both returned to the first room you [[woke up in.]]
<</NARRATOR>>
<</if>>
</h2>
<h2>
<<NARRATOR>>
Aslan left the room and started walking down the hallway. You, feeling confused, began to follow him without saying anything. On this path you embarked on for your homeland duty, you had lost everything. But you were also being asked to leave behind Dani, whom you loved as much as your country. What will you do?
<</NARRATOR>>
<<n>>Chef, isn't there any other way? I haven't betrayed my country until today, but you're asking me to leave Dani, whom I love as much as my country.<</n>>
<<Aslan>>Thats the problem!!! As long as someone competes with your love for the country in your heart, this mission will fail. We'll diminish that love, don't worry. Anyway, let's not talk about this now. There are millions of men who would want to be in your place. Just gather yourself and focus on having a good time. You'll forget about Dani within a month, don't worry. These girls are professionals. Alright, let's get started. [[Get inside|44]]<</Aslan>>
</h2><html lang="en">
<head>
<title>tachyons-animate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/tachyons-animate.css">
</head>
<body>
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<header>
<h1 class="animated fadeInUp ease-out-circ d2 a-1 f2 fw3">
<code class="db black-40">End of the chapter 1</code>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
Chapter 2 going to be epic. <span class="nowrap"></span>
</h1>
<h1 class="animated fadeInUp ease-out-circ d-1 a-2">
Please leave a comment, and if you liked it, support me for the continuation of the project. <span class="nowrap"></span>
</h1>
<div class="animated bounceIn ease-in-quad d-2 mt4">
<a
href="https://www.patreon.com/Thewolves"
class="dib link bw1 b--solid b--dark-blue dark-blue fw9 pa3 br3 hover-white hover-bg-dark-blue"
>
Made by Thewolf
</a>
</div>
</header>
</div>
</main>
</body>
</html>