dinSex 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421
  1. # dinSex
  2. $universalklient = {
  3. if klient_needs = 0:$klientwanttext = 'blow job'
  4. if klient_needs = 1:$klientwanttext = 'sex'
  5. if klient_needs = 2:$klientwanttext = 'anal'
  6. '<center><img src="images/etogame/park2.jpg"></center>'
  7. 'You told the client that <<$klientwanttext>> will cost <<ProsMoney * 100>> rubles.'
  8. dynamic $dinprostable
  9. if vnpr >= 0:
  10. if ProsMoney = 1:clientPRyes = 1
  11. if ProsMoney > 1:
  12. if KlientMON >= ProsMoney:
  13. if vnpr >= klienVNPR:
  14. clientPRyes = 1
  15. else
  16. clientPRyes = 0
  17. end
  18. end
  19. if KlientMON < ProsMoney:
  20. if vnpr >= klienVNPR:
  21. torgklirand = rand(0, 1)
  22. if torgklirand = 0:clientPRyes = 0
  23. if torgklirand = 1:
  24. 'Client grins and offers <<KlientMON * 100>> per job.'
  25. act 'Agree':
  26. cla
  27. clientPRyes = 1
  28. ProsMoney = KlientMON
  29. dynamic $dinklient
  30. end
  31. act 'Refuse':gt 'prostitute', 'start'
  32. exit
  33. end
  34. else
  35. clientPRyes = 0
  36. end
  37. end
  38. end
  39. end
  40. if vnpr < 0:clientPRyes = 0
  41. dynamic $dinklient
  42. }
  43. $dinprostable = {
  44. vnpr = 0
  45. if vidage >= 40:vnpr -= 20
  46. if vidage >= 35 and vidage < 40:vnpr -= 10
  47. if vidage >= 30 and vidage < 35:vnpr -= 5
  48. if vidage >= 25 and vidage < 30:vnpr += 1
  49. if vidage >= 20 and vidage < 25:vnpr += 5
  50. if vidage >= 18 and vidage < 20:vnpr += 10
  51. if vidage < 18:vnpr += 15
  52. if vnesh = -10:vnpr -= 100
  53. if vnesh < 5 and vnesh > -10:vnpr -= 10
  54. if vnesh >= 5 and vnesh < 15:vnpr -= 5
  55. if vnesh >= 15 and vnesh < 30:vnpr += 1
  56. if vnesh >= 30 and vnesh < 50:vnpr += 5
  57. if vnesh >= 50:vnpr += 10
  58. if cumSUM > 0:vnpr -= 10
  59. if mop = 0:vnpr -= 10
  60. if mop = 1:vnpr -= 1
  61. if mop = 2:vnpr += 1
  62. if mop = 3:vnpr += 5
  63. if mop = 4:vnpr += 10
  64. if leghair <= 0:vnpr += 1
  65. if leghair > 0:vnpr -= 5
  66. if lobok > 0:vnpr -= 5
  67. if lobok <= 0:vnpr += 1
  68. if tan > 0:vnpr += 1
  69. if curly > 0:vnpr += 1
  70. if sweat > 0:vnpr -= 10
  71. if hapri = 0:vnpr -= 1
  72. if lip = 4:vnpr += 1
  73. !!maximum 40
  74. !!minimum -161
  75. }
  76. $dinklient = {
  77. if clientPRyes = 1:
  78. 'Client you head nods and opens the door of his car.'
  79. if klient_needs = 0:dynamic $din_prost_bj
  80. if klient_needs = 1:dynamic $din_prost_sex
  81. if klient_needs = 2:dynamic $din_prost_anal
  82. end
  83. if clientPRyes = 0:
  84. 'Client meticulously examined you and said, "No, fuck." After that, he started the car and drove away.'
  85. act 'Leave':gt 'prostitute', 'start'
  86. end
  87. }
  88. $din_prost_bj = {
  89. act 'Get into the client machine':
  90. vidageday -= 5
  91. set $nameV = 'stranger'
  92. set $boy = 'Client'
  93. set slutty += 1
  94. set dick = rand(12, 21)
  95. set money += ProsMoney * 100
  96. gt 'blowPR', 'start'
  97. end
  98. }
  99. $din_prost_sex = {
  100. act 'Get into the client machine':
  101. vidageday -= 10
  102. set $nameV = 'stranger'
  103. set $boy = 'Client'
  104. set dick = rand(12, 21)
  105. set money += ProsMoney * 100
  106. set prosti = 1
  107. set slutty += 1
  108. gt 'blowPR', 'start'
  109. end
  110. }
  111. $din_prost_anal = {
  112. act 'Get into the client machine':
  113. vidageday -= 20
  114. gs 'boy'
  115. set prosti = 2
  116. set analprotect = 0
  117. set slutty += 1
  118. gt 'blowPR', 'start'
  119. end
  120. }
  121. $dinrandbj = {
  122. tperbjran = rand(0, 3)
  123. if tperbjran = 0:$tperbj = 'You cupped his <<$liptalk>> <<dick>> centimeter member.'
  124. if tperbjran = 1:$tperbj = 'You cupped his <<$liptalk>> purple head <<dick>> centimeter member'
  125. if tperbjran = 2:$tperbj = 'You spent your <<$liptalk>> on the head <<dick>> centimeter member and absorbed it into his mouth'
  126. if tperbjran = 3:$tperbj = '<<dick>> centimeter dick rested you in your <<$liptalk>>you have slightly opened them and let the dick in your mouth.'
  127. if tperbjran = 4:$tperbj = ''
  128. if tperbjran = 5:$tperbj = ''
  129. tperbjran2 = rand(0, 2)
  130. if tperbjran2 = 0:$tperbj2 = 'Your mouth is filled quickly turned slightly salty and hard cock which you started to suck.'
  131. if tperbjran2 = 1:$tperbj2 = 'In your mouth went hard and hot cock sucking you started'
  132. if tperbjran2 = 2:$tperbj2 = 'Hard cock filling your whole mouth, cupping his lips every move you to absorb his throat.'
  133. if tperbjran2 = 3:$tperbj2 = ''
  134. if tperbjran2 = 4:$tperbj2 = ''
  135. if tperbjran2 = 5:$tperbj2 = ''
  136. '<<$tperbj>>. <<$tperbj2>>'
  137. }
  138. $dinrandswallow = {
  139. tperswalrand = rand(0, 2)
  140. if tperswalrand = 0:$tperswal = 'Suddenly your mouth shot a jet of viscous semen.'
  141. if tperswalrand = 1:$tperswal = 'Cock twitched and jet of sperm flew between your lips into your mouth.'
  142. if tperswalrand = 2:$tperswal = 'Your mouth filled with sperm when dick between your lips began to finish.'
  143. tperswalrand2 = rand(0, 2)
  144. if tperswalrand2 = 0:$tperswal2 = 'Your mouth quickly filled with warm sperm and you feel its sharp taste.'
  145. if tperswalrand2 = 1:$tperswal2 = 'Cum filled your mouth and began to run down your <<$liptalk2>>'
  146. if tperswalrand2 = 2:$tperswal2 = 'Hot seed quickly filled mouth making your working experience the whole gamut and sharp tart taste of sperm.'
  147. tperswalrand3 = rand(0, 2)
  148. if tperswalrand3 = 0:$tperswal3 = 'You gulped and swallowed the sperm located in your working her mouth. In the mouth, the taste of semen left and felt her scent.'
  149. if tperswalrand3 = 1:$tperswal3 = 'You swallow warm cum fills your mouth and licked her <<$liptalk3>> licking the remnants of the seed with them.'
  150. if tperswalrand3 = 2:$tperswal3 = 'You swallowed viscous semen filling your mouth working, and then licked.'
  151. '<<$tperswal>> <<$tperswal2>> <<$tperswal3>>'
  152. }
  153. $dinrandfacial = {
  154. }
  155. $venerasiak = {
  156. tipvenerarand = rand(0, 10)
  157. if prezik > 0:
  158. venrand = rand(0, 1000)
  159. if venrand = 1000:dynamic $veneradinitog
  160. else
  161. venrand = rand(0, 100)
  162. if venrand >= 80:dynamic $veneradinitog
  163. end
  164. }
  165. $veneradinitog = {
  166. if tipvenerarand >= 8:
  167. !!herpes
  168. set gerprand = rand(0, 100)
  169. if gerprand > 90:
  170. if GerpesOnce = 0:set GerpesOnce = 1
  171. Venera += 1
  172. Gerpes += 1
  173. end
  174. end
  175. if tipvenerarand = 7:
  176. !!syphilis
  177. venerarand = rand(0, 100)
  178. if venerarand > 95:
  179. Venera += 1
  180. if SifacOnce = 0:SifacOnce = 1
  181. Sifilis += 1
  182. end
  183. end
  184. if tipvenerarand >= 5 and tipvenerarand < 7:
  185. !!gonorrhea/triper
  186. venerarand = rand(0, 100)
  187. if venerarand > 95:
  188. Venera += 1
  189. if TriperOnce = 0:TriperOnce = 1
  190. Triper += 1
  191. end
  192. end
  193. if tipvenerarand < 5:
  194. !!candidiasis/thrush
  195. venerarand = rand(0, 100)
  196. if venerarand > 85:
  197. if KandidozOnce = 0:KandidozOnce = 1
  198. Kandidoz += 1
  199. end
  200. end
  201. }
  202. $sexstart = {
  203. set protect = 0
  204. set vidageday -= 1
  205. if prezik > 0:
  206. set prezik -= 1
  207. set protect = 1
  208. '<<$boy>> you took a condom and put it on his <<dick>> centimeter member.'
  209. end
  210. }
  211. $sexstart2 = {
  212. frost = 0
  213. if mesec > 0:
  214. !!Menstruation makes orgasm impossible
  215. set horny = 0
  216. set manna -= 10
  217. set willpower -= 10
  218. 'Mentruation blood slowly flows from your vagina while he fucks you. I´t feels painful and also pleasant. You moan while his <<dick>> centimeter dick fucks your pussy.'
  219. end
  220. if mesec <= 0 and vagina > 0:
  221. !!No Menstruatsion
  222. !!horny - excitement
  223. !!vagina - vagina elasticity
  224. !!silavag - male skill:0-clumsy, 1-middle, 2-stud
  225. !!dick - his penis size
  226. !!orgazm - what kind of orgasm
  227. !!0 - very painful, 1 - hurts, 2 - unpleasant, 3 - so-so, 4 - little orgasm, 5 - orgasm
  228. set smazka = horny / 10
  229. set prinat = smazka + vagina
  230. if dick >= prinat * 2:
  231. !!member of the critical features more years
  232. if silavag = 0:set orgazm = 0
  233. if silavag = 1:set orgazm = 1
  234. if silavag = 2:set orgazm = 2
  235. end
  236. if dick < prinat * 2 and dick > prinat:
  237. !!member more options gg
  238. if silavag = 0:
  239. if horny >= 100:set orgazm = 5
  240. if horny >= 90 and horny < 100:set orgazm = 4
  241. if horny >= 80 and horny < 90:set orgazm = 3
  242. if horny >= 70 and horny < 80:set orgazm = 2
  243. if horny >= 60 and horny < 70:set orgazm = 1
  244. if horny < 60:set orgazm = 0
  245. end
  246. if silavag = 1:
  247. if horny >= 90:set orgazm = 5
  248. if horny >= 80 and horny < 90:set orgazm = 4
  249. if horny >= 70 and horny < 80:set orgazm = 3
  250. if horny >= 60 and horny < 70:set orgazm = 2
  251. if horny >= 50 and horny < 60:set orgazm = 1
  252. if horny < 50:set orgazm = 0
  253. end
  254. if silavag = 2:
  255. if horny >= 80:set orgazm = 5
  256. if horny >= 70 and horny < 80:set orgazm = 4
  257. if horny >= 60 and horny < 70:set orgazm = 3
  258. if horny >= 50 and horny < 60:set orgazm = 2
  259. if horny >= 40 and horny < 50:set orgazm = 1
  260. if horny < 40:set orgazm = 0
  261. end
  262. end
  263. if dick <= prinat and dick >= vagina:
  264. !!Member fewer opportunities gg
  265. if silavag = 0:
  266. if horny >= 80:set orgazm = 5
  267. if horny >= 60 and horny < 80:set orgazm = 4
  268. if horny >= 40 and horny < 60:set orgazm = 3
  269. if horny < 40:set orgazm = 2
  270. end
  271. if silavag = 1:
  272. if horny >= 70:set orgazm = 5
  273. if horny >= 50 and horny < 70:set orgazm = 4
  274. if horny >= 30 and horny < 50:set orgazm = 3
  275. if horny < 30:set orgazm = 2
  276. end
  277. if silavag = 2:
  278. if horny >= 60:set orgazm = 5
  279. if horny >= 40 and horny < 60:set orgazm = 4
  280. if horny >= 20 and horny < 40:set orgazm = 3
  281. if horny < 20:set orgazm = 2
  282. end
  283. end
  284. if dick <= prinat and dick < vagina:
  285. if silavag = 0:
  286. if horny >= 100:set orgazm = 5
  287. if horny >= 90 and horny < 100:set orgazm = 4
  288. if horny < 90:set orgazm = 6
  289. end
  290. if silavag = 1:
  291. if horny >= 90:set orgazm = 5
  292. if horny >= 80 and horny < 90:set orgazm = 4
  293. if horny < 80:set orgazm = 6
  294. end
  295. if silavag = 2:
  296. if horny >= 80:set orgazm = 5
  297. if horny >= 70 and horny < 80:set orgazm = 4
  298. if horny < 70:set orgazm = 6
  299. end
  300. end
  301. if oragazm = 5:
  302. preOrg += 1
  303. if razeba < 4:
  304. if silavag = 2:
  305. orgrand = rand(50, 300)
  306. if orgrand > preOrg:oragazm = 4
  307. end
  308. if silavag < 2:oragazm = 4
  309. end
  310. if razeba = 4:
  311. if silavag = 2:
  312. orgrand = rand(0, 100)
  313. if orgrand > preOrg:oragazm = 4
  314. end
  315. if silavag < 2:
  316. orgrand = rand(50, 300)
  317. if orgrand > preOrg:oragazm = 4
  318. end
  319. end
  320. if razeba >= 5:
  321. if silavag = 2:
  322. orgrand = rand(0, 50)
  323. if orgrand > preOrg:oragazm = 4
  324. end
  325. if silavag < 2:
  326. orgrand = rand(0, 100)
  327. if orgrand > preOrg:oragazm = 4
  328. end
  329. end
  330. end
  331. if orgazm = 0:
  332. vgape = 3
  333. vgapetime = totminut
  334. set horny = 0
  335. set manna -= 15
  336. set willpower -= 15
  337. 'You groaned in pain when <<$boy>> entered, tears flowed from your eyes and it feel like someone drove a red-hot rod in your vagina. You cry and moan while his <<dick>> centimeter dick fucks your pussy.'
  338. end
  339. if orgazm = 1:
  340. if vgape < 2:vgape = 2
  341. vgapetime = totminut
  342. set horny -= 10
  343. set manna -= 10
  344. set willpower -= 10
  345. 'You bite your lip in pain when <<$boy>> entered, it is very painful. You are (! frowning !) and moaning in pain while his <<dick>> centimeter dick fucks your pussy.'
  346. end
  347. if orgazm = 2:
  348. if vgape < 1:vgape = 1
  349. vgapetime = totminut
  350. set horny -= 5
  351. set manna -= 5
  352. set willpower -= 5
  353. 'You winced at the sudden pain when <<$boy>> entered, it hurt but it gradually become quite tolerable. You trying to get aroused while his <<dick>> centimeter dick fucks your pussy, but you did not manage.'
  354. end
  355. if orgazm = 3:
  356. set manna += 5
  357. set willpower += 5
  358. 'You are startled by the feeling when your pussy is stretched as <<$boy>> entered. It feels good when his <<dick>> centimeter dick fucks your pussy.'
  359. end
  360. if orgazm = 4:
  361. !set horny += 10
  362. set manna += 10
  363. set willpower += 10
  364. 'You are startled by the feeling when your pussy is stretched as <<$boy>> entered. It feels good when his <<dick>> centimeter dick fucks your pussy. (! Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end. !)'
  365. end
  366. if orgazm = 5:
  367. set horny = 0
  368. set manna += 15
  369. set willpower += 15
  370. set orgasm += 1
  371. vaginalOrgasm += 1
  372. 'You flinched from a pleasant feeling when your pussy is stretched by his dick. It feels good when his <<dick>> centimeter dick fucks your pussy. (! Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm !), you scream with pleasure.'
  373. end
  374. if orgazm = 6:
  375. set horny += 5
  376. set manna += 5
  377. set willpower += 5
  378. 'You feel as his penis enters your pussy. (! Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end. !)'
  379. end
  380. if vagina <= dick:set vagina += 1
  381. end
  382. if vagina = 0 and mesec <= 0:
  383. set horny = 0
  384. set manna -= 15
  385. set willpower -= 15
  386. set vagina += 1
  387. 'You bite my lip in pain and tears started to flow from your eyes when <<$boy>> entered, breaking your hymen. You moan while crying and his <<dick>> centimeter dick fucks your bloody pussy.'
  388. end
  389. if vagina < dick:vagina += 1
  390. sex += 1
  391. }
  392. $sexstart3 = {
  393. frost = 0
  394. if mesec > 0:
  395. !!periods, orgasm is not possible
  396. set horny = 0
  397. set manna -= 10
  398. set willpower -= 10
  399. 'Do you monthly and while until you jump on the penis from the vagina slowly follows the blood. Painful sensations and pleasant. You moan while strong <<dick>> centimeter penis enters you.'
  400. end
  401. if mesec <= 0 and vagina > 0:
  402. !!no monthly
  403. !!horny - excitement
  404. !!vagina - the elasticity of the vagina
  405. !!silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  406. !!dick - penis Man
  407. !!orgazm - Total coefficient of pleasure
  408. !!0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  409. set smazka = horny / 10
  410. set prinat = smazka + vagina
  411. if dick >= prinat * 2:
  412. !!member of the critical features more years
  413. if silavag = 0:set orgazm = 0
  414. if silavag = 1:set orgazm = 1
  415. if silavag = 2:set orgazm = 2
  416. end
  417. if dick < prinat * 2 and dick > prinat:
  418. !!member more options gg
  419. if silavag = 0:
  420. if horny >= 100:set orgazm = 5
  421. if horny >= 90 and horny < 100:set orgazm = 4
  422. if horny >= 80 and horny < 90:set orgazm = 3
  423. if horny >= 70 and horny < 80:set orgazm = 2
  424. if horny >= 60 and horny < 70:set orgazm = 1
  425. if horny < 60:set orgazm = 0
  426. end
  427. if silavag = 1:
  428. if horny >= 90:set orgazm = 5
  429. if horny >= 80 and horny < 90:set orgazm = 4
  430. if horny >= 70 and horny < 80:set orgazm = 3
  431. if horny >= 60 and horny < 70:set orgazm = 2
  432. if horny >= 50 and horny < 60:set orgazm = 1
  433. if horny < 50:set orgazm = 0
  434. end
  435. if silavag = 2:
  436. if horny >= 80:set orgazm = 5
  437. if horny >= 70 and horny < 80:set orgazm = 4
  438. if horny >= 60 and horny < 70:set orgazm = 3
  439. if horny >= 50 and horny < 60:set orgazm = 2
  440. if horny >= 40 and horny < 50:set orgazm = 1
  441. if horny < 40:set orgazm = 0
  442. end
  443. end
  444. if dick <= prinat and dick >= vagina:
  445. !!Member fewer opportunities gg
  446. if silavag = 0:
  447. if horny >= 80:set orgazm = 5
  448. if horny >= 60 and horny < 80:set orgazm = 4
  449. if horny >= 40 and horny < 60:set orgazm = 3
  450. if horny < 40:set orgazm = 2
  451. end
  452. if silavag = 1:
  453. if horny >= 70:set orgazm = 5
  454. if horny >= 50 and horny < 70:set orgazm = 4
  455. if horny >= 30 and horny < 50:set orgazm = 3
  456. if horny < 30:set orgazm = 2
  457. end
  458. if silavag = 2:
  459. if horny >= 60:set orgazm = 5
  460. if horny >= 40 and horny < 60:set orgazm = 4
  461. if horny >= 20 and horny < 40:set orgazm = 3
  462. if horny < 20:set orgazm = 2
  463. end
  464. end
  465. if dick <= prinat and dick < vagina:
  466. if silavag = 0:
  467. if horny >= 100:set orgazm = 5
  468. if horny >= 90 and horny < 100:set orgazm = 4
  469. if horny < 90:set orgazm = 6
  470. end
  471. if silavag = 1:
  472. if horny >= 90:set orgazm = 5
  473. if horny >= 80 and horny < 90:set orgazm = 4
  474. if horny < 80:set orgazm = 6
  475. end
  476. if silavag = 2:
  477. if horny >= 80:set orgazm = 5
  478. if horny >= 70 and horny < 80:set orgazm = 4
  479. if horny < 70:set orgazm = 6
  480. end
  481. end
  482. if oragazm = 5:
  483. preOrg += 1
  484. if razeba < 4:
  485. if silavag = 2:
  486. orgrand = rand(50, 300)
  487. if orgrand > preOrg:oragazm = 4
  488. end
  489. if silavag < 2:oragazm = 4
  490. end
  491. if razeba = 4:
  492. if silavag = 2:
  493. orgrand = rand(0, 100)
  494. if orgrand > preOrg:oragazm = 4
  495. end
  496. if silavag < 2:
  497. orgrand = rand(50, 300)
  498. if orgrand > preOrg:oragazm = 4
  499. end
  500. end
  501. if razeba >= 5:
  502. if silavag = 2:
  503. orgrand = rand(0, 50)
  504. if orgrand > preOrg:oragazm = 4
  505. end
  506. if silavag < 2:
  507. orgrand = rand(0, 100)
  508. if orgrand > preOrg:oragazm = 4
  509. end
  510. end
  511. end
  512. if orgazm = 0:
  513. if vgape < 3:vgape = 3
  514. vgapetime = totminut
  515. set horny = 0
  516. set manna -= 15
  517. set willpower -= 15
  518. 'You groaned in pain when sat on and felt like a member of <<$boy>> has entered into you. Tears streamed from his eyes and between my legs feeling as if you drove a red-hot rod. You shed tears while <<dick>> centimeter penis enters you.'
  519. end
  520. if orgazm = 1:
  521. if vgape < 2:vgape = 2
  522. vgapetime = totminut
  523. set horny -= 10
  524. set manna -= 10
  525. set willpower -= 10
  526. 'You bite my lip in pain when we got on the penis and felt like <<$boy>> entered into you, between your legs painful. You are frowning and moaning in pain while jumping on strong <<dick>> centimeter penis.'
  527. end
  528. if orgazm = 2:
  529. if vgape < 1:vgape = 1
  530. vgapetime = totminut
  531. set horny -= 5
  532. set manna -= 5
  533. set willpower -= 5
  534. 'You winced at the sudden pain when sat on and felt like a member of <<$boy>> has entered into you, between your legs pain that gradually become calm and quite tolerable. Are you trying to get aroused while jumping on strong <<dick>> centimeter term trahayaschim your pussy, but you do not go out.'
  535. end
  536. if orgazm = 3:
  537. !!set horny += 5
  538. set manna += 5
  539. set willpower += 5
  540. 'You startled by the feeling that your pussy is stretched when sat on and felt like a member of <<$boy>> has entered into you. Between the legs gets a little nice when you jump on strong <<dick>> centimeter penis.'
  541. end
  542. if orgazm = 4:
  543. !!set horny += 10
  544. set manna += 10
  545. set willpower += 10
  546. 'You startled by the feeling that your pussy is stretched when sat on and felt like a member of <<$boy>> has entered into you. Between the legs gets a little nice when you jump on strong <<dick>> centimeter penis. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  547. end
  548. if orgazm = 5:
  549. set horny = 0
  550. set manna += 15
  551. set willpower += 15
  552. set orgasm += 1
  553. vaginalOrgasm += 1
  554. 'You flinched from a pleasant feeling when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when you jump on the strong <<dick>> centimeter penis. Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm, you involuntarily scream with pleasure writhing on elde.'
  555. end
  556. if orgazm = 6:
  557. set horny += 5
  558. set manna += 5
  559. set willpower += 5
  560. 'You feel as a member enters your pussy when sat on and felt like a member of <<$boy>> has entered into you. Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  561. end
  562. if vagina <= dick:set vagina += 1
  563. end
  564. if vagina = 0 and mesec <= 0:
  565. set horny = 0
  566. set manna -= 15
  567. set willpower -= 15
  568. set vagina += 1
  569. 'You bite my lip in pain and tears gushed from my eyes when we got on the penis and felt like <<$boy>> entered in you break your hymen. You Weep and moan until you jump on strong <<dick>> members of his bloody centimeter pussy.'
  570. end
  571. if vagina < dick:vagina += 1
  572. sex += 1
  573. }
  574. $sexstart4 = {
  575. frost = 0
  576. if mesec > 0:
  577. !!periods, orgasm is not possible
  578. set horny = 0
  579. set manna = manna - 10
  580. set willpower = willpower - 10
  581. 'You have monthly and while yet a member of the rams you, vaginal blood flows slowly. Painful sensations and pleasant. You moan while strong <<dick>> inch dick fuck your pussy.'
  582. end
  583. if mesec <= 0 and vagina > 0:
  584. !!no monthly
  585. !!horny - excitement
  586. !!vagina - the elasticity of the vagina
  587. !!silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  588. !!dick - penis Man
  589. !!orgazm - Total coefficient of pleasure
  590. !!0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  591. set smazka = horny / 10
  592. set prinat = smazka + vagina
  593. if dick >= prinat * 2:
  594. !!member of the critical features more years
  595. if silavag = 0:set orgazm = 0
  596. if silavag = 1:set orgazm = 1
  597. if silavag = 2:set orgazm = 2
  598. end
  599. if dick < prinat * 2 and dick > prinat:
  600. !!member more options gg
  601. if silavag = 0:
  602. if horny >= 100:set orgazm = 5
  603. if horny >= 90 and horny < 100:set orgazm = 4
  604. if horny >= 80 and horny < 90:set orgazm = 3
  605. if horny >= 70 and horny < 80:set orgazm = 2
  606. if horny >= 60 and horny < 70:set orgazm = 1
  607. if horny < 60:set orgazm = 0
  608. end
  609. if silavag = 1:
  610. if horny >= 90:set orgazm = 5
  611. if horny >= 80 and horny < 90:set orgazm = 4
  612. if horny >= 70 and horny < 80:set orgazm = 3
  613. if horny >= 60 and horny < 70:set orgazm = 2
  614. if horny >= 50 and horny < 60:set orgazm = 1
  615. if horny < 50:set orgazm = 0
  616. end
  617. if silavag = 2:
  618. if horny >= 80:set orgazm = 5
  619. if horny >= 70 and horny < 80:set orgazm = 4
  620. if horny >= 60 and horny < 70:set orgazm = 3
  621. if horny >= 50 and horny < 60:set orgazm = 2
  622. if horny >= 40 and horny < 50:set orgazm = 1
  623. if horny < 40:set orgazm = 0
  624. end
  625. end
  626. if dick <= prinat and dick >= vagina:
  627. !!Member fewer opportunities gg
  628. if silavag = 0:
  629. if horny >= 80:set orgazm = 5
  630. if horny >= 60 and horny < 80:set orgazm = 4
  631. if horny >= 40 and horny < 60:set orgazm = 3
  632. if horny < 40:set orgazm = 2
  633. end
  634. if silavag = 1:
  635. if horny >= 70:set orgazm = 5
  636. if horny >= 50 and horny < 70:set orgazm = 4
  637. if horny >= 30 and horny < 50:set orgazm = 3
  638. if horny < 30:set orgazm = 2
  639. end
  640. if silavag = 2:
  641. if horny >= 60:set orgazm = 5
  642. if horny >= 40 and horny < 60:set orgazm = 4
  643. if horny >= 20 and horny < 40:set orgazm = 3
  644. if horny < 20:set orgazm = 2
  645. end
  646. end
  647. if dick <= prinat and dick < vagina:
  648. if silavag = 0:
  649. if horny >= 100:set orgazm = 5
  650. if horny >= 90 and horny < 100:set orgazm = 4
  651. if horny < 90:set orgazm = 6
  652. end
  653. if silavag = 1:
  654. if horny >= 90:set orgazm = 5
  655. if horny >= 80 and horny < 90:set orgazm = 4
  656. if horny < 80:set orgazm = 6
  657. end
  658. if silavag = 2:
  659. if horny >= 80:set orgazm = 5
  660. if horny >= 70 and horny < 80:set orgazm = 4
  661. if horny < 70:set orgazm = 6
  662. end
  663. end
  664. if oragazm = 5:
  665. preOrg += 1
  666. if razeba < 4:
  667. if silavag = 2:
  668. orgrand = rand(50, 300)
  669. if orgrand > preOrg:oragazm = 4
  670. end
  671. if silavag < 2:
  672. oragazm = 4
  673. end
  674. end
  675. if razeba = 4:
  676. if silavag = 2:
  677. orgrand = rand(0, 100)
  678. if orgrand > preOrg:oragazm = 4
  679. end
  680. if silavag < 2:
  681. orgrand = rand(50, 300)
  682. if orgrand > preOrg:oragazm = 4
  683. end
  684. end
  685. if razeba >= 5:
  686. if silavag = 2:
  687. orgrand = rand(0, 50)
  688. if orgrand > preOrg:oragazm = 4
  689. end
  690. if silavag < 2:
  691. orgrand = rand(0, 100)
  692. if orgrand > preOrg:oragazm = 4
  693. end
  694. end
  695. end
  696. if orgazm = 0:
  697. vgape = 3
  698. vgapetime = totminut
  699. set horny = 0
  700. set manna -= 15
  701. set willpower -= 15
  702. 'You groaned in pain when <<$boy>> You entered, tears flowed from the eyes and between the legs feeling as if you drove a red-hot rod. You cry and moan until strong <<dick>> inch dick fuck your pussy.'
  703. end
  704. if orgazm = 1:
  705. if vgape < 2:vgape = 2
  706. vgapetime = totminut
  707. set horny -= 10
  708. set manna -= 10
  709. set willpower -= 10
  710. 'You bit her lip in pain when <<$boy>> You entered, between the legs pain. You are frowning and moaning in pain while strong <<dick>> inch dick fuck your pussy.'
  711. end
  712. if orgazm = 2:
  713. if vgape < 1:vgape = 1
  714. vgapetime = totminut
  715. set horny -= 5
  716. set manna -= 5
  717. set willpower -= 5
  718. 'You flinched at the sudden pain when <<$boy>> You entered, between the legs pain, which gradually settle down and become quite tolerable. Are you trying to be excited until strong <<dick>> inch dick fuck your pussy, but you will not go out.'
  719. end
  720. if orgazm = 3:
  721. !!set horny = horny + 5
  722. set manna += 5
  723. set willpower += 5
  724. 'You flinched from feeling, your pussy stretched, when <<$boy>> You entered. Between the legs becomes a little nice, when strong <<dick>> inch dick fuck your pussy.'
  725. end
  726. if orgazm = 4:
  727. !!set horny = horny + 10
  728. set manna += 10
  729. set willpower += 10
  730. 'You flinched from feeling, your pussy stretched, when <<$boy>> You entered. Between the legs becomes a little nice, when strong <<dick>> inch dick fuck your pussy. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling slightly reduced and remain until the end of. '
  731. end
  732. if orgazm = 5:
  733. set horny = 0
  734. set manna += 15
  735. set willpower += 15
  736. set orgasm += 1
  737. vaginalOrgasm += 1
  738. 'You startled by the pleasant sensation, when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when strong <<dick>> inch dick fuck your pussy. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling descend on you and your entire body covered hot waves of orgasm, you involuntarily shout of pleasure writhing on elde. '
  739. end
  740. if orgazm = 6:
  741. set horny += 5
  742. set manna += 5
  743. set willpower += 5
  744. 'You feel as a member gets into your pussy, when <<$boy>> You entered. Between her legs nice, but much smaller than your dick and pussy <<dick>> centimeters for you little. Gradually pritno warm and throbbing grow in the lower abdomen, then feeling slightly reduced and remain until the end of. '
  745. end
  746. if vagina <= dick:set vagina += 1
  747. end
  748. if vagina = 0 and mesec <= 0:
  749. set horny = 0
  750. set manna -= 15
  751. set willpower -= 15
  752. set vagina += 1
  753. 'You bit her lip in pain and tears streamed from his eyes when <<$boy>> You entered, break your hymen. You weeping and moaning while strong <<dick>> inch dick fucks your bloody pussy.'
  754. end
  755. if vagina < dick:vagina += 1
  756. !!sex += 1
  757. }
  758. $sexudo = {
  759. set protect = 0
  760. set vidageday -= 1
  761. frost = 0
  762. if tabletki <= 0 and prezik > 0
  763. set prezik -= 1
  764. set protect = 1
  765. '<<$boy>> you took a condom and put it on your <<dick>> centimeter member.'
  766. end
  767. if mesec > 0:
  768. !!periods, orgasm is not possible
  769. set horny = 0
  770. set manna -= 10
  771. set willpower -= 10
  772. 'Do you monthly and while yet a member of the rams you, vaginal blood flows slowly. Painful sensations and pleasant. You moan while strong <<dick>> centimeter dick fuck your pussy.'
  773. end
  774. if mesec <= 0 and vagina > 0:
  775. !!no monthly
  776. !!horny - arousal
  777. !!vagina - elasticy of the vagina
  778. !!silavag - skill man 0-sad sack, 1-middle pleasant 2-stud
  779. !!dick - рenis man
  780. !!orgazm - Total coefficient of pleasure
  781. !!0 - very painful, 1 - it hurts, 2 - not nice, 3 - so-so, 4 - needoorgazm 5 - orgasm
  782. set smazka = horny / 10
  783. set prinat = smazka + vagina
  784. if dick >= prinat * 2:
  785. !!member of the critical features more years
  786. if silavag = 0:set orgazm = 0
  787. if silavag = 1:set orgazm = 1
  788. if silavag = 2:set orgazm = 2
  789. end
  790. if dick < prinat * 2 and dick > prinat:
  791. !!member more options gg
  792. if silavag = 0:
  793. if horny >= 100:set orgazm = 5
  794. if horny >= 90 and horny < 100:set orgazm = 4
  795. if horny >= 80 and horny < 90:set orgazm = 3
  796. if horny >= 70 and horny < 80:set orgazm = 2
  797. if horny >= 60 and horny < 70:set orgazm = 1
  798. if horny < 60:set orgazm = 0
  799. end
  800. if silavag = 1:
  801. if horny >= 90:set orgazm = 5
  802. if horny >= 80 and horny < 90:set orgazm = 4
  803. if horny >= 70 and horny < 80:set orgazm = 3
  804. if horny >= 60 and horny < 70:set orgazm = 2
  805. if horny >= 50 and horny < 60:set orgazm = 1
  806. if horny < 50:set orgazm = 0
  807. end
  808. if silavag = 2:
  809. if horny >= 80:set orgazm = 5
  810. if horny >= 70 and horny < 80:set orgazm = 4
  811. if horny >= 60 and horny < 70:set orgazm = 3
  812. if horny >= 50 and horny < 60:set orgazm = 2
  813. if horny >= 40 and horny < 50:set orgazm = 1
  814. if horny < 40:set orgazm = 0
  815. end
  816. end
  817. if dick <= prinat and dick >= vagina:
  818. !!Member fewer opportunities gg
  819. if silavag = 0:
  820. if horny >= 80:set orgazm = 5
  821. if horny >= 60 and horny < 80:set orgazm = 4
  822. if horny >= 40 and horny < 60:set orgazm = 3
  823. if horny < 40:set orgazm = 2
  824. end
  825. if silavag = 1:
  826. if horny >= 70:set orgazm = 5
  827. if horny >= 50 and horny < 70:set orgazm = 4
  828. if horny >= 30 and horny < 50:set orgazm = 3
  829. if horny < 30:set orgazm = 2
  830. end
  831. if silavag = 2:
  832. if horny >= 60:set orgazm = 5
  833. if horny >= 40 and horny < 60:set orgazm = 4
  834. if horny >= 20 and horny < 40:set orgazm = 3
  835. if horny < 20:set orgazm = 2
  836. end
  837. end
  838. if dick <= prinat and dick < vagina:
  839. if silavag = 0:
  840. if horny >= 100:set orgazm = 5
  841. if horny >= 90 and horny < 100:set orgazm = 4
  842. if horny < 90:set orgazm = 6
  843. end
  844. if silavag = 1:
  845. if horny >= 90:set orgazm = 5
  846. if horny >= 80 and horny < 90:set orgazm = 4
  847. if horny < 80:set orgazm = 6
  848. end
  849. if silavag = 2:
  850. if horny >= 80:set orgazm = 5
  851. if horny >= 70 and horny < 80:set orgazm = 4
  852. if horny < 70:set orgazm = 6
  853. end
  854. end
  855. if oragazm = 5:
  856. preOrg += 1
  857. if razeba < 4:
  858. if silavag = 2:
  859. orgrand = rand(50, 300)
  860. if orgrand > preOrg:oragazm = 4
  861. end
  862. if silavag < 2:
  863. oragazm = 4
  864. end
  865. end
  866. if razeba = 4:
  867. if silavag = 2:
  868. orgrand = rand(0, 100)
  869. if orgrand > preOrg:oragazm = 4
  870. end
  871. if silavag < 2:
  872. orgrand = rand(50, 300)
  873. if orgrand > preOrg:oragazm = 4
  874. end
  875. end
  876. if razeba >= 5:
  877. if silavag = 2:
  878. orgrand = rand(0, 50)
  879. if orgrand > preOrg:oragazm = 4
  880. end
  881. if silavag < 2:
  882. orgrand = rand(0, 100)
  883. if orgrand > preOrg:oragazm = 4
  884. end
  885. end
  886. end
  887. if orgazm = 0:
  888. set horny = 0
  889. set manna -= 15
  890. set willpower -= 15
  891. if vgape < 3:vgape = 3
  892. vgapetime = totminut
  893. 'You groaned in pain when <<$boy>> you entered, tears flowed from her eyes and between her legs feeling as if you drove a red-hot rod. You cry and moan until strong <<dick>> centimeter dick fuck your pussy.'
  894. end
  895. if orgazm = 1:
  896. set horny -= 10
  897. set manna -= 10
  898. set willpower -= 10
  899. if vgape < 2:vgape = 2
  900. vgapetime = totminut
  901. 'You bite my lip in pain when <<$boy>> you entered, between the legs painful. You are frowning and moaning in pain while strong <<dick>> centimeter dick fucks your pussy.'
  902. end
  903. if orgazm = 2:
  904. set horny -= 5
  905. set manna -= 5
  906. set willpower -= 5
  907. if vgape < 1:vgape = 1
  908. vgapetime = totminut
  909. 'You winced at the sudden pain when <<$boy>> you entered, between the legs pain that gradually become calm and quite tolerable. Are you trying to get aroused while strong <<dick>> centimeter dick fucks your pussy, but you do not go out.'
  910. end
  911. if orgazm = 3:
  912. !!set horny += 5
  913. set manna += 5
  914. set willpower += 5
  915. 'You startled by the feeling that your pussy is stretched when <<$boy>> you entered. Between the legs becomes a little pleased when strong <<dick>> centimeter dick fucks your pussy.'
  916. end
  917. if orgazm = 4:
  918. !!set horny += 10
  919. set manna += 10
  920. set willpower += 10
  921. 'You startled by the feeling that your pussy is stretched when <<$boy>> you entered. Between the legs becomes a little pleased when strong <<dick>> centimeter dick fucks your pussy. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  922. end
  923. if orgazm = 5:
  924. set horny = 0
  925. set manna += 15
  926. set willpower += 15
  927. set orgasm += 1
  928. vaginalOrgasm += 1
  929. 'You flinched from a pleasant feeling when your pussy rastyagivatsya start taking a dick. Between the legs becomes very warm and pleasant, when strong <<dick>> centimeter dick fuck your pussy. Pritnoe gradually grow warm and throbbing in the lower abdomen, then descend to the feeling you and your entire body covered hot waves of orgasm, you involuntarily scream with pleasure writhing on elde.'
  930. end
  931. if orgazm = 6:
  932. set horny += 5
  933. set manna += 5
  934. set willpower += 5
  935. 'You feel as a member enters your pussy when <<$boy>> you entered. Between the legs nicely, but a member of your pussy significantly less and <<dick>> inches enough for you. Pritnoe gradually grow warm and throbbing in the lower abdomen, and then feeling a little decrease and remain until the end.'
  936. end
  937. if vagina <= dick:set vagina += 1
  938. end
  939. if vagina = 0 and mesec <= 0:
  940. set horny = 0
  941. set manna -= 15
  942. set willpower -= 15
  943. set vagina += 1
  944. 'You bite my lip in pain and tears gushed from his eyes when <<$boy>> you entered, breaking your hymen. You moan while weeping and strong <<dick>> centimeter dick fucks your bloody pussy.'
  945. end
  946. if vagina < dick:vagina += 1
  947. sex += 1
  948. }
  949. $sexcum = {
  950. frost = 0
  951. if protect ! 1:
  952. !!Unprotected sex
  953. set finrand = rand(0, 1)
  954. if finrand = 0:
  955. !!Inside
  956. set cumpussy += 1
  957. '<<$boy>> groaned and you feel a jet of sperm fill your pussy.'
  958. gs 'preg'
  959. set manna -= 15
  960. set willpower -= 15
  961. if preg = 0 or preg = 1 and pregtime < 7:'Damn, (! because after all, you can fly, you thought with horror. !)'
  962. if preg = 1 and pregtime >= 7:'You chuckled to himself, well at least you do not zalet.'
  963. end
  964. if finrand = 1:
  965. !!Out
  966. if pose = 0:
  967. set cumbelly += 1
  968. '<<$boy>> groaned and after pulling out came on your stomach.'
  969. end
  970. if pose = 1:
  971. set cumass += 1
  972. '<<$boy>> groaned and after pulling out came on your ass.'
  973. end
  974. narrand = rand(0, 100)
  975. if narrand = 0:gs 'preg'
  976. end
  977. end
  978. if protect = 1:
  979. set protect = 0
  980. '<<$boy>> groaned and you realized that he had came in the condom.'
  981. prezrand = rand(0, 100)
  982. if prezrand = 0:
  983. 'Pulling out of you dick <<$boy>> said "Hmm, condom burst"'
  984. gs'preg'
  985. end
  986. end
  987. set pose = 0
  988. }
  989. $analsex = {
  990. frost = 0
  991. if analplugin = 1:
  992. !!!WD:No Anal Lube if Anal Plug
  993. !!analpluginbonus = 10
  994. lubonus = 10
  995. !!!
  996. analplugin = 0
  997. '<<$boy>> has pulled out of your ass plug'
  998. end
  999. if dick >= anus:set anus += 3
  1000. '<<$boy>> began to massage your anus with his fingers.'
  1001. !!!WD: Replaced
  1002. !!if lubri > 0:
  1003. !!!
  1004. if lubonus = 0 and lubri > 0:
  1005. !!!
  1006. lubri -= 1
  1007. lubonus += rand(1, 5)
  1008. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave it to him and he smeared it on his dick'
  1009. end
  1010. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1011. if anus >= 10:'He started to stretch your anus with three fingers.'
  1012. '<<$boy>> pulled his fingers out of your ass and you felt his hard cock near your hole.'
  1013. if anus + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1014. if anus + lubonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1015. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1016. if anus + lubonus + 2 < dick:
  1017. if mop > 1:set mop = 0
  1018. horny -= 20
  1019. manna -= 20
  1020. if agape < 3:agape = 3
  1021. agapetime = totminut
  1022. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1023. end
  1024. if anus + lubonus + 2 >= dick:
  1025. horny += 10
  1026. if agape < 2 and lubonus = 0:agape = 2
  1027. agapetime = totminut
  1028. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1029. if horny >= 100:
  1030. if anal >= 10 and orgasm > 0:
  1031. manna += 20
  1032. if agape < 1 and lubonus = 0:agape = 1 & agapetime = totminut
  1033. 'You moan in pleasure while his dick moves inside your ass.'
  1034. end
  1035. end
  1036. end
  1037. lubonus = 0
  1038. !!'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1039. anal += 1
  1040. }
  1041. $analsex2 = {
  1042. frost = 0
  1043. if analplugin = 1:
  1044. !!!WD:No Anal Lube if Anal Plug
  1045. !!analpluginbonus = 10
  1046. lubonus = 10
  1047. !!!
  1048. analplugin = 0
  1049. '<<$boy>> pulled your butt plug out of your narrow and tight ass, '
  1050. end
  1051. if dick >= anus:set anus += 3
  1052. '<<$boy>> began to massage your anus with his fingers.'
  1053. !!!WD: Replaced
  1054. !!if lubri > 0:
  1055. !!!
  1056. if lubonus = 0 and lubri > 0:
  1057. !!!
  1058. lubri -= 1
  1059. lubonus += rand(1, 5)
  1060. 'You squeezed anal lube on your hand and began to smear it in your ass. Then you gave the guy a tube and he smeared his cock lubricated.'
  1061. end
  1062. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1063. if anus >= 10:'He started to stretch your anus with three fingers.'
  1064. '<<$boy>> pulled his fingers out of your ass and you felt his hard cock near your hole.'
  1065. !!!WD: Added lubonus
  1066. if anus + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1067. if anus + lubonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1068. !!!
  1069. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1070. if anus + lubonus + 2 < dick:
  1071. if mop > 1:set mop = 0
  1072. horny -= 20
  1073. manna -= 20
  1074. if agape < 3:agape = 3
  1075. agapetime = totminut
  1076. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1077. end
  1078. if anus + lubonus + 2 >= dick:
  1079. horny += 10
  1080. if agape < 2 and lubonus = 0:agape = 2
  1081. agapetime = totminut
  1082. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1083. if horny >= 100:
  1084. if anal >= 10 and orgasm > 0:
  1085. manna += 20
  1086. if agape < 1 and lubonus = 0:agape = 1 & agapetime = totminut
  1087. 'You moan in pleasure while his dick moves inside your ass.'
  1088. end
  1089. end
  1090. end
  1091. lubonus = 0
  1092. !!'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1093. !!anal += 1
  1094. }
  1095. $analsexrude = {
  1096. frost = 0
  1097. if analplugin = 1:
  1098. !!!WD:No Anal Lube if Anal Plug
  1099. !!analpluginbonus = 10
  1100. lubonus = 10
  1101. !!!
  1102. analplugin = 0
  1103. 'You moan in pleasure while his dick moves inside your ass.'
  1104. end
  1105. if dick >= anus:set anus += 3
  1106. '<<$boy>> tucked into your anus finger, then the second .'
  1107. if anus < 10:'When he entered three fingers in your ass you groaned in pain.'
  1108. if anus >= 10:'He started to stretch your anus with three fingers.'
  1109. '<<$boy>> pulled his fingers out of your priests and you feel his hard cock ran into your hole.'
  1110. if anus + lubonus + 10 < dick:'You screamed and bit your lip from a sharp pain when his <<dick>> centimeter dick entered your ass.'
  1111. if anus + lubonus + 10 >= dick:'You moaned when his <<dick>> centimeter dick entered your ass.'
  1112. '<<$boy>> stopped for a moment, giving your ass time to adjust to his cock in it, and then started to slowly move, stretching your anus.'
  1113. if anus + lubonus + 2 < dick:
  1114. if mop > 1:set mop = 0
  1115. horny -= 20
  1116. manna -= 20
  1117. if agape < 3:agape = 3
  1118. agapetime = totminut
  1119. 'You cried and bit your lip when <<dick>> centimeter cock began to fuck your ass on (! full force !). Your ass felt like it was on fire and all you wanted was that this torture was over quickly.'
  1120. end
  1121. if anus + lubonus + 2 >= dick:
  1122. horny += 10
  1123. if agape < 2 and lubonus = 0:agape = 2
  1124. agapetime = totminut
  1125. 'You started to moan rhythmically in time with the his cock movements inside you. You feel like your anus is stretched when his penis enters you.'
  1126. if horny >= 100:
  1127. if anal >= 10 and orgasm > 0:
  1128. manna += 20
  1129. if agape < 1 and lubonus = 0:agape = 1
  1130. agapetime = totminut
  1131. 'You moan in pleasure while his dick moves inside your ass.'
  1132. end
  1133. end
  1134. end
  1135. lubonus = 0
  1136. cumanus += 1
  1137. 'Through some time <<$boy>> groaned and you feel like your ass fills a pleasant warmth.'
  1138. anal += 1
  1139. }
  1140. --- dinSex ---------------------------------