BDsex.qsrc 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. # BDsex
  2. menu_off = 1
  3. if $ARGS[0] = 'start':
  4. !!range of interactions
  5. !!gs 'BDsex', 'start'
  6. if NoGuy = 0:guy += 1
  7. gs 'stat'
  8. '<center><img <<$set_imgh>> src="images/shared/sex/pet/petting1.jpg"></center>'
  9. if harakBoy = 0:
  10. '<<$boydesc>> hugs you and gently caresses your breasts.'
  11. gs 'willpower', 'cuni', 'force'
  12. if will_cost <= pcs_willpwr:
  13. act 'Order him to lick you (<<will_cost>> Willpower)':gs 'willpower', 'pay', 'force' & gt 'BDsex', 'kuni'
  14. else
  15. act 'Order him to lick you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  16. end
  17. act 'Stroke his cock':gt 'BDsex', 'hj'
  18. act 'Suck his dick':gt 'BDsex', 'minet'
  19. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  20. act 'Go on all fours':gt 'BDsex', 'sex2'
  21. act 'Do anal':gt 'BDsex', 'anal2'
  22. elseif harakBoy = 1:
  23. '<<$boydesc>> skillfully caresses your breasts.'
  24. gs 'arousal', 'foreplay', 5
  25. gs 'stat'
  26. brand = rand(0, 100)
  27. if brand < 70:
  28. '<<$boydesc>> strokes and caresses your pussy with his fingers.'
  29. gs 'arousal', 'vaginal_finger', -5, 'sub'
  30. gs 'stat'
  31. trand = rand(0, 2)
  32. if trand < 2:
  33. '<<$boydesc>> moves to lay you down on your back.'
  34. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  35. else
  36. '<<$boydesc>> turns you face down.'
  37. act 'Stand on all fours':gt 'BDsex', 'sex2'
  38. end
  39. act 'Suck him':gt 'BDsex', 'minet'
  40. else
  41. '<<$boydesc>> asks you to suck his cock.'
  42. act 'Stroke his cock':gt 'BDsex', 'hj'
  43. act 'Take by mouth':gt 'BDsex', 'minet'
  44. act 'Tell him you prefer to lay down and happily spreading your legs for him':gt 'BDsex', 'sex'
  45. end
  46. elseif harakBoy = 2:
  47. '<<$boydesc>> hugs you and passionately caress your breasts.'
  48. gs 'arousal', 'foreplay', 5
  49. gs 'stat'
  50. brand = rand(0, 100)
  51. if brand < 70:
  52. '<<$boydesc>> caresses your pussy with his fingers.'
  53. gs 'arousal', 'vaginal_finger', -5, 'sub'
  54. gs 'stat'
  55. trand = rand(0, 2)
  56. if trand < 2:
  57. '<<$boydesc>> moves to lay you down on your back.'
  58. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  59. else
  60. '<<$boydesc>> turns you around.'
  61. act 'Go on all fours':gt 'BDsex', 'sex2'
  62. end
  63. elseif brand >= 70 and brand < 90:
  64. '<<$boydesc>> grabs the back of your head and pulls you to face his penis.'
  65. act 'Take by mouth':gt 'BDsex', 'minet'
  66. gs 'willpower', 'sex', 'resist'
  67. if will_cost <= pcs_willpwr:
  68. act 'Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
  69. act 'Stand on all fours (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
  70. else
  71. act 'Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  72. act 'Stand on all fours (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  73. end
  74. elseif brand >= 90:
  75. '<<$boydesc>> tells you that he wants to take you in the ass.'
  76. act 'Do anal':gt 'BDsex', 'anal2'
  77. gs 'willpower', 'sex', 'resist'
  78. if will_cost <= pcs_willpwr:
  79. act '"I do not want to!" Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
  80. act '"I''ll do it doggy style, but not in the ass!" (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
  81. else
  82. act '"I do not want to!" Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  83. act '"I''ll do it doggy style, but not in the ass!" (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  84. end
  85. gs 'willpower', 'bj', 'resist'
  86. if will_cost <= pcs_willpwr:
  87. act 'Take him into your mouth (<<will_cost>> Willpower)': gs 'willpower', 'bj', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'minet'
  88. else
  89. act 'Take him into your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  90. end
  91. end
  92. end
  93. end
  94. if $ARGS[0] = 'kuni':
  95. '<center><img <<$set_imgh>> src="images/shared/sex/kuni/kuni.jpg"></center>'
  96. 'You undress and lay on the bed, bringing his face to your pussy.'
  97. '<<$boydesc>> lays down between your legs and begins to work his tongue across your pussy.'
  98. gs 'arousal', 'cuni', 10, 'dom'
  99. gs 'stat'
  100. if pcs_horny >= 90:
  101. pcs_mood += 15
  102. !pcs_willpwr += 15
  103. $orgasm_txt = 'His skill is enough to spark an orgasm deep within you.'
  104. $orgasm_or = 'custom'
  105. gs 'stat'
  106. else
  107. 'His tongue work is exciting, but after awhile, you begin to grow bored.'
  108. end
  109. act 'Stroke his cock':gt 'BDsex', 'hj'
  110. act 'Take by mouth':gt 'BDsex', 'minet'
  111. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  112. act 'Go on all fours':gt 'BDsex', 'sex2'
  113. act 'Do anal':gt 'BDsex', 'anal2'
  114. end
  115. if $ARGS[0] = 'sex':
  116. pose = 0
  117. gs 'stat'
  118. '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
  119. gs 'arousal', 'vaginal', 10, 'sub'
  120. gs 'stat'
  121. gs 'BDsex', 'org'
  122. givfinrand = rand(0, 10)
  123. if harakBoy > 0:
  124. if givfinrand >= 8:
  125. 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
  126. act 'Take it on the face':gt 'BDsex', 'facial'
  127. act 'Open your mouth':gt 'BDsex', 'swallow'
  128. exit
  129. end
  130. end
  131. givfinrand = rand(0, 10)
  132. if harakBoy = 2:
  133. if givfinrand >= 8:
  134. 'Suddenly <<$boydesc>> pulls his member out and begins to fondle your ass, preparing it for penetration.'
  135. act 'Do anal':gt 'BDsex', 'anal2'
  136. exit
  137. end
  138. end
  139. gs 'BDsex', 'cum'
  140. act 'Leave':gt 'BDsex', 'end'
  141. end
  142. if $ARGS[0] = 'sex2':
  143. pose = 1
  144. gs 'stat'
  145. picrand = rand(1, 5)
  146. '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/vagdog<<picrand>>.jpg"></center>'
  147. gs 'arousal', 'vaginal', 10, 'sub'
  148. gs 'stat'
  149. gs 'BDsex', 'org'
  150. givfinrand = rand(0, 10)
  151. if harakBoy > 0:
  152. if givfinrand >= 8:
  153. 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
  154. act 'Take it on the face':gt 'BDsex', 'facial'
  155. act 'Open mouth':gt 'BDsex', 'swallow'
  156. exit
  157. end
  158. end
  159. givfinrand = rand(0, 10)
  160. if harakBoy = 2:
  161. if givfinrand >= 8:
  162. 'Suddenly <<$boydesc>> withdraws and begins to fondle your ass, preparing it for penetration.'
  163. act 'Anal':gt 'BDsex', 'anal2'
  164. exit
  165. end
  166. end
  167. gs 'BDsex', 'cum'
  168. act 'Leave':gt 'BDsex', 'end'
  169. end
  170. if $ARGS[0] = 'sex3':
  171. pose = 0
  172. gs 'stat'
  173. picrand = rand(1, 5)
  174. '<center><img <<$set_imgh>> src="images/shared/sex/vag/cowgirl/vagcow<<picrand>>.jpg"></center>'
  175. gs 'arousal', 'vaginal', 10, 'sub'
  176. gs 'stat'
  177. gs 'BDsex', 'org'
  178. gs 'BDsex', 'cum'
  179. end
  180. if $ARGS[0] = 'anal':
  181. gs 'arousal', 'anal', 10, 'sub'
  182. gs 'stat'
  183. gs 'bdsex', 'an'
  184. gs 'bdsex', 'ancum'
  185. end
  186. if $ARGS[0] = 'anal2':
  187. picrand = rand(1, 10)
  188. '<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal2<<picrand>>.jpg"></center>'
  189. gs 'arousal', 'anal', 10, 'sub'
  190. gs 'stat'
  191. gs 'bdsex', 'an'
  192. givfinrand = rand(0, 10)
  193. if harakBoy > 0:
  194. if givfinrand >= 8:
  195. 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
  196. act 'Take it on the face':gt 'BDsex', 'facial'
  197. act 'Open mouth':gt 'BDsex', 'swallow'
  198. exit
  199. end
  200. end
  201. gs 'bdsex', 'ancum'
  202. act 'Leave':gt 'BDsex', 'end'
  203. end
  204. if $ARGS[0] = 'anal3':
  205. gs 'arousal', 'anal', 10, 'sub'
  206. gs 'stat'
  207. gs 'bdsex', 'an'
  208. gs 'bdsex', 'ancum'
  209. end
  210. if $ARGS[0] = 'hj':
  211. !!handjob
  212. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand1.jpg"></center>'
  213. 'You take his <<dick>> centimeter penis and begin to caress the shaft, moving the skin over the crimson head.'
  214. gs 'arousal', 'hj', 5
  215. gs 'stat'
  216. bjrand = rand(0, 100)
  217. if bjrand >= 75:
  218. if harakBoy = 0:
  219. '<<$boydesc>> moans, "I''m going to come."'
  220. act 'Let ends':
  221. cla
  222. *clr
  223. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
  224. if protect = 1:
  225. gs 'cum_manage'
  226. protect = 0
  227. if sexcontra = 4:
  228. '<<$boydesc>> finishes, filling the condom with his hot and sticky cum, and then a slimy feeling. You realize that the condom burst.'
  229. gs 'arousal', 'end'
  230. gs 'stat'
  231. elseif sexcontra = 5:
  232. '<<$boydesc>> finishes, filling the condom with his hot and sticky cum. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
  233. gs 'arousal', 'end'
  234. gs 'stat'
  235. else
  236. '<<$boydesc>> finishes, filling the condom with his hot and sticky cum.'
  237. gs 'arousal', 'end'
  238. gs 'stat'
  239. end
  240. sexcontra = 0
  241. else
  242. '<<$boydesc>> finishes, covering your hands in his hot and sticky cum.'
  243. spafinloc = 13
  244. sexpartkno = 1
  245. gs 'cum_manage'
  246. gs 'arousal', 'end'
  247. gs 'stat'
  248. end
  249. act 'Leave':gt 'BDsex', 'end'
  250. end
  251. act 'Take by mouth':gt 'BDsex', 'minet'
  252. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  253. elseif harakBoy = 1:
  254. '<<$boydesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
  255. act 'Take by mouth':gt 'BDsex', 'minet'
  256. act 'Lie on your back and spread her legs ':gt 'BDsex', 'sex'
  257. else
  258. brand = rand(0, 100)
  259. if brand < 70:
  260. '<<$boydesc>> caresses your pussy with his fingers.'
  261. gs 'arousal', 'vaginal_finger', -5, 'sub'
  262. gs 'stat'
  263. trand = rand(0, 2)
  264. if trand < 2:
  265. '<<$boydesc>> attempts to lay you down on your back.'
  266. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  267. else
  268. '<<$boydesc>> turns you around.'
  269. act 'Stand on all fours':gt 'BDsex', 'sex2'
  270. end
  271. elseif brand >= 70 and brand < 80:
  272. '<<$boydesc>> tells you that he wants your ass.'
  273. act 'Anal':gt 'BDsex', 'anal2'
  274. gs 'willpower', 'sex', 'resist'
  275. if will_cost <= pcs_willpwr:
  276. act '"I do not want to!" Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
  277. act '"I''ll do it doggy style, but not in the ass!" (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
  278. else
  279. act '"I do not want to!" Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  280. act '"I''ll do it doggy style, but not in the ass!" (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  281. end
  282. gs 'willpower', 'bj', 'resist'
  283. if will_cost <= pcs_willpwr:
  284. act 'Take him into your mouth (<<will_cost>> Willpower)': gs 'willpower', 'bj', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'minet'
  285. else
  286. act 'Take him into your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  287. end
  288. elseif brand >= 80:
  289. '<<$boydesc>> forces your face down on his member.'
  290. act 'Take by mouth':gt 'BDsex', 'minet'
  291. end
  292. end
  293. else
  294. '<<$boydesc>> Now finish.'
  295. act 'Take it on the face':gt 'BDsex', 'facial'
  296. act 'Open mouth':gt 'BDsex', 'swallow'
  297. end
  298. end
  299. if $ARGS[0] = 'minet':
  300. !!blowjob
  301. picrand = rand(24, 28)
  302. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bj<<picrand>>.jpg"></center>'
  303. gs 'arousal', 'bj', 10, 'sub'
  304. gs 'stat'
  305. gs 'bdsex', 'autobj'
  306. bjrand = rand(0, 100)
  307. if bjrand >= 75:
  308. if harakBoy = 0:
  309. '<<$boydesc>> moans, "I''m going to come."'
  310. act 'In the palm of your hand':
  311. cla
  312. *clr
  313. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
  314. if protect = 1:
  315. '<<$boydesc>> finishes, filling the condom with his cum.'
  316. protect = 0
  317. sexcontra = 0
  318. gs 'arousal', 'end'
  319. gs 'stat'
  320. else
  321. '<<$boydesc>> finished all over your hands covering them in hot and sticky cum.'
  322. spafinloc = 13
  323. sexpartkno = 1
  324. gs 'cum_manage'
  325. gs 'arousal', 'end'
  326. gs 'stat'
  327. end
  328. act 'Leave':gt 'BDsex', 'end'
  329. end
  330. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  331. elseif harakBoy = 1:
  332. '<<$boydesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
  333. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  334. else
  335. brand = rand(0, 100)
  336. if brand < 70:
  337. '<<$boydesc>> caresses your pussy with his fingers.'
  338. gs 'arousal', 'vaginal_finger', -10, 'sub'
  339. gs 'stat'
  340. trand = rand(0, 2)
  341. if trand < 2:
  342. '<<$boydesc>> tries to lay you down on your back.'
  343. act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
  344. else
  345. '<<$boydesc>> turns you around.'
  346. act 'Stand on all fours':gt 'BDsex', 'sex2'
  347. end
  348. elseif brand >= 70:
  349. '<<$boydesc>> tells you that he wants your ass.'
  350. act 'Anal':gt 'BDsex', 'anal2'
  351. gs 'willpower', 'sex', 'resist'
  352. if will_cost <= pcs_willpwr:
  353. act '"I do not want to!" Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
  354. act '"I''ll do it doggy style, but not in the ass!" (<<will_cost>> Willpower)': gs 'willpower', 'sex', 'resist' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
  355. else
  356. act '"I do not want to!" Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  357. act '"I''ll do it doggy style, but not in the ass!" (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  358. end
  359. end
  360. end
  361. else
  362. '<<$boydesc>> Now finish.'
  363. act 'Take it on the face':gt 'BDsex', 'facial'
  364. act 'Open mouth':gt 'BDsex', 'swallow'
  365. if harakBoy = 0:
  366. act 'In the palm of your hand':
  367. cla
  368. *clr
  369. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
  370. if protect = 1:
  371. '<<$boydesc>> finishes, filling the condom with his cum.'
  372. protect = 0
  373. sexcontra = 0
  374. gs 'arousal', 'end'
  375. gs 'stat'
  376. else
  377. '<<$boydesc>> finished all over your hands covering them in hot and sticky cum.'
  378. spafinloc = 13
  379. sexpartkno = 1
  380. gs 'cum_manage'
  381. gs 'arousal', 'end'
  382. gs 'stat'
  383. end
  384. act 'Leave':gt 'BDsex', 'end'
  385. end
  386. end
  387. end
  388. end
  389. if $ARGS[0] = 'facial':
  390. facial += 1
  391. minut += 3
  392. picrand = rand(11, 15)
  393. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial<<picrand>>.jpg"></center>'
  394. if protect = 1:
  395. '<<$boydesc>> finishes, filling the condom with his cum.'
  396. protect = 0
  397. sexcontra = 0
  398. else
  399. 'Thick jets of sperm hits you square in the face.'
  400. spafinloc = 11
  401. sexpartkno = 1
  402. gs 'cum_manage'
  403. end
  404. gs 'stat'
  405. act 'Brush up':gt 'BDsex', 'end'
  406. end
  407. if $ARGS[0] = 'swallow':
  408. minut += 3
  409. picrand = rand(20, 29)
  410. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum<<picrand>>.jpg"></center>'
  411. if protect = 1:
  412. '<<$boydesc>> finishes, and you feel the condom balloon up in your mouth.'
  413. protect = 0
  414. sexcontra = 0
  415. else
  416. 'Thick jets of sharply smelling sperm fill your mouth.'
  417. spafinloc = 12
  418. sexpartkno = 1
  419. gs 'cum_manage'
  420. swallow += 1
  421. end
  422. gs 'stat'
  423. act 'Brush up':gt 'BDsex', 'end'
  424. end
  425. if $ARGS[0] = 'end':
  426. NoGuy = 0
  427. if BDcafe = 1:
  428. BDcafe = 0
  429. act 'Leave':gt 'street'
  430. elseif Yuri_sex = 1:
  431. Yuri_sex = 0
  432. cumspclnt = 4
  433. gs 'cum_cleanup'
  434. gs 'stat'
  435. 'Yuri lets you have a quick shower and dress before giving you a quick kiss on the cheek.'
  436. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  437. act 'Leave':gt 'nord'
  438. elseif $boydesc = 'Michael N.':
  439. act 'Leave':dynamic $brodilr
  440. elseif InYouHome = 1:
  441. InYouHome = 0
  442. '<<$boydesc>> politely says goodbye and leaves.'
  443. act 'Leave':gt 'korr'
  444. exit
  445. elseif GoToGuy = 1:
  446. GoToGuy = 0
  447. act 'Leave':gt 'nord'
  448. elseif harakBoy = 1:
  449. harakBoy = 0
  450. cumspclnt = 4
  451. gs 'cum_cleanup'
  452. 'You wash quickly in shower and <<$boydesc>> begins to hurry you out.'
  453. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  454. act 'Leave':dynamic $brodilr
  455. elseif harakBoy = 0:
  456. minut += 15
  457. pcs_horny += 1
  458. pcs_hairbsh = 1
  459. pcs_makeup = 1
  460. noShampoo = 1
  461. dynamic $showerdin
  462. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  463. 'You go into the bathroom and turn on the shower, lathering body and washing as well as you can.'
  464. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  465. act 'Leave':dynamic $brodilr
  466. elseif harakBoy = 2:
  467. '<<$boydesc>> won''t even let you go to the bathroom to clean up.'
  468. act 'Leave':dynamic $brodilr
  469. elseif finance > 0:
  470. if finance = 1:money += 300
  471. if finance = 2:money += 500
  472. '<<$boydesc>> gives you money for a taxi and kicks you out of the apartment.'
  473. act 'Leave':dynamic $brodilr
  474. elseif finance = 0:
  475. '<<$boydesc>> kicks you out of the apartment.'
  476. act 'Leave':dynamic $brodilr
  477. elseif GoToGuy = 0:
  478. act 'Leave':
  479. gorand = rand(0, 2)
  480. if gorand = 0:dynamic $brodilr
  481. if gorand = 1:gt 'down'
  482. if gorand = 2:gt 'nord'
  483. end
  484. else
  485. act 'Leave':dynamic $brodilr
  486. end
  487. end
  488. if $ARGS[0] = 'org':
  489. protect = 0
  490. vidageday -= 1
  491. if tabletki <= 0 and prezik > 0:
  492. dynamic $prezik
  493. protect = 1
  494. '<<$boydesc>> takes a condom and puts it on his <<dick>> centimeter member.'
  495. if preziktype = 2:
  496. sexcontra = 7
  497. else
  498. sexcontra = 3
  499. end
  500. else
  501. sexcontra = 0
  502. end
  503. if mesec > 0:
  504. !!periods, orgasm is not possible
  505. pcs_mood -= 10
  506. !pcs_willpwr -= 10
  507. 'It is your time of the month and, as his member rams into you, vaginal blood flows slowly around his girth. Painful sensations and pleasure mix. You moan while his strong <<dick>> centimeter dick fucks your pussy.'
  508. $orgasm_or = 'no'
  509. gs 'stat'
  510. elseif mesec <= 0 and pcs_vag > 0:
  511. !!no monthly
  512. !!horny - excitement
  513. !!pcs_vag - the elasticity of the vagina
  514. !!silavag - skill Man 0-sad_sack, 1-middle_peasant 2-stud
  515. !!dick - penis Man
  516. !!orgazm - Total coefficient of pleasure
  517. !!0 - very painful, 1 - it_hurts, 2 - not nice, 3 - so-so, 4 - nedoorgazm 5 - orgasm
  518. smazka = pcs_horny / 10
  519. prinat = smazka + pcs_vag
  520. if dick >= prinat * 2:
  521. !!member of the critical features more years
  522. if silavag = 0:orgazm = 0
  523. if silavag = 1:orgazm = 1
  524. if silavag = 2:orgazm = 2
  525. elseif dick < prinat * 2 and dick > prinat:
  526. !!member more options gg
  527. if silavag = 0:
  528. if pcs_horny >= 100:orgazm = 5
  529. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  530. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 3
  531. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 2
  532. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 1
  533. if pcs_horny < 60:orgazm = 0
  534. elseif silavag = 1:
  535. if pcs_horny >= 90:orgazm = 5
  536. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  537. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 3
  538. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 2
  539. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 1
  540. if pcs_horny < 50:orgazm = 0
  541. elseif silavag = 2:
  542. if pcs_horny >= 80:orgazm = 5
  543. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  544. if pcs_horny >= 60 and pcs_horny < 70:orgazm = 3
  545. if pcs_horny >= 50 and pcs_horny < 60:orgazm = 2
  546. if pcs_horny >= 40 and pcs_horny < 50:orgazm = 1
  547. if pcs_horny < 40:orgazm = 0
  548. end
  549. elseif dick <= prinat and dick >= pcs_vag:
  550. !!Member fewer opportunities gg
  551. if silavag = 0:
  552. if pcs_horny >= 80:orgazm = 5
  553. if pcs_horny >= 60 and pcs_horny < 80:orgazm = 4
  554. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 3
  555. if pcs_horny < 40:orgazm = 2
  556. elseif silavag = 1:
  557. if pcs_horny >= 70:orgazm = 5
  558. if pcs_horny >= 50 and pcs_horny < 70:orgazm = 4
  559. if pcs_horny >= 30 and pcs_horny < 50:orgazm = 3
  560. if pcs_horny < 30:orgazm = 2
  561. elseif silavag = 2:
  562. if pcs_horny >= 60:orgazm = 5
  563. if pcs_horny >= 40 and pcs_horny < 60:orgazm = 4
  564. if pcs_horny >= 20 and pcs_horny < 40:orgazm = 3
  565. if pcs_horny < 20:orgazm = 2
  566. end
  567. elseif dick <= prinat and dick < pcs_vag:
  568. if silavag = 0:
  569. if pcs_horny >= 100:orgazm = 5
  570. if pcs_horny >= 90 and pcs_horny < 100:orgazm = 4
  571. if pcs_horny < 90:orgazm = 6
  572. elseif silavag = 1:
  573. if pcs_horny >= 90:orgazm = 5
  574. if pcs_horny >= 80 and pcs_horny < 90:orgazm = 4
  575. if pcs_horny < 80:orgazm = 6
  576. elseif silavag = 2:
  577. if pcs_horny >= 80:orgazm = 5
  578. if pcs_horny >= 70 and pcs_horny < 80:orgazm = 4
  579. if pcs_horny < 70:orgazm = 6
  580. end
  581. end
  582. if orgazm = 0:
  583. pcs_mood -= 15
  584. 'You groan in pain when <<$boydesc>> enters you, tears flowing from your eyes as you endure the feeling of having a red-hot rod between your legs. You cry and moan while his strong <<dick>> centimeter dick fucks your pussy.'
  585. gs 'arousal', 'vaginal', 5, 'sub'
  586. gs 'stat'
  587. elseif orgazm = 1:
  588. pcs_mood -= 10
  589. 'You bite your lip in pain when <<$boydesc>> enters you, a twinge of pain between your legs. Frowning, you moan in pain while his strong <<dick>> centimeter dick fucks your pussy.'
  590. gs 'arousal', 'vaginal', 5, 'sub'
  591. gs 'stat'
  592. elseif orgazm = 2:
  593. pcs_mood -= 5
  594. 'You wince at the sudden pain when <<$boydesc>> enters you, the pain between your legs gradually calms and becomes quite tolerable. You try to get aroused while his strong <<dick>> centimeter dick fucks your pussy, but it is not enough.'
  595. gs 'arousal', 'vaginal', 5, 'sub'
  596. gs 'stat'
  597. elseif orgazm = 3:
  598. pcs_mood += 5
  599. 'You are startled by the feeling as your pussy is stretched when <<$boydesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy.'
  600. gs 'arousal', 'vaginal', 5, 'sub'
  601. gs 'stat'
  602. elseif orgazm = 4:
  603. pcs_mood += 10
  604. 'You are startled by the feeling as your pussy is stretched when <<$boydesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy. Gradually a pleasant warmth and ripple grows in the lower abdomen, but the feeling never peaks, instead decreasing in strength even as it remains with you until the end.'
  605. gs 'arousal', 'vaginal', 5, 'sub'
  606. gs 'stat'
  607. elseif orgazm = 5:
  608. pcs_mood += 15
  609. 'You gasp at the feeling as your pussy spreads for his dick. Your groin becomes very warm and pleasant, when his strong <<dick>> centimeter dick hammers your pussy. Gradually the pleasant warmth ripples in your lower abdomen and then the feeling intensifies and your whole body tenses as the hot waves of orgasm rush over you. You can not help screaming in pleasure as you writhe under the sensation.'
  610. gs 'arousal', 'vaginal', 5, 'sub'
  611. $orgasm_or = 'yes'
  612. gs 'stat'
  613. elseif orgazm = 6:
  614. pcs_mood += 5
  615. 'You feel every inch as his member enters your pussy when <<$boydesc>> slides home. It is a pleasant feeling, but his dick is significantly smaller than you prefer and <<dick>> inches is not enough for you. Gradually, a pleasant ripples grows in your lower abdomen, but the feeling never rises to true orgasm.'
  616. gs 'arousal', 'vaginal', 5, 'sub'
  617. gs 'stat'
  618. end
  619. if pcs_vag <= dick:pcs_vag += 1
  620. elseif pcs_vag = 0 and mesec <= 0:
  621. pcs_mood -= 15
  622. 'You bite your lip in pain and tears gush from your eyes when <<$boydesc>> enters you, breaking your hymen. You moan while weeping as his strong <<dick>> centimeter dick fucks your bloody pussy.'
  623. gs 'arousal', 'vaginal', 5, 'sub', 'rough'
  624. gs 'stat'
  625. end
  626. if pcs_vag < dick:pcs_vag += 1
  627. cumprecheck = 1
  628. sexpartkno = 1
  629. gs 'cum_manage'
  630. end
  631. if $ARGS[0] = 'cum':
  632. if protect ! 1:
  633. !!unprotected sex
  634. finrand = rand(0, 1)
  635. if finrand = 0:
  636. !!inside
  637. sexpartkno = 1
  638. gs 'cum_manage'
  639. '<<$boydesc>> groans and you feel each jet of sperm paint the walls of your womb with seed.'
  640. gs 'arousal', 'end'
  641. gs 'stat'
  642. pcs_mood -= 15
  643. gs 'cuminsidereact'
  644. elseif finrand = 1:
  645. !!out
  646. if pose = 0:
  647. spafinloc = 14
  648. sexpartkno = 1
  649. gs 'cum_manage'
  650. '<<$boydesc>> shouts, pulling out to finish on your stomach.'
  651. gs 'arousal', 'end'
  652. gs 'stat'
  653. elseif pose = 1:
  654. spafinloc = 4
  655. sexpartkno = 1
  656. gs 'cum_manage'
  657. '<<$boydesc>> shudders, pulling out just in time to paint your ass white with semen.'
  658. gs 'arousal', 'end'
  659. gs 'stat'
  660. end
  661. end
  662. elseif protect = 1:
  663. protect = 0
  664. if sexcontra = 4:
  665. '<<$boydesc>> groans and you feel heat building deep inside, and then a slimy feeling. You realize that the condom burst.'
  666. gs 'arousal', 'end'
  667. gs 'stat'
  668. elseif sexcontra = 5:
  669. '<<$boydesc>> groans and you feel heat building deep inside. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
  670. gs 'arousal', 'end'
  671. gs 'stat'
  672. else
  673. '<<$boydesc>> groans and you feel heat building deep inside. You realize that he has filled the condom.'
  674. gs 'arousal', 'end'
  675. gs 'stat'
  676. end
  677. sexcontra = 0
  678. end
  679. pose = 0
  680. end
  681. if $ARGS[0] = 'autobj':
  682. 'You little fingers caress his <<dick>> centimeter shaft before you take the head into your mouth and began to suck.'
  683. gs 'arousal', 'hj', 5, 'sub'
  684. gs 'stat'
  685. if harakBoy = 0:
  686. '<<$boydesc>> closes his eyes in pleasure, enjoying the caress of your lips.'
  687. gs 'arousal', 'bj', 5, 'sub'
  688. gs 'stat'
  689. elseif harakBoy = 1:
  690. '<<$boydesc>> stares expectingly at you until your lips glide over his hard dick.'
  691. gs 'arousal', 'bj', 5, 'sub'
  692. gs 'stat'
  693. elseif harakBoy = 2:
  694. if pcs_makeup > 1:pcs_makeup = 0
  695. pcs_hairbsh = 0
  696. '<<$boydesc>> grabs your hair and begins to fuck your mouth roughly, each thrust strikes against the back of your throat as tears flow from your eyes.'
  697. gs 'arousal', 'bj', 5, 'sub', 'rough'
  698. gs 'stat'
  699. end
  700. pcs_horny += pcs_throat + 10 - (willpowermax / 10)
  701. 'His hard and hot cock slides into your wet mouth, filling it completely. Your lips are locked tightly around his dick in a lovers embrace.'
  702. if pcs_horny >= 100:
  703. pcs_mood += 15
  704. 'As you suck the dick before you, a fire smolders between your legs, building into a conflagration of orgasm. you moan around the cock in your mouth, never once slowing your pace.'
  705. gs 'arousal', 'bj', -5, 'sub'
  706. $orgasm_or = 'yes'
  707. gs 'stat'
  708. end
  709. !!'Finally <<$boydesc>> groans and you realize that he is at his limit.'
  710. end
  711. if $ARGS[0] = 'an':
  712. !!if analplugin = 1:
  713. !! analpluginbonus = 10
  714. !! analplugin = 0
  715. !! if pcs_ass < 16:'<<$boydesc>> pulls the plug out of your narrow and tight ass.'
  716. !! if pcs_ass >= 16:'<<$boydesc>> pulls the butt plug out of your ass, hot juices dripping from your now unstoppered hole.'
  717. !! if pcs_ass + analpluginbonus < dick:'You scream and bite your lip at the sharp pain when the <<dick>> centimeter dick parts your ass and plunges home.'
  718. !! if pcs_ass + analpluginbonus >= dick:'You groan and a satisfying fullness spreads through you as the <<dick>> member centimeter dick forces its way into your ass.'
  719. !! !!gs 'BDsex', 'ancum'
  720. !!end
  721. gs 'dinsex','boy_wants_anal'
  722. '<<$boydesc>> lays you on your stomach on the bed, spreading your ass apart as he begins to massage and open your anus with his fingers, first one, then two.'
  723. gs 'arousal', 'anal_finger', 5, 'sub'
  724. if pcs_ass < 10:'You groan in pain as his third finger invades your ass.' else 'You feel your asshole stretch to accommodate his third finger.'
  725. '<<$boydesc>> abruptly pulls his fingers out of your ass and you feel his hard cock rest against your hole.'
  726. if pcs_ass + lubonus < dick:'You scream and bite your lip at the sharp pain when the <<dick>> member centimeter enters your ass.'
  727. if pcs_ass + lubonus >= dick:'You groan and a satisfying fullness spreads through you as the <<dick>> member centimeter dick forces its way into your ass.'
  728. '<<$boydesc>> stops his assault for a moment, giving your ass time to adapt to the cock invading it before he starts you again, this time even more insistent.'
  729. gs 'arousal', 'anal', 10, 'sub'
  730. gs 'stat'
  731. if pcs_ass + lubonus + 2 < dick:
  732. if pcs_makeup > 1:pcs_makeup = 0
  733. 'You utter a muffled cry and bite down a pillow when his <<dick>> centimeter cock begins to fuck your ass full force.'
  734. gs 'arousal', 'anal',10, 'sub'
  735. gs 'stat'
  736. elseif pcs_ass + lubonus + 2 >= dick:
  737. 'You start to moan rhythmically in time with thrusts of the dick buried in your ass.'
  738. gs 'arousal', 'anal', 10, 'sub'
  739. gs 'stat'
  740. end
  741. end
  742. if $ARGS[0] = 'ancum':
  743. 'Finally <<$boydesc>> grabs your tight ass and drives home, hilting his dick in your aching ass and slapping your pussy with his balls as he cums.'
  744. spafinloc = 3
  745. sexvolume = 20
  746. sexpartkno = 1
  747. gs 'cum_manage'
  748. minut += 3
  749. spafinloc = 4
  750. sexvolume = 20
  751. sexpartkno = 1
  752. gs 'arousal', 'end'
  753. gs 'stat'
  754. gs 'cum_manage'
  755. if pcs_ass < dick:pcs_ass += 1
  756. pcs_horny += (pcs_ass - dick) * 3
  757. if pcs_horny < 1:
  758. pcs_horny = 1
  759. elseif pcs_horny >= 100:
  760. 'A blazing fire of pleasure explodes from your ass and spreads in waves of ecstasy up your body. Moaning, you instinctively drive yourself to impale your ass on his dick.'
  761. $orgasm_or = 'yes'
  762. gs 'arousal', 'anal', -5, 'sub'
  763. gs 'stat'
  764. end
  765. end
  766. --- BDsex ---------------------------------