abductionCustomer.tw 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. :: abductionCustomer
  2. <<set $here = 'abductionCustomer'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'abdCustomerGate'>>
  5. <<set $menu_off = 1>>
  6. Your master approaches you. "Hello, slave."
  7. "I have a customer here who came to rent you for a while. Do whatever he asks of you."
  8. <<set $buyout = 0>>
  9. <<actCLA 'Yes, Master'>>
  10. <<gt 'abductionCustomer' 'abdCustomerGo'>>
  11. <</actCLA>>
  12. <</if>>
  13. <<if $location_var[$here][0] == 'abdCustomerGateBuyout'>>
  14. <<set $menu_off = 1>>
  15. Your master approaches you. "Hello, slave."
  16. "I have a customer here that came to rent you for a while. Do whatever he asks of you."
  17. <<set $buyout = 1>>
  18. <<actCLA 'Yes, Master'>>
  19. <<gt 'abductionCustomer' 'abdCustomerGo'>>
  20. <</actCLA>>
  21. <</if>>
  22. <<if $location_var[$here][0] == 'abdCustomerGo'>>
  23. <<set $menu_off = 1>>
  24. <<set $time.minutes += 5>>
  25. <<set $i = rand(1,3)>>
  26. <<video "locations/shared/abduction/sex/ledonfour<<i>>.mp4">>
  27. Your master removes your regular chain and attaches a leash to your collar.
  28. You are led up the stairs into the house above your cellar.
  29. <p>When you enter the hall, your master orders you on your knees. "Crawl on your hands and legs like the bitch you are!"</p>
  30. <<if $pc.pcs_vag == 0>>
  31. You are led to the room where your customer awaits. Your leash is handed to him.
  32. <<else>>
  33. You are led to the room where your customer awaits. Your leash is handed to him, and your master leaves. The room''s only door closes behind him, leaving you alone with your customer.
  34. <</if>>
  35. <<actCLA 'Continue'>>
  36. <<gt 'abductionCustomer' 'abdCustomer'>>
  37. <</actCLA>>
  38. <</if>>
  39. <<if $location_var[$here][0] == 'abdCustomer'>>
  40. <<set $time.minutes += 5>>
  41. <!-- ! customer character type-->
  42. <!-- ! -1=kind, 3-4=normal, 5+=sadistic-->
  43. <<set $charTypeRand = 3>>
  44. <!-- ! customer body type-->
  45. <!-- ! -1=skinny, 3-4=regular, 5-6=muscular, 7+=fat-->
  46. <<set $pc.bodyTypeRand = 3>>
  47. <!-- ! customer height type-->
  48. <!-- ! -1=small, 3-4=regular, 5+=tall-->
  49. <<set $heightTypeRand = 3>>
  50. <!-- ! customer age-->
  51. <<set $customerAge = rand(15, 90)>>
  52. <!-- ! customer race, racial modifiers-->
  53. <<set $raceRand = rand(0, 2)>>
  54. <<if getvar("$RaceRand") == 0>>
  55. <<set $raceType = 'white'>>
  56. <<set $dickChance = 30>>
  57. <<set $charTypeRand += rand(-3,2)>>
  58. <<set $pc.bodyTypeRand += rand(-2,8)>>
  59. <<set $heightTypeRand += rand(-1,6)>>
  60. <<elseif getvar("$RaceRand") == 1>>
  61. <<set $raceType = 'black'>>
  62. <<set $dickChance = 40>>
  63. <<set $charTypeRand += rand(0,2)>>
  64. <<set $pc.bodyTypeRand += rand(0,6)>>
  65. <<set $heightTypeRand += rand(0,6)>>
  66. <<elseif getvar("$RaceRand") == 2>>
  67. <<set $raceType = 'asian'>>
  68. <<set $dickChance = 20>>
  69. <<set $charTypeRand += rand(-2,2)>>
  70. <<set $pc.bodyTypeRand += rand(-6,2)>>
  71. <<set $heightTypeRand += rand(-4,1)>>
  72. <</if>>
  73. <<if $pc.pcs_vag == 0>>
  74. <<set $dick = 28>>
  75. <<elseif getvar("$buyout") == 1>>
  76. <<set $dick = 24>>
  77. <<else>>
  78. <<set $dickRand = rand(1,100)>>
  79. <<if $dickRand <= $dickChance>>
  80. <<set $dick = rand(15, 40)>>
  81. <<elseif $dickRand <= (dickChance * 2)>>
  82. <<set $dick = rand(10, 24)>>
  83. <<else>>
  84. <<set $dick = rand(5, 14)>>
  85. <</if>>
  86. <</if>>
  87. <<set $vagDMG = ($dick - $pc.pcs_vag) * 2>>
  88. <<set $assDMG = ($dick - $pc.pcs_ass) * 2>>
  89. <<set $throatDMG = ($dick - $pc.pcs_throat) * 2>>
  90. <!-- ! customer dick size-->
  91. <<if getvar("$dick") >= 30>>
  92. <<set $dick_girth = 'monstrous'>>
  93. <<set $cumVol = rand(4,5)>>
  94. <<elseif getvar("$dick") >= 25>>
  95. <<set $dick_girth = 'huge'>>
  96. <<set $cumVol += 1>>
  97. <<set $cumVol = rand(3,5)>>
  98. <<elseif getvar("$dick") >= 20>>
  99. <<set $dick_girth = 'very big'>>
  100. <<set $cumVol = rand(2,5)>>
  101. <<elseif getvar("$dick") >= 15>>
  102. <<set $dick_girth = 'big'>>
  103. <<set $cumVol = rand(2,4)>>
  104. <<elseif getvar("$dick") >= 10>>
  105. <<set $dick_girth = 'regular'>>
  106. <<set $cumVol -= 1>>
  107. <<set $cumVol = rand(1,4)>>
  108. <<else>>
  109. <<set $dick_girth = 'tiny'>>
  110. <<set $cumVol -= 2>>
  111. <<set $cumVol = rand(1,3)>>
  112. <</if>>
  113. <!-- ! customer cum volume-->
  114. <<if getvar("$cumVol") <= 1>>
  115. <<set $cumType = 'neglectable'>>
  116. <<elseif getvar("$cumVol") == 2>>
  117. <<set $cumType = 'little'>>
  118. <<elseif getvar("$cumVol") == 3>>
  119. <<set $cumType = 'normal'>>
  120. <<elseif getvar("$cumVol") == 4>>
  121. <<set $cumType = 'significant'>>
  122. <<elseif getvar("$cumVol") >= 5>>
  123. <<set $cumType = 'horse like'>>
  124. <</if>>
  125. <<if getvar("$charTypeRand") <= 1>>
  126. <<set $charType = 'kind'>>
  127. <<elseif getvar("$charTypeRand") >= 2 and getvar("$charTypeRand") <= 4>>
  128. <<set $charType = 'neutral'>>
  129. <<elseif getvar("$charTypeRand") >= 5>>
  130. <<set $charType = 'sadistic'>>
  131. <</if>>
  132. <<if getvar("$pc.bodyTypeRand") <= 1>>
  133. <<set $pc.bodyType = 'skinny'>>
  134. <<elseif getvar("$pc.bodyTypeRand") >= 2 and getvar("$pc.bodyTypeRand") <= 4>>
  135. <<set $pc.bodyType = 'slim'>>
  136. <<elseif getvar("$pc.bodyTypeRand") >= 5 and getvar("$pc.bodyTypeRand") <= 6>>
  137. <<set $pc.bodyType = 'muscular'>>
  138. <<elseif getvar("$pc.bodyTypeRand") >= 7>>
  139. <<set $pc.bodyType = 'fat'>>
  140. <</if>>
  141. <<if getvar("$heightTypeRand") <= 1>>
  142. <<set $heightType = 'small'>>
  143. <<elseif getvar("$heightTypeRand") >= 2 and getvar("$heightTypeRand") <= 4>>
  144. <<set $heightType = 'average'>>
  145. <<elseif getvar("$heightTypeRand") >= 5>>
  146. <<set $heightType = 'tall'>>
  147. <</if>>
  148. <<if getvar("$customerAge") <= 18>>
  149. <<set $ageType = 'very young'>>
  150. <<elseif getvar("$customerAge") > 18 and getvar("$customerAge") <= 30>>
  151. <<set $ageType = 'young'>>
  152. <<elseif getvar("$customerAge") > 30 and getvar("$customerAge") <= 45>>
  153. <<set $ageType = 'middle aged'>>
  154. <<elseif getvar("$customerAge") > 45 and getvar("$customerAge") <= 60>>
  155. <<set $ageType = 'elderly'>>
  156. <<elseif getvar("$customerAge") > 60 and getvar("$customerAge") <= 80>>
  157. <<set $ageType = 'old'>>
  158. <<elseif getvar("$customerAge") > 80>>
  159. <<set $ageType = 'very old'>>
  160. <</if>>
  161. <<if getvar("$buyout") == 1>>
  162. <<set $bName = 'Leonid'>>
  163. <<set $bSurname = 'Nosov'>>
  164. <<image "locations/shared/abduction/sex/slavewhorekneel1.jpg">>
  165. As you are led to the room as usual, you see the man standing opposite of you.
  166. Right away, you can see that he is just another bastard coming here to use your body.
  167. Your master leaves you in the center of the room, kneeling with the leash attached to your collar.
  168. As the door closes behind him, the customer slowly turns so you can finally see his face.
  169. <<actCLA 'Look at his face'>>
  170. <<gt 'abductionCustomer' 'abdCustomer-buyout1'>>
  171. <</actCLA>>
  172. <<else>>
  173. <<video "locations/shared/abduction/sex/slavewhorekneelmaster.mp4">>
  174. <p>The customer is a $heightType $pc.bodyType $raceType.</p>
  175. <p>Kneeling in front of him, you look up and see the $charType look in his eyes.</p>
  176. <p>You then look down and see his crotch directly in front of you. It's obvious that he has something $dick_girth in his pants.</p>
  177. <</if>>
  178. <<if $pc.pcs_vag == 0>>
  179. Your master speaks to the customer. "So this is her. You can be sure she's a virgin as her hymen is intact."
  180. <p>"I believe you. She's not the first virgin slut that you've delivered to me, is she?"</p>
  181. <p>"No, she definitely is not! How many has it been so far? Four, five?"</p>
  182. "In your establishment, I have paid for six virgins in total. This one is the seventh.
  183. <<if getvar("$pc.age") < 17>>
  184. "Good number. Good slut, too. She's only $pc.age years old, so her pussy will be especially tight."
  185. "That's how I like it."
  186. <<else>>
  187. "Good number. She's a good slut, too."
  188. "We shall see."
  189. <</if>>
  190. <<actCLA 'Sob and wait'>>
  191. <<gt 'abductionCustomer' 'abdCustomer-virgin1'>>
  192. <</actCLA>>
  193. <<else>>
  194. <<if getvar("$buyout") == 0>>
  195. He is clearly expecting you to start pleasuring him. You decide to:
  196. <<actCLA 'Show him your body'>>
  197. <<gt 'abductionCustomer' 'abdCustomer-show'>>
  198. <</actCLA>>
  199. <<actCLA 'Unzip his pants'>>
  200. <<gt 'abductionCustomer' 'abdCustomer-unzip'>>
  201. <</actCLA>>
  202. <</if>>
  203. <</if>>
  204. <</if>>
  205. <!-- !! Scene is too long and has two images playing at the same time. Can this be split into smaller chunks please?-->
  206. <<if $location_var[$here][0] == 'abdCustomer-buyout1'>>
  207. <<image "characters/pavlovsk/resident/leonid/leonid.jpg">>
  208. <p>As you look up at his face, a chill runs down your spine - you know him!</p>
  209. <p>You remember this man from one of the parent-school conferences. It's Dimka's dad, $bName!</p>
  210. <p>He recognizes you too. "Oh... what the? Who do we have here? Aren't you that missing girl, $pc.name_first $pc.name_last?</p>
  211. <p>With a trembling voice, only a few words leave your mouth. "Th... that's me mister $bSurname..."</p>
  212. "You do realize that the police have already given up searching for you. As if they made any effort though..."
  213. <p>"I-I don't even know how long I've been here. The only thing I remember is being a plaything for these perverts..."</p>
  214. There is a short period of silence, but despite the unexpected situation, you keep kneeling with your back straight and breasts jutting forward, as you have been trained to do.
  215. <<image "locations/shared/abduction/sex/slavewhorekneel2.jpg">>
  216. <p>The look on $bName's face then changes from surprised to something else.</p>
  217. <p>He approaches you and gently caresses your face. "Plaything, you say? And do you like it?"</p>
  218. Surprised by such a question, you consider how to reply:
  219. <<gs 'willpower' 'misc' 'self' 'hard'>>
  220. <<if $will_cost <= $pc.pcs_willpwr>>
  221. <<actCLA 'Admit you like to be dominated, but this is too much (will_cost Willpower)'>>
  222. <<gs 'willpower' 'misc' 'self' 'hard'>>
  223. <<gs 'willpower' 'pay' 'self'>>
  224. <<gt 'abductionCustomer' 'abdCustomer-buyout2'>>
  225. <</actCLA>>
  226. <<else>>
  227. <<actCLA `'Admit you like to be dominated, but this is too much ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  228. <</if>>
  229. <<actCLA 'Say you hate it'>>
  230. <<gt 'abductionCustomer' 'abdCustomer-buyout3'>>
  231. <</actCLA>>
  232. <</if>>
  233. <<if $location_var[$here][0] == 'abdCustomer-buyout2'>>
  234. <<video "locations/shared/abduction/sex/slavewhorekneelmaster.mp4">>
  235. <p>"What a nice submissive slut you have become. What would your mother say about this?"</p>
  236. "I''d rather you didn''t let her know how I ended up..." you meekly reply.
  237. "This establishment really gets the job done. I must commend the owner."
  238. He leaves the room and you can hear the echo of a discussion between him and your master.
  239. <p>After a while, $bName returns. "Let's go $pc.name_first." He grabs your leash and leads you outside the room into the hallway.</p>
  240. <p>"B-but... where are you taking me? I've never been in this part of the house before."</p>
  241. <p>"You still don't understand, do you slut? I own you now. I've just bought you and you are now my property. You are... my slave."</p>
  242. You're still naked and collared as he leads you outside to his car. You are forced to get into the trunk.
  243. <<actCLA 'Continue'>>
  244. <<gt 'abductionCustomer' 'abdCustomer-buyoutLeave'>>
  245. <</actCLA>>
  246. <</if>>
  247. <<if $location_var[$here][0] == 'abdCustomer-buyout3'>>
  248. <<video "locations/shared/abduction/sex/slavewhoreleonid1.mp4">>
  249. "In that case, let''s have some fun before we get straight to business."
  250. He slaps your face so hard that you lose your balance and fall face first onto the floor.
  251. <p>You are taken by surprise by the blow - you thought you were finally about to be saved from all of this.</p>
  252. <p>However, $bName seems to be as perverted as all the other men that have used you previously.</p>
  253. Stepping above you as you helplessly lie on the floor, he opens his zipper to pull out his dick.
  254. <p>You can clearly see his dick cm long $dick_girth dick swing above you in the air.</p>
  255. <<actCLA 'Suck on it'>>
  256. <<gt 'abductionCustomer' 'abdCustomer-suckTip'>>
  257. <</actCLA>>
  258. <<actCLA 'Do nothing' undefined `{willpower:['bj','resist']}`>>
  259. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  260. <</actCLA>>
  261. <</if>>
  262. <<if $location_var[$here][0] == 'abdCustomer-buyout4'>>
  263. <<image "locations/shared/abduction/sex/slavewhorefuckanalroughleonid2.jpg">>
  264. <p>You are left lying on the floor with $bName's cum still flowing out of your gaping asshole.</p>
  265. You can hear the echo of his and your master''s voices discussing something you can't make out.
  266. <p>A few minutes later, $bName comes back into the room. "I really like you $pc.name_first."</p>
  267. He grabs your leash and leads you outside the room into the hallway.
  268. <p>"B-but... where are you taking me? I've never been in this part of the house before."</p>
  269. <p>"You still don't understand, do you slut? I own you now. I've just bought you and you are now my property. You are... my slave."</p>
  270. You're still naked and collared as he leads you outside to his car. You are forced to get into the trunk.
  271. <<actCLA 'Continue'>>
  272. <<gt 'abductionCustomer' 'abdCustomer-buyoutLeave'>>
  273. <</actCLA>>
  274. <</if>>
  275. <<if $location_var[$here][0] == 'abdCustomer-buyoutLeave'>>
  276. <<image "locations/shared/abduction/garage.jpg">>
  277. Stuffed inside the trunk, you can only hear the sound of the engine and the pavement below as he drives you somewhere unknown.
  278. After an unknown amount of time, the engine shuts off, leaving only silence.
  279. <p>$bName opens the trunk. Your eyes blink to adjust to the dimly lit area, and you realize that you're in an underground parking garage.</p>
  280. You climb out, still naked and collared like a dog. It seems he doesn''t care about your feelings at all.
  281. He takes your leash and leads you on all fours up the stairs. You exit through the stairwell door into a room that appears to be an office.
  282. <<actCLA 'Continue'>>
  283. <<gt 'leonid' 'firstTime'>>
  284. <</actCLA>>
  285. <</if>>
  286. <<if $location_var[$here][0] == 'abdCustomer-virgin1'>>
  287. <<set $time.minutes += 10>>
  288. <<video "locations/shared/abduction/sex/slavewhorevirgin1.mp4">>
  289. Your master leaves, and your body starts to shiver.
  290. <p>"Don't worry slut. This will only hurt a lot!" the customer laughs. He is clearly enjoying himself.</p>
  291. You quickly back up into the far corner of the room in a futile attempt to get as far away from him as you can.
  292. He walks up to you and grabs you by the hair. He drags you as a pained, terrified scream emits from your throat to something that looks like a bench in the center of the room.
  293. He forcefully yanks your hair to make you climb onto the bench like structure. He punches you in the stomach, and you collapse. He then flips you over onto your back and binds your arms above your head with handcuffs. He follows with putting your legs into stirrups, with legcuffs to hold you in place. You realize that this gives him unlimited access to your virgin pussy.
  294. Your head is bound so that you have an unobstructed view on your own pussy. This is to ensure that you watch as he tears you apart.
  295. <<actCLA 'Continue'>>
  296. <<gt 'abductionCustomer' 'abdCustomer-virgin2'>>
  297. <</actCLA>>
  298. <</if>>
  299. <<if $location_var[$here][0] == 'abdCustomer-virgin2'>>
  300. <<set $time.minutes += 2>>
  301. <<set $pc.mood = 5>>
  302. <<video "locations/shared/abduction/sex/slavewhorevirgin2.mp4">>
  303. He starts to slowly undress, his back turned to you to enhance your terror. You hear a loud clink as his pants, holding a belt, hit the concrete floor. He slowly turns around to face you, and you can finally see his naked body. His cock sways for a moment before stopping in front of your face.
  304. <p>"With renewed terror, you start to cry at the sight of his dick cm thick $dick_girth cock."</p>
  305. <<actCLA 'Continue'>>
  306. <<gt 'abductionCustomer' 'abdCustomer-virgin3'>>
  307. <</actCLA>>
  308. <</if>>
  309. <<if $location_var[$here][0] == 'abdCustomer-virgin3'>>
  310. <<set $time.minutes += 10>>
  311. <<image "locations/shared/abduction/sex/slavewhorevirgin3.jpg">>
  312. He starts to jerk his cock while looking at your eyes, then to your bound and helpless nude body. The sight slowly makes his cock hard.
  313. You can tell he relishes looking at you in your despair.
  314. <<actCLA 'Continue'>>
  315. <<gt 'abductionCustomer' 'abdCustomer-virgin4'>>
  316. <</actCLA>>
  317. <</if>>
  318. <<if $location_var[$here][0] == 'abdCustomer-virgin4'>>
  319. <<image "locations/shared/abduction/sex/slavewhorevirgin4.jpg">>
  320. He finally reaches for you and brings the tip of his dick to the entrance of your virgin pussy.
  321. <p>He covers his $dick_girth member in a thick layer of lube and starts to slowly press against the opening of your pussy.</p>
  322. With his hands, he spreads your pussy lips apart to help ease the entry for his member.
  323. <p>"Now behold girl. You are about to become a woman!" he exclaims.</p>
  324. He pushes it in with a single long thrust that almost hits the bottom of your virgin cunt.
  325. Pain rips through your body, spreading like a fire as a trickle of blood runs down the shaft of his cock.
  326. <<set $pc.pcs_vag += 1>>
  327. <<run $pc.sexStatInc('vaginal','aware',1)>>
  328. <<run $pc.painInc('vaginal',20)>>
  329. <<arouse 'vaginal' 5 `['sub','maso','humiliation','rough','bound']`>>
  330. <<actCLA 'Cry'>>
  331. <<gt 'abductionCustomer' 'abdCustomer-virgin5'>>
  332. <</actCLA>>
  333. <</if>>
  334. <<if $location_var[$here][0] == 'abdCustomer-virgin5'>>
  335. <<video "locations/shared/abduction/sex/slavewhorevirgin5.mp4">>
  336. He pulls his cock back out and shows it to you, enjoying the expression you make seeing your blood coating it.
  337. He then slams his cock back into you. The pain you feel is renewed while he grunts in pleasure.
  338. <p>He feels accomplishment in his handiwork and sneers at you as he brutally thrusts into your pussy over and over again. He often hits your cervix with his dick cm long thick $dick_girth dick.</p>
  339. <<run $pc.painInc('vaginal',10)>>
  340. <<run $pc.painInc('cervix',10)>>
  341. <<run $pc.painInc('tummy',10)>>
  342. <<arouse 'vaginal' 30 `['sub','maso','humiliation','rough','bound']`>>
  343. <<actCLA 'Cry'>>
  344. <<gt 'abductionCustomer' 'abdCustomer-virgin6'>>
  345. <</actCLA>>
  346. <</if>>
  347. <<if $location_var[$here][0] == 'abdCustomer-virgin6'>>
  348. <<set $time.minutes += 5>>
  349. <<video "locations/shared/abduction/sex/slavewhorevirgin6.mp4">>
  350. <p>"And now you will receive your first load of cum, whore. You will become the breeder you were always supposed to be!"</p>
  351. <p>As renewed tears stream down your cheeks, he spurts his $cumType amount of sperm dick cm deep inside your pussy. You can feel it hit your cervix, and you shudder at the thought of getting pregnant from this monster.</p>
  352. <<set $cumnostd = 1>>
  353. <<gs 'cum_call' 'pussy' 'deflowering pervert'>>
  354. <<actCLA 'Cry more'>>
  355. <<gt 'abductionCustomer' 'abdCustomer-virgin7'>>
  356. <</actCLA>>
  357. <</if>>
  358. <<if $location_var[$here][0] == 'abdCustomer-virgin7'>>
  359. <<image "locations/shared/abduction/sex/slavewhorevirgin7.jpg">>
  360. He rests with his dick deep inside you for a while. He is enjoying the sight of your cries and the despair of your situation.
  361. <p>"As his $dick_girth member becomes flaccid, it slides free of your abused pussy. He reaches out of sight and brings into view a dildo that looks almost exactly like his own dick. You think that it has probably been modeled from it."</p>
  362. "The cum that I just gave you is not meant to just drip out of you. You will receive another gift from me, one that will keep my present inside you."
  363. He proceeds to lift your ass in the air so the cum doesn''t flow out, then brutally shoves the dildo all the way inside you. The dildo is pushed so deep into you that only its brightly coloured base peeks out of your abused hole.
  364. He then takes some pieces of duct tape and wraps them over your pussy to cover your lips and keep the dildo firmly stuck inside.
  365. He uncuffs you from the bench, but pulls your arms behind your back. This is probably to keep you from removing his ''gift''.
  366. <p>"Now run along and enjoy my gifts even more, slut!" he laughs before leaving.</p>
  367. <<run $pc.painInc('vaginal',10)>>
  368. <<run $pc.painInc('cervix',10)>>
  369. <<run $pc.painInc('belly',20)>>
  370. <<arouse 'vaginal_dildo' 10 `['sub','maso','humiliation','rough','bound']`>>
  371. <<actCLA 'Struggle to remove the dildo'>>
  372. <<gt 'abductionCustomer' 'abdCustomer-virgin8'>>
  373. <</actCLA>>
  374. <</if>>
  375. <<if $location_var[$here][0] == 'abdCustomer-virgin8'>>
  376. <<set $time.minutes += 10>>
  377. <<image "locations/shared/abduction/sex/slavewhorevirgin8.jpg">>
  378. <p>Your master comes in and finds you struggling on the ground. You are trying to shake the $dick_girth dildo out of you.</p>
  379. "Stop it girl. You'll just make it worse."
  380. He grabs your leash and leads you back down to your cell.
  381. <p>As you follow your master, the plugged $dick_girth dildo moves inside you, causing you further unpleasant sensations and pain.</p>
  382. Finally, you are back at your bed.
  383. <<actCLA 'Lie down'>>
  384. <<gt 'abductionCustomer' 'abdCustomer-virgin9'>>
  385. <</actCLA>>
  386. <</if>>
  387. <<if $location_var[$here][0] == 'abdCustomer-virgin9'>>
  388. <<set $time.minutes += 480>>
  389. <<set $pc.pcs_sleep += 70>>
  390. <<image "locations/shared/abduction/sex/slavewhorevirgin9.jpg">>
  391. Your hands still bound, you are thrown on your bed and are once again chained to the wall.
  392. <p>Your master leaves and you are left lying on the bed, your pussy still plugged by the dick cm long $dick_girth dildo.</p>
  393. <<actCLA 'Try to rest'>>
  394. <<gt 'abductionCustomer' 'abdCustomer-virgin10'>>
  395. <</actCLA>>
  396. <</if>>
  397. <<if $location_var[$here][0] == 'abdCustomer-virgin10'>>
  398. <<set $time.minutes += 15>>
  399. <<set $pc.mood = 5>>
  400. <<video "locations/shared/abduction/sex/slavewhorevirgin10.mp4">>
  401. The sound of your master coming downstairs wakes you up. You must have fallen asleep from the exhaustion.
  402. "Kneel and get that ass in the air, slut."
  403. You're so desperate that you don't even think about not doing what he orders you. You just stick your ass as high as possible.
  404. It points so he has good access to both your ass and your ruthlessly plugged, deflowered pussy.
  405. Your master kneels down to remove the duct tape with a single pull. You yelp in pain from the tiny pubic hairs that get ripped out with the tape. He puts his fingers inside you to grab the stuck dildo.
  406. He slowly removes it. Remnants of your blood and the customer''s sperm are smeared all over it.
  407. Your now empty pussy gives you a rush of relief as the cool air flows in to fill the void.
  408. Your master unties you and adjusts your chain. As he leaves, he stops and grins at you. "Be glad that you can only be deflowered once, you silly girl."
  409. <<actCLA 'Continue'>>
  410. <<gt 'abduction' 'abdRoom'>>
  411. <</actCLA>>
  412. <</if>>
  413. <<if $location_var[$here][0] == 'abdCustomer-unzip'>>
  414. <<set $time.minutes += 2>>
  415. You reach towards his crotch and slowly start to unzip his trousers.
  416. <p>Pressing your face underneath his crotch, you pull down his pants and a $dick_girth member falls out. It lands directly on your face with a loud slap.</p>
  417. <<if getvar("$dick") > 15 and getvar("$dick") < 25>>
  418. <<video "locations/shared/abduction/sex/unzip1.mp4">>
  419. <p>You admire his $dick_girth cock.</p>
  420. <<elseif getvar("$dick") >= 25>>
  421. <<video "locations/shared/abduction/sex/unzip2.mp4">>
  422. <p>You stare at his $dick_girth cock in horror. You imagine what terrible things it will do to your tender body.</p>
  423. <<elseif getvar("$dick") < 15 and $pc.pcs_throat > $dick>>
  424. <<video "locations/shared/abduction/sex/unzip3.mp4">>
  425. <p>You look at his $dick_girth cock in relief, thinking that it's nothing you can't handle.</p>
  426. <</if>>
  427. <<if $pc.pcs_throat < $dick>>
  428. <p>It's obvious that his $dick_girth dick is above your skill level and you know you can't safely swallow it whole.</p>
  429. <<actCLA 'Suck the tip'>>
  430. <<gt 'abductionCustomer' 'abdCustomer-suckTip'>>
  431. <</actCLA>>
  432. <<actCLA 'Force yourself on his cock' undefined `{willpower:['bj','self']}`>>
  433. <<gt 'abductionCustomer' 'abdCustomer-suckForceself'>>
  434. <</actCLA>>
  435. <<else>>
  436. <p>Even though his dick is $dick_girth, you know you could take it all the way to the base.</p>
  437. <<actCLA 'Suck the tip'>>
  438. <<gt 'abductionCustomer' 'abdCustomer-suckTip'>>
  439. <</actCLA>>
  440. <<actCLA 'Deepthroat his cock' undefined `{willpower:['bj','self']}`>>
  441. <<gt 'abductionCustomer' 'abdCustomer-suckDeep'>>
  442. <</actCLA>>
  443. <</if>>
  444. <</if>>
  445. <<if $location_var[$here][0] == 'abdCustomer-show'>>
  446. <<set $time.minutes += 10>>
  447. <<set $i = rand(1,5)>>
  448. <<video "locations/shared/abduction/sex/slavewhoretease<<i>>.mp4">>
  449. You decide to tease the customer by jiggling and squeezing your breasts.
  450. After a few minutes, it's obvious that he wants something more.
  451. <<actCLA 'Continue'>>
  452. <<gt 'abductionCustomer' 'abdCustomer-unzip'>>
  453. <</actCLA>>
  454. <</if>>
  455. <<if $location_var[$here][0] == 'abdCustomer-suckTip'>>
  456. <<arouse 'bj' 15 `['sub']`>>
  457. <<set $i = rand(1,5)>>
  458. <<video "locations/shared/abduction/sex/slavewhoreblowjobtip<<i>>.mp4">>
  459. <p>You try your best to suck the head of his dick cm sized $dick_girth dick.</p>
  460. <<if $pc.pcs_throat < $dick>>
  461. <p>It's obvious that his $dick_girth dick is above your skill level and you know you can't safely swallow it whole.</p>
  462. <<else>>
  463. <p>Even though his dick is $dick_girth, you know you could take it all the way to the base.</p>
  464. <</if>>
  465. <<if $charType == 'sadistic'>>
  466. <<if getvar("$buyout") == 1>>
  467. <p>$bName is starting to get annoyed. He's obviously not happy that all you can do is suck the tip of his cock.</p>
  468. <<else>>
  469. Your customer is starting to get annoyed. He's obviously not happy that all you can do is suck the tip of his cock.
  470. <</if>>
  471. <p>Suddenly, without any warning, he takes a step back, which pulls his $dick_girth member out of your mouth.</p>
  472. With an angry look in his eyes, he slaps your face very hard, which knocks you to the cold floor. He then jumps on top of you and ties you up with some rope.
  473. <p>"Even here, one must train the slaves himself!" he shouts at you. He forces his $dick_girth dick all the way down your throat.</p>
  474. With your hands tied, you're unable to resist. All you can do is struggle to avoid suffocating as best you can.
  475. <<actCLA 'Endure'>>
  476. <<gt 'abductionCustomer' 'abdCustomer-suckForced'>>
  477. <</actCLA>>
  478. <<elseif $charType == 'neutral'>>
  479. Your customer seems displeased by your performance. You're starting to worry about what he'll do if you don't satisfy him well enough...
  480. <<set $forceChance = rand(1, 100)>>
  481. <<if getvar("$forceChance") <= 70>>
  482. <<actCLA 'Continue sucking the tip'>>
  483. <<gt 'abductionCustomer' 'abdCustomer-suckForced'>>
  484. <</actCLA>>
  485. <<else>>
  486. <<actCLA 'Continue sucking the tip'>>
  487. <<gt 'abductionCustomer' 'abdCustomer-fuck'>>
  488. <</actCLA>>
  489. <</if>>
  490. <<if $pc.pcs_throat < $dick>>
  491. <<actCLA 'Force yourself on his cock' undefined `{willpower:['bj','self']}`>>
  492. <<gt 'abductionCustomer' 'abdCustomer-suckForceself'>>
  493. <</actCLA>>
  494. <<else>>
  495. <<actCLA 'Deepthroat his cock' undefined `{willpower:['bj','self']}`>>
  496. <<gt 'abductionCustomer' 'abdCustomer-suckDeep'>>
  497. <</actCLA>>
  498. <</if>>
  499. <<elseif $charType == 'kind'>>
  500. <p>Your customer seems pleased with your skill, so you continue to tease the tip of his $dick_girth cock. You look at him with as much sensual abandon as you can muster under the present conditions.</p>
  501. <<actCLA 'Continue sucking the tip'>>
  502. <<gt 'abductionCustomer' 'abdCustomer-fuck'>>
  503. <</actCLA>>
  504. <</if>>
  505. <</if>>
  506. <<if $location_var[$here][0] == 'abdCustomer-suckForceself'>>
  507. <<set $pc.pcs_throat += 1>>
  508. <<run $pc.painInc('throat',$throatDMG)>>
  509. <<set $i = rand(1,3)>>
  510. <<video "locations/shared/abduction/sex/slavewhoreblowjobselfforced<<i>>.mp4">>
  511. Despite knowing you will probably hurt yourself, you force yourself on his <<dick>> cm long cock all the way down to the base.
  512. You start gagging, and saliva freely flows from your stuffed mouth. Your customer seems more content now.
  513. <<arouse 'bj' 15 `['sub','rough','deepthroat']`>>
  514. <<actCLA 'Continue'>>
  515. <<gt 'abductionCustomer' 'abdCustomer-fuck'>>
  516. <</actCLA>>
  517. <</if>>
  518. <<if $location_var[$here][0] == 'abdCustomer-suckForced'>>
  519. <<run $pc.painInc('throat',$throatDMG * 2)>>
  520. <<set $pc.pcs_throat += 2>>
  521. <<arouse 'bj' 15 `['sub','rough','deepthroat','humiliation']`>>
  522. <<set $endPunishment = 1>>
  523. <<set $i = rand(1,6)>>
  524. <<video "locations/shared/abduction/sex/slavewhoreblowjobforced<<i>>.mp4">>
  525. <<if getvar("$buyout") == 1>>
  526. <p>$bName growls and suddenly pulls his cock out of your mouth.</p>
  527. <<else>>
  528. Your customer growls and suddenly pulls his cock out of your mouth.
  529. <</if>>
  530. <p>"What kind of slave are you when you can't swallow my dick?"</p>
  531. He ties you up and forces his cock down your throat. He shows little to no concern for your wellbeing.
  532. You start to gag as he keeps pushing his member deep inside you, leaving you on the brink of passing out.
  533. <<set $vagOrAss = rand(0,1)>>
  534. <<if getvar("$buyout") == 1>>
  535. <<actCLA 'Continue'>>
  536. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  537. <</actCLA>>
  538. <<else>>
  539. <<if getvar("$vagOrAss") == 0>>
  540. <<actCLA 'Continue'>>
  541. <<gt 'abductionCustomer' 'abdCustomer-fuckRough'>>
  542. <</actCLA>>
  543. <<else>>
  544. <<actCLA 'Continue'>>
  545. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  546. <</actCLA>>
  547. <</if>>
  548. <</if>>
  549. <</if>>
  550. <<if $location_var[$here][0] == 'abdCustomer-suckDeep'>>
  551. <<set $pc.pcs_throat += 1>>
  552. <<arouse 'bj' 15 `['sub','deepthroat']`>>
  553. <<set $i = rand(1,6)>>
  554. <<video "locations/shared/abduction/sex/slavewhoreblowjob<<i>>.mp4">>
  555. <p>You swallow his $dick_girth cock all the way down to his balls.</p>
  556. <<actCLA 'Continue'>>
  557. <<gt 'abductionCustomer' 'abdCustomer-fuck'>>
  558. <</actCLA>>
  559. <</if>>
  560. <<if $location_var[$here][0] == 'abdCustomer-fuck'>>
  561. <<set $time.minutes += 2>>
  562. <<set $pc.pcs_throat += 1>>
  563. <<set $endPunishment = 0>>
  564. <<image "locations/shared/abduction/sex/slavewhorecockremoved.jpg">>
  565. <p>It seems the customer is done with fucking your mouth as he removes his dick and steps back. He looks at you with a $charType appetite in his eyes.</p>
  566. <<if $charType == 'sadistic'>>
  567. <p>"What should I do to you next, bitch?"</p>
  568. <<else>>
  569. <p>"So how do you want it next, slut?"</p>
  570. <</if>>
  571. You're not entirely sure if he means that as a rhetorical question or not.
  572. <<if $charType == 'sadistic'>>
  573. You want to answer him, but the moment you open your mouth to talk he slaps your face very hard. This knocks you to the cold floor and tears erupt from your eyes in response.
  574. <p>"You thought I was actually interested in your opinion...<i>slave</i>?" he questions, laughing. "A bitch like you has no right to an opinion!"</p>
  575. You're unable to do anything except whimper like a small child. He ties you up, and you know that it's going to get even worse now.
  576. <<set $vagOrAss = rand(0,1)>>
  577. <<if getvar("$vagOrAss") == 0>>
  578. <<actCLA 'Continue'>>
  579. <<gt 'abductionCustomer' 'abdCustomer-fuckRough'>>
  580. <</actCLA>>
  581. <<else>>
  582. <<actCLA 'Continue'>>
  583. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  584. <</actCLA>>
  585. <</if>>
  586. <<else>>
  587. You decide to:
  588. <<actCLA 'Be quiet'>>
  589. <<gt 'abductionCustomer' 'abdCustomer-decide'>>
  590. <</actCLA>>
  591. <<actCLA 'Beg him to be kind' undefined `{willpower:['sex','self']}`>>
  592. <<gt 'abductionCustomer' 'abdCustomer-beg'>>
  593. <</actCLA>>
  594. <</if>>
  595. <</if>>
  596. <<if $location_var[$here][0] == 'abdCustomer-decide'>>
  597. <<set $time.minutes += 2>>
  598. <!-- !!sexRand = rand(1, 2) I believe this isn''t used anywhere so I commented it out.-->
  599. <<set $vagOrAss = rand (0, 1)>>
  600. <<if getvar("$vagOrAss") == 1>>
  601. <<if $charType == 'sadistic'>>
  602. <p>"I'll fuck your cunt raw, bitch!"</p>
  603. <<actCLA 'Continue'>>
  604. <<gt 'abductionCustomer' 'abdCustomer-fuckRough'>>
  605. <</actCLA>>
  606. <<else>>
  607. <p>"Let's take your tender pussy!"</p>
  608. <<actCLA 'Continue'>>
  609. <<gt 'abductionCustomer' 'abdCustomer-fuckNormal'>>
  610. <</actCLA>>
  611. <</if>>
  612. <<else>>
  613. <<if $charType == 'sadistic'>>
  614. <p>"I'll fuck you deep in your ass, bitch!"</p>
  615. <<actCLA 'Continue'>>
  616. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  617. <</actCLA>>
  618. <<else>>
  619. "I want to see how tight your ass is."
  620. <<actCLA 'Continue'>>
  621. <<gt 'abductionCustomer' 'abdCustomer-fuckAnal'>>
  622. <</actCLA>>
  623. <</if>>
  624. <</if>>
  625. <</if>>
  626. <<if $location_var[$here][0] == 'abdCustomer-beg'>>
  627. <<set $vagOrAss = rand (1, 2)>>
  628. <<set $time.minutes += 2>>
  629. <<image "locations/shared/abduction/sex/slavewhorebeg1.jpg">>
  630. <p>Please be gentle to me, sir! I'm so sore... Please!</p>
  631. <<if getvar("$dick") >= 15>>
  632. <p>"I'm scared of your dick, sir!"</p>
  633. <</if>>
  634. <<set $bekindChance = rand(1, 100)>>
  635. <<set $endPunishment = 0>>
  636. <<if $charType == 'neutral' or $charType == 'kind'>>
  637. "Alright girl, you're lucky that I'm feeling generous today."
  638. <<if getvar("$vagOrAss") == 1>>
  639. <<actCLA 'Continue'>>
  640. <<gt 'abductionCustomer' 'abdCustomer-fuckNormal'>>
  641. <</actCLA>>
  642. <<elseif getvar("$vagOrAss") == 2>>
  643. <<actCLA 'Continue'>>
  644. <<gt 'abductionCustomer' 'abdCustomer-fuckAnal'>>
  645. <</actCLA>>
  646. <</if>>
  647. <<else>>
  648. <<set $endPunishment = 1>>
  649. <p>"A slave has no right to ask what will happen to it!"</p>
  650. <<set $hardChance = rand(1, 100)>>
  651. <p>"I'll fuck you however I want, so shut up bitch!"</p>
  652. <<if getvar("$hardChance") <= 50>>
  653. <<if getvar("$vagOrAss") == 0>>
  654. <<actCLA 'Continue'>>
  655. <<gt 'abductionCustomer' 'abdCustomer-fuckRough'>>
  656. <</actCLA>>
  657. <<else>>
  658. <<actCLA 'Continue'>>
  659. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalRough'>>
  660. <</actCLA>>
  661. <</if>>
  662. <<else>>
  663. <<if getvar("$vagOrAss") == 0>>
  664. <<actCLA 'Continue'>>
  665. <<gt 'abductionCustomer' 'abdCustomer-fuckNormal'>>
  666. <</actCLA>>
  667. <<else>>
  668. <<actCLA 'Continue'>>
  669. <<gt 'abductionCustomer' 'abdCustomer-fuckAnal'>>
  670. <</actCLA>>
  671. <</if>>
  672. <</if>>
  673. <</if>>
  674. <</if>>
  675. <<if $location_var[$here][0] == 'abdCustomer-fuckAnal'>>
  676. <<set $pc.pcs_ass += 1>>
  677. <<set $i = rand(1,5)>>
  678. <<video "locations/shared/abduction/sex/slavewhorefuckanal<<i>>.mp4">>
  679. <p>The customer puts some lubricant on his $dick_girth cock and penetrates your ass.</p>
  680. He doesn''t care much about your feelings, but he's also not exactly hurting you on purpose.
  681. <<if $dick > $pc.pcs_ass>>
  682. <<run $pc.painInc('asshole',$assDMG)>>
  683. <<run $pc.painInc('tummy',$assDMG)>>
  684. <<arouse 'anal' 30 `['sub','rough']`>>
  685. <<actCLA 'Continue'>>
  686. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalDeep'>>
  687. <</actCLA>>
  688. <<else>>
  689. <p>You have no problems accommodating his $dick_girth member.</p>
  690. <<arouse 'anal' 30 `['sub']`>>
  691. <<actCLA 'Continue'>>
  692. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  693. <</actCLA>>
  694. <</if>>
  695. <</if>>
  696. <<if $location_var[$here][0] == 'abdCustomer-fuckAnalRough'>>
  697. <<set $pc.pcs_ass += 2>>
  698. <<arouse 'anal' 30 `['sub','rough','bound']`>>
  699. <<set $i = rand(1,5)>>
  700. <<video "locations/shared/abduction/sex/slavewhorefuckanalrough<<i>>.mp4">>
  701. <<if getvar("$buyout") == 1>>
  702. <<image "locations/shared/abduction/sex/slavewhorefuckanalroughleonid1.jpg">>
  703. <p>$bName takes you by your leash and positions your body as if it's just meat to be used.</p>
  704. <<else>>
  705. The man takes you by your leash and positions your body as if it's just meat to be used.
  706. <</if>>
  707. What comes next is an excruciatingly rough ass fucking that clearly shows he has no regard for all the pain you have to endure.
  708. <<if getvar("$assDMG") <= 0>>
  709. <p>Fortunately, his $dick_girth dick is not enough to cause you much pain. No more than usual, anyway.</p>
  710. <<if getvar("$buyout") == 1>>
  711. <<actCLA 'Be silent'>>
  712. <<gt 'abductionCustomer' 'abdCustomer-cumAss'>>
  713. <</actCLA>>
  714. <<else>>
  715. <<if $charType == 'sadistic'>>
  716. <<actCLA 'Be silent'>>
  717. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  718. <</actCLA>>
  719. <<else>>
  720. <<actCLA 'Continue'>>
  721. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  722. <</actCLA>>
  723. <</if>>
  724. <</if>>
  725. <<elseif getvar("$assDMG") <= 2>>
  726. <p>His $dick_girth dick is too big for you and you suffer a lot of stretching pain as it slams against your intestinal walls.</p>
  727. <<run $pc.painInc('asshole',$assDMG)>>
  728. <<actCLA 'Continue'>>
  729. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalDeep'>>
  730. <</actCLA>>
  731. <<else>>
  732. <p>His $dick_girth dick is insanely big for you.</p>
  733. The tip of his cock repeatedly hits your intestinal walls and stretches your anus wide.
  734. <<run $pc.painInc('asshole',$assDMG)>>
  735. <<run $pc.painInc('tummy',$assDMG)>>
  736. <<actCLA 'Continue'>>
  737. <<gt 'abductionCustomer' 'abdCustomer-fuckAnalDeep'>>
  738. <</actCLA>>
  739. <</if>>
  740. <</if>>
  741. <<if $location_var[$here][0] == 'abdCustomer-fuckAnalDeep'>>
  742. <<set $time.minutes += 15>>
  743. <<set $pc.pcs_ass += 1>>
  744. <<set $i = rand(1, 1)>>
  745. <<video "locations/shared/abduction/sex/slavewhorefuckanaldeep<<i>>.mp4">>
  746. <p>His member is $dick_girth and your ass is unable to accommodate it.</p>
  747. <<if $charType == 'sadistic'>>
  748. He doesn''t care, even though he's obviously aware, and fucks you furiously hard.
  749. <p>"How do like my $dick_girth cock inside you bitch? Is it deep enough for you, or should I push a bit more?"</p>
  750. He's obviously enjoying this a lot.
  751. <</if>>
  752. With every thrust of his dick deep inside your intestines, you feel as if it's your very stomach being poked by it.
  753. <<if getvar("$buyout") == 1>>
  754. <p>After about a half an hour of deep anal banging, $bName is about to cum.</p>
  755. <<else>>
  756. After about a half an hour of deep anal banging, the man is about to cum.
  757. <</if>>
  758. <<if (getvar("$endPunishment") == 1 or $charType == 'sadistic') and getvar("$buyout") == 0>>
  759. <p>"I'm going to feed you my cum now, you unruly anal slut!"</p>
  760. <<actCLA 'Be silent'>>
  761. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  762. <</actCLA>>
  763. <<elseif getvar("$buyout") == 1>>
  764. <<actCLA 'Be silent'>>
  765. <<gt 'abductionCustomer' 'abdCustomer-cumAss'>>
  766. <</actCLA>>
  767. <<else>>
  768. <<actCLA 'Be silent'>>
  769. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  770. <</actCLA>>
  771. <</if>>
  772. <</if>>
  773. <<if $location_var[$here][0] == 'abdCustomer-fuckNormal'>>
  774. <<set $pc.pcs_vag += 1>>
  775. <<set $i = rand(1,5)>>
  776. <<video "locations/shared/abduction/sex/slavewhorefucknormal<<i>>.mp4">>
  777. The customer penetrates your pussy and fucks you.
  778. <<if getvar("$vagDMG") <= 0>>
  779. He's not gentle, but it isn''t very rough either.
  780. <p>You have no problems accommodating his $dick_girth dick. You almost seem to enjoy it.</p>
  781. <<arouse 'vaginal' 30 `['sub']`>>
  782. <<actCLA 'Be silent'>>
  783. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  784. <</actCLA>>
  785. <<elseif getvar("$vagDMG") <= 2>>
  786. <p>His $dick_girth dick is too big for you, and you suffer a lot of stretching pain as it slams against your vaginal walls.</p>
  787. <<run $pc.painInc('vaginal',$vagDMG)>>
  788. <<arouse 'vaginal' 30 `['sub','rough']`>>
  789. <<actCLA 'Continue'>>
  790. <<gt 'abductionCustomer' 'abdCustomer-fuckDeep'>>
  791. <</actCLA>>
  792. <<else>>
  793. <p>His $dick_girth dick is insanely big for you.</p>
  794. <p>The tip of his cock even penetrates your cervix, or at least it seems like it to you. The pain is almost unbearable!</p>
  795. <<run $pc.painInc('vaginal',$vagDMG)>>
  796. <<run $pc.painInc('cervix',$vagDMG)>>
  797. <<arouse 'vaginal' 30 `['sub','rough']`>>
  798. <<actCLA 'Continue'>>
  799. <<gt 'abductionCustomer' 'abdCustomer-fuckDeep'>>
  800. <</actCLA>>
  801. <</if>>
  802. <</if>>
  803. <<if $location_var[$here][0] == 'abdCustomer-fuckRough'>>
  804. <<set $pc.pcs_vag += 2>>
  805. <<set $i = rand(1,5)>>
  806. <<video "locations/shared/abduction/sex/slavewhorefuckrough<<i>>.mp4">>
  807. The man takes you by your leash and positions your body as if it's just meat to be used.
  808. What comes next is an excruciatingly rough fuck that clearly shows he has no regard for all the pain you have to endure.
  809. <<if getvar("$vagDMG") <= 0>>
  810. <p>Fortunately, his $dick_girth dick is not enough to cause you much pain. No more than usual, anyway.</p>
  811. <<arouse 'vaginal' 30 `['sub','bound']`>>
  812. <<if $charType == 'sadistic'>>
  813. <<actCLA 'Be silent'>>
  814. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  815. <</actCLA>>
  816. <<else>>
  817. <<actCLA 'Be silent'>>
  818. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  819. <</actCLA>>
  820. <</if>>
  821. <<elseif getvar("$vagDMG") <= 2>>
  822. <p>His $dick_girth dick is too big for you, and you suffer a lot of stretching pain as it slams against your vaginal walls.</p>
  823. <<run $pc.painInc('vaginal',$vagDMG)>>
  824. <<arouse 'vaginal' 30 `['sub','bound','rough']`>>
  825. <<actCLA 'Continue'>>
  826. <<gt 'abductionCustomer' 'abdCustomer-fuckDeep'>>
  827. <</actCLA>>
  828. <<else>>
  829. <p>His $dick_girth dick is insanely big for you.</p>
  830. <p>The tip of his cock even penetrates your cervix, or at least it seems like it to you. The pain is almost unbearable!</p>
  831. He notices this too, realizing it's why you're groaning so loudly. Enjoying your suffering, he pushes his dick even deeper inside, and you squeal like a pig.
  832. <<run $pc.painInc('vaginal',$vagDMG * 2)>>
  833. <<run $pc.painInc('cervix',$vagDMG * 2)>>
  834. <<arouse 'vaginal' 30 `['sub','bound','rough']`>>
  835. <<actCLA 'Continue'>>
  836. <<gt 'abductionCustomer' 'abdCustomer-fuckDeep'>>
  837. <</actCLA>>
  838. <</if>>
  839. <</if>>
  840. <<if $location_var[$here][0] == 'abdCustomer-fuckDeep'>>
  841. <<set $time.minutes += 15>>
  842. <<set $pc.pcs_ass += 1>>
  843. <<set $i = rand(1, 5)>>
  844. <<video "locations/shared/abduction/sex/slavewhorefuckdeep<<i>>.mp4">>
  845. <p>His member is $dick_girth and your vagina is unable to accommodate it.</p>
  846. <<if $charType == 'sadistic'>>
  847. He doesn''t care about that, even though he is obviously aware of it, and fucks you furiously hard.
  848. <p>"How do like my $dick_girth cock inside you bitch? Is it deep enough for you, or should I push a bit more? Do you feel me entering your cervix?"</p>
  849. He's obviously enjoying this a lot.
  850. <</if>>
  851. With every thrust of his dick deep inside your vagina, you feel as if it's your very cervix being penetrated.
  852. After about half an hour of deep vaginal banging, the man is about to cum.
  853. <<if getvar("$endPunishment") == 1 or $charType == 'sadistic'>>
  854. <p>"I'm going to feed you my cum now, you unruly fuck slave!"</p>
  855. <<actCLA 'Be silent'>>
  856. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  857. <</actCLA>>
  858. <<else>>
  859. <<actCLA 'Be silent'>>
  860. <<gt 'abductionCustomer' 'abdCustomer-cumGate'>>
  861. <</actCLA>>
  862. <</if>>
  863. <</if>>
  864. <<if $location_var[$here][0] == 'abdCustomer-cumGate'>>
  865. <<if getvar("$endPunishment") == 1>>
  866. <p>"I'm going to feed you my cum now, you unruly slave!"</p>
  867. <<actCLA 'Be silent'>>
  868. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  869. <</actCLA>>
  870. <<elseif getvar("$buyout") == 1>>
  871. <p>"You're going to be filled with my seed for the first time, so be sure to cherish the memory of this moment!"</p>
  872. <<actCLA 'Be silent'>>
  873. <<gt 'abductionCustomer' 'abdCustomer-cumAss'>>
  874. <</actCLA>>
  875. <<else>>
  876. <p>"So where do you want it, bitch?"</p>
  877. <<actCLA 'Be silent'>>
  878. <<gt 'abductionCustomer' 'abdCustomer-cum'>>
  879. <</actCLA>>
  880. <<actCLA 'On your face'>>
  881. <<gt 'abductionCustomer' 'abdCustomer-cumFace'>>
  882. <</actCLA>>
  883. <<actCLA 'Inside your pussy' undefined `{willpower:['cum_inside','self']}`>>
  884. <<gt 'abductionCustomer' 'abdCustomer-cumPussy'>>
  885. <</actCLA>>
  886. <<actCLA 'Inside your ass' undefined `{willpower:['cum_inside_anal','self']}`>>
  887. <<gt 'abductionCustomer' 'abdCustomer-cumAss'>>
  888. <</actCLA>>
  889. <<actCLA 'In your mouth' undefined `{willpower:['swallow','self']}`>>
  890. <<gt 'abductionCustomer' 'abdCustomer-cumMouth'>>
  891. <</actCLA>>
  892. <</if>>
  893. <</if>>
  894. <<if $location_var[$here][0] == 'abdCustomer-cum'>>
  895. <<set $cumRand = rand(1,100)>>
  896. <<if getvar("$cumRand") > 75 and getvar("$cumRand") <= 100>>
  897. He decides to cum inside your pussy.
  898. <<actCLA 'Endure it'>>
  899. <<gt 'abductionCustomer' 'abdCustomer-cumPussy'>>
  900. <</actCLA>>
  901. <<elseif getvar("$cumRand") > 50 and getvar("$cumRand") <= 75>>
  902. He decides to cum inside your ass.
  903. <<actCLA 'Endure it'>>
  904. <<gt 'abductionCustomer' 'abdCustomer-cumAss'>>
  905. <</actCLA>>
  906. <<elseif getvar("$cumRand") > 25 and getvar("$cumRand") <= 50>>
  907. He decides to cum in your mouth.
  908. <<actCLA 'Endure it'>>
  909. <<gt 'abductionCustomer' 'abdCustomer-cumMouth'>>
  910. <</actCLA>>
  911. <<else>>
  912. He decides to cum on your face.
  913. <<actCLA 'Endure it'>>
  914. <<gt 'abductionCustomer' 'abdCustomer-cumFace'>>
  915. <</actCLA>>
  916. <</if>>
  917. <</if>>
  918. <<if $location_var[$here][0] == 'abdCustomer-cumPussy'>>
  919. <<set $i = rand(1,5)>>
  920. <<video "locations/shared/abduction/sex/slavewhorecumpussy<<i>>.mp4">>
  921. <<if getvar("$vagDMG") > 0>>
  922. <p>As he pumps his cum into your vagina, you feel the tip of his $dick_girth cock at your cervix and even inside it.</p>
  923. His cum penetrates through the cervix directly into your womb, which causes a warm, yet painful sensation to flow through you.
  924. <<run $pc.painInc('cervix',$vagDMG)>>
  925. <</if>>
  926. <<if getvar("$cumVol") == 3>>
  927. <p>With his $dick_girth dick buried inside your pussy, the customer pumps his cum inside you.</p>
  928. When he pulls out, some of it drips out of you.
  929. <<elseif getvar("$cumVol") == 4>>
  930. <p>With his $dick_girth dick buried deep inside your pussy, his tip touches your cervix as he pumps your pussy full of his cum.</p>
  931. As he pulls his cock out, a large amount of the cum forcefully squirts out of you.
  932. <<elseif getvar("$cumVol") >= 5>>
  933. <p>With his $dick_girth dick buried very deep inside your pussy, his tip pushes against your cervix and even slides inside a little.</p>
  934. As he pumps his cum inside you, a lot of it shoots directly into your womb. It feels painful, but the warm sensation is nothing like what you've felt before.
  935. When he pulls his cock out, his cum squirts out of your pussy.
  936. <<run $pc.painInc('cervix',20)>>
  937. <<run $pc.painInc('tummy',40)>>
  938. <<else>>
  939. The customer cums inside you. When he pulls his cock out, his cum slowly drips out of your pussy.
  940. <</if>>
  941. <<set $pc.pcs_vag += 1>>
  942. <<run $pc.sexStatInc('vaginal','aware',1)>>
  943. <<set $cumnostd = 1>>
  944. <<gs 'cum_call' 'pussy' 'customer' $svol '' $spot>>
  945. <<actCLA 'Continue'>>
  946. <<gt 'abductionCustomer' 'abdCustomer-end'>>
  947. <</actCLA>>
  948. <</if>>
  949. <<if $location_var[$here][0] == 'abdCustomer-cumAss'>>
  950. <<set $i = rand(1,5)>>
  951. <<video "locations/shared/abduction/sex/slavewhorecumass<<i>>.mp4">>
  952. <<if getvar("$assDMG") > 0>>
  953. <p>You can feel his $dick_girth cock slamming against your intestinal wall as he cums inside your ass.</p>
  954. His cum fills you, and feels as if it's flowed right up to your stomach.
  955. <<run $pc.painInc('asshole',$assDMG)>>
  956. <</if>>
  957. <<if getvar("$cumVol") == 3>>
  958. <p>His $dick_girth member is buried in your intestines.</p>
  959. <<if getvar("$buyout") == 1>>
  960. <p>As $bName shoots his load, you can feel the warmth spreading inside you...</p>
  961. <<else>>
  962. As he shoots his load, you can feel the warmth spreading inside you...
  963. <</if>>
  964. He pulls out and his cum slowly drips from your gaping hole.
  965. <<elseif getvar("$cumVol") == 4>>
  966. <p>His $dick_girth member is buried dick centimeters deep inside your intestines, sometimes even hitting your intestinal walls.</p>
  967. <<if getvar("$buyout") == 1>>
  968. <p>As $bName shoots his load, you can feel a warmth spread inside you...</p>
  969. <<else>>
  970. As he shoots his load, you can feel a warmth spread inside you...
  971. <</if>>
  972. He pulls out and his cum squirts out of your gaping hole.
  973. <<elseif getvar("$cumVol") >= 5>>
  974. <<if getvar("$buyout") == 1>>
  975. <p>$bName's $dick_girth member is buried dick centimeters deep inside your intestines, with each thrust forcefully hitting your intestinal walls.</p>
  976. <<else>>
  977. <p>The customer's $dick_girth member is buried dick centimeters deep inside your intestines, with each thrust forcefully hitting your intestinal walls.</p>
  978. <</if>>
  979. You feel an increasing amount of pressure and stretching pain as he pumps your intestines full of cum.
  980. When he pulls his cock out, cum squirts out of your ravaged anus.
  981. <<run $pc.painInc('tummy',20)>>
  982. <<else>>
  983. <<if getvar("$buyout") == 1>>
  984. <p>$bName cums inside you. When he pulls his cock out, his cum slowly leaks out of your gaping anus.</p>
  985. <<else>>
  986. The customer cums inside you. When he pulls his cock out, his cum slowly leaks out of your gaping anus.
  987. <</if>>
  988. <</if>>
  989. <<if getvar("$buyout") == 1>>
  990. <<gs 'npcgeneratec' 0 $bName `rand(18,34)`>>
  991. <<else>>
  992. <<gs 'npcgeneratec' 0 'customer' `rand(18,34)`>>
  993. <</if>>
  994. <<set $pc.pcs_ass += 1>>
  995. <<set $cumnostd = 1>>
  996. <<gs 'cum_call' 'anus' $boy>>
  997. <<run $pc.sexStatInc('anal','aware',1)>>
  998. <<if getvar("$buyout") == 1>>
  999. <<actCLA 'Continue'>>
  1000. <<gt 'abductionCustomer' 'abdCustomer-buyout4'>>
  1001. <</actCLA>>
  1002. <<else>>
  1003. <<actCLA 'Continue'>>
  1004. <<gt 'abductionCustomer' 'abdCustomer-end'>>
  1005. <</actCLA>>
  1006. <</if>>
  1007. <</if>>
  1008. <<if $location_var[$here][0] == 'abdCustomer-cumMouth'>>
  1009. <<set $i = rand(1, 5)>>
  1010. <<video "locations/shared/abduction/sex/slavewhorecummouth<<i>>.mp4">>
  1011. <<if getvar("$throatDMG") > 0>>
  1012. <p>Your aching throat is penetrated again as he buries his $dick_girth cock to the hilt inside you.</p>
  1013. When he shoots his load, you feel his member painfully stretching your already sore throat.
  1014. <<run $pc.painInc('throat',$throatDMG)>>
  1015. <</if>>
  1016. <<if getvar("$cumVol") == 3>>
  1017. His cum fills your throat.
  1018. <<elseif getvar("$cumVol") == 4>>
  1019. His cum fills your throat and trickles down into your stomach.
  1020. You feel very full and bloated.
  1021. <<set $pc.pcs_energy += 50>>
  1022. <<set $pc.pcs_hydra += 40>>
  1023. <<elseif getvar("$cumVol") >= 5>>
  1024. You're being pumped full of cum like a slut. He completely fills your stomach and throat.
  1025. You probably won''t need another meal today...
  1026. <<set $pc.pcs_energy += 100>>
  1027. <<set $pc.pcs_hydra += 90>>
  1028. <<else>>
  1029. The customer shoots his cum into your mouth and down your throat.
  1030. <</if>>
  1031. <<set $mouth += 1>>
  1032. <<set $cumnostd = 1>>
  1033. <<gs 'cum_call' 'mouth' 'customer'>>
  1034. <<run $pc.sexStatInc('throat','aware',1)>>
  1035. <<actCLA 'Continue'>>
  1036. <<gt 'abductionCustomer' 'abdCustomer-end'>>
  1037. <</actCLA>>
  1038. <</if>>
  1039. <<if $location_var[$here][0] == 'abdCustomer-cumFace'>>
  1040. <<set $i = rand(1, 5)>>
  1041. <<video "locations/shared/abduction/sex/slavewhorecumface<<i>>.mp4">>
  1042. <p>He takes his $dick_girth dick and points it towards your face.</p>
  1043. <<if getvar("$cumVol") == 3>>
  1044. <p>A $cumType amount of cum lands all over your face.</p>
  1045. <<elseif getvar("$cumVol") == 4>>
  1046. <p>A $cumType amount of cum lands all over your face. Some even lands in your hair.</p>
  1047. <<elseif getvar("$cumVol") >= 5>>
  1048. <p>A $cumType amount of cum lands all over your face and hair.</p>
  1049. There''s so much that you have a solid layer covering your face.
  1050. <<else>>
  1051. <p>A $cumType amount of cum is splattered across your face and in your mouth.</p>
  1052. <</if>>
  1053. The customer seems content and looks at you in satisfaction.
  1054. <<set $mouth += 1>>
  1055. <<set $cumnostd = 1>>
  1056. <<gs 'cum_call' 'face' 'customer'>>
  1057. <<run $pc.sexStatInc('mouth','aware',1)>>
  1058. <<actCLA 'Continue'>>
  1059. <<gt 'abductionCustomer' 'abdCustomer-end'>>
  1060. <</actCLA>>
  1061. <</if>>
  1062. <<if $location_var[$here][0] == 'abdCustomer-end'>>
  1063. <<if getvar("$endPunishment") == 1>>
  1064. The customer goes to the bathroom before calling for your master.
  1065. <<actCLA 'Continue'>>
  1066. <<gt 'abductionCustomer' 'abdCustomer-endPunishment'>>
  1067. <</actCLA>>
  1068. <<elseif getvar("$buyout") == 1>>
  1069. <p>$bName leaves you lying on the ground, his cum still dripping out of your ass, and calls for your master.</p>
  1070. <<actCLA 'Continue'>>
  1071. <<gt 'abductionCustomer' 'abdCustomer-endPunishment'>>
  1072. <</actCLA>>
  1073. <<else>>
  1074. The customer goes to the bathroom, and you are immediately taken back to the basement.
  1075. <<actCLA 'Go back'>>
  1076. <<gt 'abduction' 'abdRoom'>>
  1077. <</actCLA>>
  1078. <</if>>
  1079. <</if>>
  1080. <<if $location_var[$here][0] == 'abdCustomer-endPunishment'>>
  1081. <<image "locations/shared/abduction/sex/kneelingslave1.jpg">>
  1082. <<set iif(buyout = 1, $bName, 'The customer') + ' tells your master how unruly you were and that further training should be applied to you before he leaves.'>>
  1083. Kneeling, you look up at your master only to see his grim face. You can tell something bad will happen.
  1084. <<actCLA 'Back to the basement'>>
  1085. <<gt 'abduction' 'abdFailedCustomer'>>
  1086. <</actCLA>>
  1087. <</if>>