dinSex 43 KB

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