mod_cherrypop_start.qsrc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. # mod_cherrypop_start
  2. if $ARGS[0] = 'start':
  3. $numstr[1] = 'one'
  4. $numstr[2] = 'two'
  5. $numstr[3] = 'three'
  6. $numstr[4] = 'four'
  7. $numstr[5] = 'five'
  8. $numstr[6] = 'six'
  9. $numstr[7] = 'seven'
  10. $numstr[8] = 'eight'
  11. $numstr[9] = 'nine'
  12. $numstr[10] = 'ten'
  13. cla
  14. clr
  15. *clr
  16. minut += 5
  17. elektro += 3
  18. internet -= 1
  19. gs 'stat'
  20. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  21. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  22. ''
  23. 'A fashionable high class agency website. From the look of it, it seems to be targetted to a wealthy, older aged men.'
  24. if profile = 1:act 'Check your profile':gt 'mod_cherrypop_start', 'profile'
  25. if aboutUs = 1:act 'Go to Virgins section':gt 'mod_cherrypop_start', 'virgins'
  26. if aboutUs = 1:act 'Go to Celebrities section':gt 'mod_cherrypop_start', 'celebrities'
  27. if aboutUs = 1:act 'Go to Dominas section':gt 'mod_cherrypop_start', 'dominas'
  28. if aboutUs = 1:act 'Go to Escorts section':gt 'mod_cherrypop_start', 'escorts'
  29. act 'About us':gt 'mod_cherrypop_start', 'aboutUs'
  30. act 'Leave this website':gt 'komp', 'brows'
  31. end
  32. if $ARGS[0] = 'aboutUs':
  33. cla
  34. clr
  35. *clr
  36. minut += 5
  37. elektro += 1
  38. internet -= 1
  39. aboutUs = 1
  40. gs 'stat'
  41. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  42. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  43. ''
  44. '<h3>About us</h3>'
  45. ''
  46. 'CherryPop Agency is a company that runs a business mediating various relations, mostly between young attractive girls and wealthy men.'
  47. 'By further reading you realize that it''s scope of business is quite wide - high class escort, celebrities, dominas, virgins..'
  48. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  49. end
  50. if $ARGS[0] = 'celebrities':
  51. cla
  52. clr
  53. *clr
  54. minut += 5
  55. elektro += 1
  56. internet -= 1
  57. aboutUs = 1
  58. gs 'stat'
  59. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  60. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  61. ''
  62. '<h3>Celebrities</h3>'
  63. ''
  64. 'Dou you have a favourite porn star, instagram model or maybe an actress? Did you every dreamed to meet her? Now you can!'
  65. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  66. end
  67. if $ARGS[0] = 'dominas':
  68. cla
  69. clr
  70. *clr
  71. minut += 5
  72. elektro += 1
  73. internet -= 1
  74. aboutUs = 1
  75. gs 'stat'
  76. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  77. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  78. ''
  79. '<h3>Dominas</h3>'
  80. ''
  81. 'Are you a man of power, of control? Do you need a relief from this burden, letting someone else take it over?'
  82. 'Does it make you shiver if that someone else is a beautyful yet strict lady?'
  83. 'Let us know!'
  84. ''
  85. ''
  86. '<i>Currently not hiring new dominas.</i>'
  87. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  88. end
  89. if $ARGS[0] = 'escorts':
  90. cla
  91. clr
  92. *clr
  93. minut += 5
  94. elektro += 1
  95. internet -= 1
  96. aboutUs = 1
  97. gs 'stat'
  98. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  99. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  100. ''
  101. '<h3>Escorts</h3>'
  102. ''
  103. 'Are you a busy man with no time for regular dating, yet your needs have to be taken care of?'
  104. 'Do you need someone to accompany you to a meeting or an event, maybe with some bonus afterwards?'
  105. ''
  106. 'Our beautiful and young escorts will fulfill all your fantasies and tend to all your needs!'
  107. ''
  108. ''
  109. '<b>Are you a young woman with good looks and body, eager to make quick and generous pay? Contact us!</b>'
  110. ''
  111. '1) You will fill in form stating all your data - and also with photos of yourself. Remember - the more sexier they''ll be, the better your chance to find a customer and maximise your price!'
  112. '2) When we have all the data, we will create profile page for you, enabling potential customers to find you.'
  113. '3) You need to check your profile periodically to look whether a customer sent you a message asking for your services'
  114. '4) When you confirm an offer, we will arrange for a payment and send you details of the meeting.'
  115. '5) Once we receive feedback from the customer regarding the Act, we will process the payment to your account.'
  116. ''
  117. if eprofile = 0:act 'Sign up':stage = 0 && gt 'mod_cherrypop_escorts', 'sign'
  118. if eprofile = 1:act 'Your CherryEscort profile':gt 'mod_cherrypop_escorts', 'eprofile'
  119. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  120. end
  121. if $ARGS[0] = 'virgins':
  122. cla
  123. clr
  124. *clr
  125. minut += 5
  126. elektro += 1
  127. internet -= 1
  128. aboutUs = 1
  129. gs 'stat'
  130. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  131. '<left><img <<$set_imgh>> src="mod\cherrypop\cherrypophp.jpg"></left>'
  132. ''
  133. '<h3>Virgins</h3>'
  134. ''
  135. 'Have you always desired for a yet untouched girl to be her first time with you, but never got the chance? We can make that happen for you!'
  136. 'Are you a virgin girl and want to make quick and generous pay? Contact us!'
  137. act 'How does it work?':
  138. ''
  139. '<b>Are you a virgin and want to make quick and generous pay? Contact us!</b>'
  140. ''
  141. '1) You will fill in form stating all your data - and also with photos of yourself. Remember - the more sexier they''ll be, the better your chance to find a buyer or to maximise your price!'
  142. '2) When we have all the data, we will create profile page for you, enabling potential buyers to start bidding.'
  143. '3) You need to check your profile periodically and when you are content with a bid, you can confirm it. Remember - the longer you let them bid, the higher the bid gets, but also they may loose interest in you - new girls arrive daily!'
  144. '4) When you confirm a bid, we will contact the winning buyer and process the payment with him.'
  145. '5) Once we have the payment, we will arrange a meeting for you two where the actual Act will happen. Remember - you need to dress up sexy and be willing to do what the buyer paid for!'
  146. '6) Once we receive feedback from the buyer regarding the Act, we will process the payment to your account.'
  147. ''
  148. if profile = 0:'Do you like it? <a href="exec:gt ''mod_cherrypop_start'', ''virgins_sign''">Sign up!</a>'
  149. if profile = 1:'Do you like it? Sign up! <i>(You already have an account)</i>'
  150. end
  151. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  152. end
  153. if $ARGS[0] = 'virgins_sign':
  154. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  155. ''
  156. '<h3>Virgins - sign up form</h3>'
  157. ''
  158. 'You fill in you data: age, weight, measurements, breast size, feet size, eye colour, hair colour, hair length.. almost complete description of yourself.'
  159. 'Now is time to take some pictures and upload them.'
  160. '<i>I should be careful. Sooner or later someone I know in Pavlovsk will see them..</i>'
  161. ''
  162. if stage = 1:
  163. prudeLvl = 1
  164. $mod_cherrypop_imagelinks['profile_1'] = '<img height="250" src="images\pc\activities\phone\selfies\bedroom\clothed\25.jpg" /> <img height="250" src="images\pc\activities\phone\selfies\livingroom\clothed\16.jpg" /> '
  165. $mod_cherrypop_imagelinks['profile_2']
  166. elseif stage = 2:
  167. '<i>Showing more skin can surely bring me some interest!</i>'
  168. ''
  169. prudeLvl = 2
  170. $mod_cherrypop_imagelinks['profile_2'] = '<img src="images\pc\activities\phone\selfies\livingroom\underwear\8.jpg" height="250" /> <img src="images\pc\activities\phone\selfies\bedroom\underwear\6.jpg" height="250" /> '
  171. $mod_cherrypop_imagelinks['profile_2']
  172. elseif stage = 3:
  173. '<i>Those guys will surely love my titties!</i>'
  174. ''
  175. prudeLvl = 3
  176. $mod_cherrypop_imagelinks['profile_3'] = '<img src="images\pc\activities\phone\selfies\bedroom\titflash\10.jpg" height="250" /> <img src="images\pc\activities\phone\selfies\bedroom\titflash\4.jpg" height="250" /> '
  177. $mod_cherrypop_imagelinks['profile_3']
  178. elseif stage = 4:
  179. '<i>The more they see the more they will want me!</i>'
  180. ''
  181. prudeLvl = 4
  182. $mod_cherrypop_imagelinks['profile_4'] = '<img height="250" src="images\pc\activities\phone\selfies\bedroom\nude\11.jpg" /> <img height="250" src="images\pc\activities\phone\selfies\livingroom\assflash\2.jpg" /> '
  183. $mod_cherrypop_imagelinks['profile_4']
  184. elseif stage = 5:
  185. 'You decide the best approach is to be as provocative as possible.'
  186. ''
  187. prudeLvl = 5
  188. $mod_cherrypop_imagelinks['profile_5'] = '<img height="250" src="images\pc\activities\phone\selfies\bedroom\nude\3.jpg" /> <img height="250" src="images\pc\activities\phone\selfies\bedroom\pussyflash\10.jpg" /> '
  189. $mod_cherrypop_imagelinks['profile_5']
  190. elseif stage = 6:
  191. '<i>When they see it they will fight to be the one to break it!</i>'
  192. ''
  193. prudeLvl = 6
  194. $mod_cherrypop_imagelinks['profile_6'] = '<img height="250" src="<<$pcs_vag_image>>" />'
  195. $mod_cherrypop_imagelinks['profile_6']
  196. end
  197. if stage = 0: act 'Take clothed photos':stage = 1 && gt 'mod_cherrypop_start', 'profile'
  198. if stage = 1: act 'Take photos in underwear': gs 'fame', $modFameLoc, 'prostitute', 5 && stage = 2 && gt 'mod_cherrypop_start', 'virgins_sign'
  199. if stage = 2: act 'Take photos of your breasts': gs 'fame', $modFameLoc, 'prostitute', 10 && stage = 3 && gt 'mod_cherrypop_start', 'virgins_sign'
  200. if stage = 3: act 'Take photos of your labia and asscheeks': gs 'fame', $modFameLoc, 'prostitute', 15 &&stage = 4 && gt 'mod_cherrypop_start', 'virgins_sign'
  201. if stage = 4: act 'Take photos of your pussy and ass': gs 'fame', $modFameLoc, 'prostitute', 20 && stage = 5 && gt 'mod_cherrypop_start', 'virgins_sign'
  202. if stage = 5: act 'Take a detail of your hymen': gs 'fame', $modFameLoc, 'prostitute', 25 && stage = 6 && gt 'mod_cherrypop_start', 'virgins_sign'
  203. if stage > 0: act 'That''s good enough': stage = 0 && gt 'mod_cherrypop_start', 'virgins_sign_done'
  204. end
  205. if $ARGS[0] = 'virgins_sign_done':
  206. baseBid = pcs_apprnc * 500 + pcs_horny * 50 + pcs_health * 10 + pcs_mood * 20 + bimbolevel * 3000 + prudeLvl * 2000
  207. baseDeviantRisk = (pcs_apprnc * 60 + pcs_horny * 5 + pcs_health * 2 + pcs_mood * 2 + bimbolevel * 2000 + prudeLvl * 3000) / 375
  208. profile = 1
  209. startPoint = totminut
  210. cherrypopGetRef = 1
  211. bdr1 = rand (10000, 99999)
  212. bdr2 = rand (10000, 99999)
  213. bdr3 = rand (10000, 99999)
  214. bdr4 = rand (10000, 99999)
  215. bdr5 = rand (10000, 99999)
  216. bdr6 = rand (10000, 99999)
  217. bdr7 = rand (10000, 99999)
  218. bdr8 = rand (10000, 99999)
  219. bdr9 = rand (10000, 99999)
  220. '<b>Form sent!</b>'
  221. ''
  222. 'Your form has been sent and account has been created for you.'
  223. 'You can check it out on the YourCherry <a href="exec:gt ''mod_cherrypop_start'', ''profile''">profile</a> page!'
  224. act 'YourCherry Profile':gt 'mod_cherrypop_start', 'profile'
  225. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  226. end
  227. if $ARGS[0] = 'profile':
  228. cla
  229. clr
  230. *clr
  231. minut += 5
  232. elektro += 1
  233. internet -= 1
  234. gs 'stat'
  235. if $start_type = 'tg':
  236. $modFameLoc = 'city'
  237. elseif $start_type = 'sgs':
  238. $modFameLoc = 'pav'
  239. else
  240. $modFameLoc = 'pav'
  241. end
  242. gs 'mod_cherrypop_start', 'agency_maintext'
  243. if showPhotos = 0:'Photos of <<$pcs_firstname>> (<a href="exec:showPhotos = 1 && gt ''mod_cherrypop_start'', ''profile''">show</a>/hide):'
  244. if showPhotos = 1:
  245. 'Photos of <<$pcs_firstname>> (show/<a href="exec:showPhotos = 0 && gt ''mod_cherrypop_start'', ''profile''">hide</a>):'
  246. ''
  247. $mod_cherrypop_imagelinks['profile_1'] + $mod_cherrypop_imagelinks['profile_2'] + $mod_cherrypop_imagelinks['profile_3'] + $mod_cherrypop_imagelinks['profile_4'] + $mod_cherrypop_imagelinks['profile_5'] + $mod_cherrypop_imagelinks['profile_6']
  248. end
  249. speedMult = 1
  250. if auctionPhase = 0:
  251. ''
  252. '<<$pcs_firstname>> has not yet supplied her virginity referral. Hang on gentlemen!'
  253. currPrice += baseBid
  254. elseif auctionPhase = 1:
  255. gs 'mod_cherrypop_start', 'auction_bids'
  256. elseif auctionPhase = 2 and cherrypopDeflowered = 0:
  257. '<b><<$pcs_firstname>>''s auction is now ended!</b>'
  258. 'Her virginity has been auctioned for '+currPrice+' RUB, raised from starting bid of '+baseBid+' RUB.'
  259. 'The lucky owner of her hymen is buyer No '+buyer+'.'
  260. gs 'fame', $modFameLoc, 'prostitute', 20
  261. elseif auctionPhase = 2 and cherrypopDeflowered = 1:
  262. gs 'mod_cherrypop_start', 'meeting_done'
  263. end
  264. if dbg = 0:
  265. '<a href="exec:dbg = 1 && gt ''mod_cherrypop_start'', ''profile''">Debug ON</a>/Debug OFF'
  266. ''
  267. end
  268. if dbg = 1: gs 'mod_cherrypop_start', 'debug_info'
  269. if auctionPhase = 0 and cherrypopReferral = 1:act 'Send them your virginity referral':auctionPhase = 1 && gt 'mod_cherrypop_start', 'profile'
  270. if auctionPhase = 1:act 'Grant the auction to the highest bidder':auctionPhase = 2 && gt 'mod_cherrypop_start', 'profile'
  271. if auctionPhase = 2 and cherrypopDeflowered = 0:act 'Contact the agency for arranging a meeting':gt 'mod_cherrypop_start', 'meeting'
  272. if auctionPhase = 2 and cherrypopDeflowered = 1 and cherrypopPaid = 0:
  273. if bankAccount = 0:
  274. 'You have to open a bank account in order to collect your pay!'
  275. else
  276. act 'Get your pay':gt 'mod_cherrypop_start', 'pay'
  277. end
  278. end
  279. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  280. end
  281. if $ARGS[0] = 'agency_maintext':
  282. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  283. 'presents..:'
  284. ''
  285. if cherrypopDeflowered = 0:'<b>Virgin <<$pcs_firstname>> <<$pcs_lastname>></b>'
  286. if cherrypopDeflowered = 1:'<b>Deflowered virgin <<$pcs_firstname>> <<$pcs_lastname>></b>'
  287. '<left><img height=250 src="<<FUNC(''$face_image'')>>"></left>'
  288. ''
  289. if cherrypopDeflowered = 0:
  290. if age < 20:'She is <<age>> year old teenage girl who wants sell her virginity!'
  291. if age >= 20:'She is <<age>> year old woman who wants sell her virginity!'
  292. '<<$pcs_firstname>> has <<pcs_weight>> kg, her measurements are <<pcs_bust>>-<<pcs_waist>>-<<pcs_hips>> and her breasts are considered EU <<$titsize>>.'
  293. if auctionPhase = 0:'She honestly confirms that her virginity is intact and is willing to undergo an independent medical test to confirm it for the final buyer.'
  294. if auctionPhase = 1:'She honestly confirms that her virginity is intact and already underwent an independent medical test. Her referral is at disposal to the final buyer.'
  295. elseif cherrypopDeflowered = 1:
  296. if age < 20:'She is <<age>> year old teenage girl who sold her virginity!'
  297. if age >= 20:'She is <<age>> year old woman who sold her virginity!'
  298. '<<$pcs_firstname>> has <<pcs_weight>> kg, her measurements are <<pcs_bust>>-<<pcs_waist>>-<<pcs_hips>> and her breasts are considered EU <<$titsize>>.'
  299. end
  300. ''
  301. end
  302. if $ARGS[0] = 'auction_bids':
  303. ''
  304. '<<$pcs_firstname>>''s starting bid is '+baseBid+' RUB.'
  305. randTime = rand(15, 180) * speedMult
  306. if (startPoint + randTime * 5) <= totminut and bidders = 0:
  307. bidders += 1
  308. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  309. $b1t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr1+' has placed a bid of '+currPrice+' RUB.'
  310. lastBid = startPoint + randTime
  311. elseif (lastBid + randTime) <= totminut and bidders = 1:
  312. bidders += 1
  313. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  314. $b2t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr2+' has placed a bid of '+currPrice+' RUB.'
  315. lastBid = totminut + randTime
  316. elseif (lastBid + randTime) <= totminut and bidders = 2:
  317. bidders += 1
  318. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  319. $b3t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr3+' has placed a bid of '+currPrice+' RUB.'
  320. lastBid = totminut + randTime
  321. elseif (lastBid + randTime) <= totminut and bidders = 3:
  322. bidders += 1
  323. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  324. $b4t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr4+' has placed a bid of '+currPrice+' RUB.'
  325. lastBid = totminut + randTime
  326. elseif (lastBid + randTime) <= totminut and bidders = 4:
  327. bidders += 1
  328. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  329. $b5t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr5+' has placed a bid of '+currPrice+' RUB.'
  330. lastBid = totminut + randTime
  331. elseif (lastBid + randTime) <= totminut and bidders = 5:
  332. bidders += 1
  333. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  334. $b6t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr6+' has placed a bid of '+currPrice+' RUB.'
  335. lastBid = totminut + randTime
  336. elseif (lastBid + randTime) <= totminut and bidders = 6:
  337. bidders += 1
  338. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  339. $b7t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr7+' has placed a bid of '+currPrice+' RUB.'
  340. lastBid = totminut + randTime
  341. elseif (lastBid + randTime) <= totminut and bidders = 7:
  342. bidders += 1
  343. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  344. $b8t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr8+' has placed a bid of '+currPrice+' RUB.'
  345. lastBid = totminut + randTime
  346. elseif (lastBid + randTime) <= totminut and bidders = 8:
  347. bidders += 1
  348. currPrice += rand(baseBid / 4, baseBid / 2) * pcs_apprnc / 100
  349. $b9t = day+'.'+month+'.'+year+' '+hour+':'+minut+': Bidder No '+bdr9+' has placed a bid of '+currPrice+' RUB.'
  350. lastBid = totminut + randTime
  351. elseif bidders = 9:
  352. 'It seems noone else is going to bid.'
  353. '<i>Maybe it is time to end the auction you greedy little harlot?</i>'
  354. end
  355. if $b1t <> '': $b1t && buyer = bdr1
  356. if $b2t <> '': $b2t && buyer = bdr2
  357. if $b3t <> '': $b3t && buyer = bdr3
  358. if $b4t <> '': $b4t && buyer = bdr4
  359. if $b5t <> '': $b5t && buyer = bdr5
  360. if $b6t <> '': $b6t && buyer = bdr6
  361. if $b7t <> '': $b7t && buyer = bdr7
  362. if $b8t <> '': $b8t && buyer = bdr8
  363. if $b9t <> '': $b9t && buyer = bdr9
  364. deviantRisk = baseDeviantRisk + ((baseDeviantRisk / 2 / 9) * bidders)
  365. buyerCh = deviantRisk + rand(0, 10) - rand(0, 10)
  366. '<b>Your price is now '+currPrice+' RUB.</b>'
  367. ''
  368. 'You can either end the auction now or wait for further bids.'
  369. end
  370. if $ARGS[0] = 'meeting_done':
  371. '<b><<$pcs_firstname>>''s auction is ended!</b>'
  372. 'Her virginity has been auctioned for '+currPrice+' RUB, raised from starting bid of '+baseBid+' RUB.'
  373. 'The lucky buyer has sucessfully deflowered her and <<$pcs_firstname>> is now officialy not a virgin anymore.'
  374. ''
  375. gs 'fame', $modFameLoc, 'prostitute', 10
  376. gs 'fame', $modFameLoc, 'sex', 50
  377. gs 'mod_cherrypop_start', 'text_counters'
  378. if showDetPhotos = 0:'<b>Her buyer was so kind that he shared some details of the act with us!</b> (<a href="exec:showDetPhotos = 1 && gt ''mod_cherrypop_start'', ''profile''">show</a>/hide):'
  379. if showDetPhotos = 1:
  380. '<b>Her buyer was so kind that he shared some details of the act with us</b> (show/<a href="exec:showDetPhotos = 0 && gt ''mod_cherrypop_start'', ''profile''">hide</a>):'
  381. ''
  382. gs 'mod_cherrypop_start', 'creampie_feedback'
  383. gs 'mod_cherrypop_start', 'cumface_feedback'
  384. gs 'mod_cherrypop_start', 'bellycum_feedback'
  385. gs 'mod_cherrypop_start', 'analpie_feedback'
  386. if mod_creampie > 1 and mod_cumface > 1 and mod_analpie > 1:
  387. ''
  388. 'Just look at this happy ex-virgin. Glowing. Sticky. Happy. Lots of cum. On her first night, <<$pcs_firstname>> took <<$numstr[mod_creampie]>> creampies, <<$numstr[mod_analpie]>> loads up her bum and <<$numstr[mod_cumface]>> on her face. Thoroughly fucked and soaked in cum, a happy whore dripping with pride. Among other things. We all wish the best for her in the future, and looking forward to more of her works. I believe she found her calling.'
  389. end
  390. if nipPierce:
  391. gs 'fame', $modFameLoc, 'prostitute', 20
  392. gs 'fame', $modFameLoc, 'sex', 20
  393. ''
  394. 'He pierced her nipples, turning the decent virgin to a total slut during single session!'
  395. ''
  396. '<left><img <<$set_imgh>> src="<<$mod_cherrypop_images[''piercing'']>>"></left>'
  397. end
  398. if analPlugInserted = 1:
  399. gs 'fame', $modFameLoc, 'prostitute', 50
  400. gs 'fame', $modFameLoc, 'sex', 50
  401. ''
  402. 'When they were done, he gave her a wonderful buttplug to remind her of her first time!'
  403. ''
  404. '<left><img <<$set_imgh>> src="images\locations\shared\brothel\spreadAssWithPlugFromBehind.jpg"></left>'
  405. end
  406. if doublePlugged = 1:
  407. gs 'fame', $modFameLoc, 'prostitute', 50
  408. gs 'fame', $modFameLoc, 'sex', 50
  409. ''
  410. 'When they were done, he gave her a wonderful buttplug and vaginal vibrator to remind her of her first time!'
  411. ''
  412. $doublePlugged
  413. end
  414. end
  415. end
  416. if $ARGS[0] = 'pay':
  417. minut += 2
  418. if buyerFeedback = 1: $buyerFeedbackT = 'Perfect'
  419. if buyerFeedback = 2: $buyerFeedbackT = 'Good'
  420. if buyerFeedback = 3: $buyerFeedbackT = 'So-so'
  421. if buyerFeedback = 4: $buyerFeedbackT = 'Bad'
  422. if buyerFeedback = 5: $buyerFeedbackT = 'Very bad'
  423. payRew = (currPrice / 100 * 50) / 10 * (12 - (buyerFeedback * 2))
  424. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  425. ''
  426. '<<$pcs_firstname>>, let us congratulate you on getting yourself sucessfully deflowered for money!'
  427. ''
  428. 'We confirm that we have received the feedback from the buyer.'
  429. 'The feedback was: <b>'+$buyerFeedbackT+'</b>'
  430. ''
  431. 'Based on this feedback and the winning bid you are rewarded a pay of '+payRew+' RUB.'
  432. 'The whole amount will be sent to your bank account.'
  433. ''
  434. 'Thank you again for your cooperation. In case you decide to utilize your talents further, check the Escorts section of our website.'
  435. karta += payRew
  436. cherrypopPaid = 1
  437. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  438. end
  439. if $ARGS[0] = 'meeting':
  440. minut += 2
  441. '<h2><font color=#e44563>CherryPop agency</font></h2>'
  442. ''
  443. '<<$pcs_firstname>>, let us congratulate you on getting your virginity sucessfully auctioned!'
  444. ''
  445. 'Bellow you will find a meeting information specified by your buyer.'
  446. ''
  447. 'Few notes for the meeting:'
  448. '1) Dress sexy but not too provocative'
  449. '2) Do your hair and wear a nice make up'
  450. '3) Mind your manners, be nice and polite'
  451. '4) Keep the deal and be willing'
  452. '5) Reserve at least 24 hours for the meeting'
  453. ''
  454. '<b>Remember - the buyers feedback is important for the height of your pay!</b>'
  455. 'Good luck and enjoy the unique moment of loosing your virginity!'
  456. act 'See the meeting details':gt 'mod_cherrypop_start', 'meeting_details'
  457. act 'Back to homepage':gt 'mod_cherrypop_start', 'start'
  458. end
  459. if $ARGS[0] = 'meeting_details':
  460. minut += 3
  461. if buyerCh <= 40:
  462. buyer = 1
  463. elseif buyerCh > 40 and buyerCh <= 60:
  464. buyer = 2
  465. elseif buyerCh > 60 and buyerCh <= 80:
  466. buyer = 3
  467. elseif buyerCh > 80 and buyerCh <= 90:
  468. buyer = 4
  469. elseif buyerCh > 90 and buyerCh <= 95:
  470. buyer = 5
  471. elseif buyerCh > 95 and buyerCh <= 100:
  472. buyer = 6
  473. else
  474. buyer = 7
  475. end
  476. '<h3>The Meeting</h3>'
  477. ''
  478. '<b>To fulfill the meeting instructions you need to:</b>'
  479. if pcs_sweat < 40 and (cumloc[1] = 0 or cumloc[4] = 0 or cumloc[8] = 0 or cumloc[9] = 0 or cumloc[10] = 0 or cumloc[15] = 0 or cumloc[16] = 0 or cumloc[17] = 0) and cumloc[11] = 0 and (pcs_leghair <= 3 or pcs_pubes <= 3) and pcs_hairbsh = 1 and pcs_makeup >= 1 and pcs_lipbalm >= 1 and (CloThinness <= 5 and CloBra = 0) and CloThinness >= 2:
  480. checkOK = 1
  481. else
  482. if pcs_sweat >= 40:'- have a shower.'
  483. if (cumloc[1] > 0 or cumloc[4] > 0 or cumloc[8] > 0 or cumloc[9] > 0 or cumloc[10] > 0 or cumloc[15] > 0 or cumloc[16] > 0 or cumloc[17] > 0):'- wash yourself.'
  484. if cumloc[11] > 0:'- wash your face'
  485. if (pcs_leghair > 3 or pcs_pubes > 3):'- shave your pubes and legs.'
  486. if pcs_hairbsh <> 1:'- brush your hair.'
  487. if pcs_makeup < 1:'- put on some makeup.'
  488. if pcs_lipbalm < 1:'- apply some lipbalm.'
  489. if (CloThinness > 5 and CloBra > 0):'- wear a more sexy outfit.'
  490. if CloThinness < 2:'- wear a less provocative outfit.'
  491. checkOK = 0
  492. end
  493. ! kind man - restaurant, hotel, sex
  494. if buyer = 1:
  495. 'The buyer wants to meet you at the high class restaurant in the city. His driver will pick you up whenever you are.'
  496. if checkOK = 1:act 'Go there':gt 'mod_cherrypop_buyers', 'buyer1'
  497. ! hotel, regular sex
  498. elseif buyer = 2:
  499. 'The buyer wants to meet you in a hotel. His driver will pick you up whenever you are.'
  500. 'There is also a special request regarding your clothing. You should be dressed as a school girl, wearing short skirt and no bra.'
  501. if checkOK = 1 and PCloStyle2 = 4:act 'Go there':gt 'mod_cherrypop_buyers', 'buyer2'
  502. ! cheap hotel, unpleasant sex
  503. elseif buyer = 3:
  504. 'The buyer wants to meet you in the motel near the highway. He will pick you up.'
  505. if checkOK = 1:act 'Go there':gt 'mod_cherrypop_buyers', 'buyer3'
  506. ! home, rough violent rape
  507. elseif buyer = 4:
  508. 'The buyer wants to meet you in the residential district in the city. He will pick you up.'
  509. if checkOK = 1:act 'Go there':gt 'mod_cherrypop_buyers', 'buyer4'
  510. ! home, bdsm raper
  511. elseif buyer = 5:
  512. 'The buyer does not specify the location of the act, but he will pick you up with his car.'
  513. 'There is also a special request regarding your clothing. You should be dressed as a school girl, wearing short skirt and no bra.'
  514. if checkOK = 1 and PCloStyle2 = 4:act 'Go there':gt 'mod_cherrypop_buyers', 'buyer5'
  515. ! somewhere?, gangbang bdsm
  516. elseif buyer = 6:
  517. 'The buyer does not specify the location of the act, but he will pick you up with his car.'
  518. if checkOK = 1:act 'Go with him':gt 'mod_cherrypop_buyers', 'buyer6'
  519. ! abduction storyline connection
  520. elseif buyer = 7:
  521. 'The buyer does not specify the location of the act, but he will pick you up with his car.'
  522. if checkOK = 1:act 'Go with him':gt 'mod_cherrypop_buyers', 'buyer7'
  523. end
  524. act 'Keep it for later':gt 'mod_cherrypop_start', 'meeting'
  525. end
  526. if $ARGS[0] = 'set_image':
  527. if $ARGS[1] = 'cumface':
  528. if pcs_haircol = 0:
  529. $mod_cherrypop_images['cumface'] += 'images/pc/body/cum/cumface/brown/'+rand(1, 31)+'.jpg'
  530. elseif pcs_haircol = 1:
  531. $mod_cherrypop_images['cumface'] += 'images/pc/body/cum/cumface/black/'+rand(1, 23)+'.jpg'
  532. elseif pcs_haircol = 2:
  533. $mod_cherrypop_images['cumface'] += 'images/pc/body/cum/cumface/red/'+rand(1, 19)+'.jpg'
  534. elseif pcs_haircol = 3:
  535. $mod_cherrypop_images['cumface'] += 'images/pc/body/cum/cumface/blonde/'+rand(1, 25)+'.jpg'
  536. elseif pcs_haircol > 3:
  537. $mod_cherrypop_images['cumface'] += 'images/pc/body/cum/cumface/custom/'+rand(1, 20)+'.jpg'
  538. end
  539. end
  540. if $ARGS[1] = 'swallow': $mod_cherrypop_images['swallow'] = ''
  541. if $ARGS[1] = 'creampie': $mod_cherrypop_images['creampie'] = 'images/pc/body/cum/creampie/cumpussy'+rand(1,14)+'.jpg'
  542. if $ARGS[1] = 'bellycum': $mod_cherrypop_images['bellycum'] = 'images/pc/body/cum/cumbelly/cumbelly'+rand(1,13)+'.jpg'
  543. if $ARGS[1] = 'analpie': $mod_cherrypop_images['analpie'] = 'images/pc/body/cum/cumanal/cumanal'+rand(1,11)+'.jpg'
  544. if $ARGS[1] = 'piercing': $mod_cherrypop_images['piercing'] = 'images/pc/body/piercings/f'+rand(1,7)+'.jpg'
  545. end
  546. if $ARGS[0] = 'debug_info':
  547. 'Debug ON/<a href="exec:dbg = 0 && gt ''mod_cherrypop_start'', ''profile''">Debug OFF</a>'
  548. ''
  549. 'pcs_apprnc '+pcs_apprnc
  550. 'bimbolevel '+bimbolevel
  551. 'pcs_horny '+pcs_horny
  552. 'pcs_health '+pcs_health
  553. 'pcs_mood '+pcs_mood
  554. ''
  555. 'baseBid '+baseBid
  556. 'baseDeviantRisk '+baseDeviantRisk
  557. 'deviantRisk '+deviantRisk
  558. ''
  559. 'totminut '+totminut
  560. 'startPoint '+startPoint
  561. 'lastBid '+lastBid
  562. ''
  563. 'buyerCh '+buyerCh
  564. ''
  565. 'checkOK '+checkOK
  566. 'pcs_sweat '+pcs_sweat
  567. 'pcs_leghair '+pcs_leghair
  568. 'pcs_pubes '+pcs_pubes
  569. 'pcs_lipbalm '+pcs_lipbalm
  570. 'pcs_makeup '+pcs_makeup
  571. 'pcs_hairbsh '+pcs_hairbsh
  572. 'CloSkirtShortness '+CloSkirtShortness
  573. 'CloThinness '+CloThinness
  574. 'CloBra '+CloBra
  575. '$clothingworntype '+$clothingworntype
  576. ''
  577. end
  578. if $ARGS[0] = 'creampie_feedback':
  579. if mod_creampie = 1:
  580. gs 'fame', $modFameLoc, 'prostitute', 25
  581. gs 'fame', $modFameLoc, 'sex', 25
  582. elseif mod_creampie > 1:
  583. gs 'fame', $modFameLoc, 'prostitute', 25
  584. gs 'fame', $modFameLoc, 'sex', 25
  585. ''
  586. 'She enjoyed her first creampie so much that she begged for more. And her buyer happily obliged, dropping his load <<$numstr[mod_creampie]>> times in her during the night. It won''t take long to see her pushing a pram this way. God bless her!'
  587. end
  588. ''
  589. 'She allowed him to cum inside her deflowered pussy, creating a wonderful, post-virginal creampie!'
  590. ''
  591. '<left><img <<$set_imgh>> src="<<$mod_cherrypop_images[''creampie'']>>"></left>'
  592. end
  593. if $ARGS[0] = 'cumface_feedback':
  594. if mod_cumface > 0:
  595. gs 'fame', $modFameLoc, 'prostitute', 30
  596. gs 'fame', $modFameLoc, 'sex', 30
  597. if mod_creampie > 0:
  598. if swall = 0:
  599. 'Getting some batter in her owen wasn''t enough for this little slut, she asked for more'+iif(mod_cumface > 1, ', and more than once, she was fed <<$numstr[mod_cumface]>> times. It''s a shame that she could get none of it into her mouth. But she seems eager to practice.','What a shame it was all spilled on her face. Maybe it''s her skincare routine?.')
  600. !! TODO: Try to find some images where girl shows off - for all hair colour?
  601. elseif swall = 1:
  602. 'She was a real little cumhungry slut and she begged for seconds.'+iif(mod_cumface > 1, ' And thirds. Well, she was really hunger, she asked to be fed <<$numstr[mod_cumface]>> times, and her buyer was happy to oblige.','')+' And look how she glows, she certainly found her happy meal. If you are lucky, next time you can be her McDonald''s.'
  603. elseif swall = 2:
  604. 'All that fucking and sucking left her hungry and thirsty. But the ungrateful little harlot spat it all out, she still has to learn to enjoy the taste. We are sure that she will, in no time.'+iif(mod_cumface > 1, ' And she seems eager to learn to like it, she asked for more <<$numstr[mod_cumface]>> times. Someone is a determined little whore.', '')
  605. end
  606. else
  607. if swall = 0:
  608. 'She didn''t allow him to cum inside her, but he sprayed her face with nice mask of cum!'
  609. !! TODO: Try to find some images where girl shows off - for all hair colour?
  610. elseif swall = 1:
  611. 'She didn''t allow him to cum inside her, but he pumped his cum inside her mouth and she swallowed it whole!'
  612. elseif swall = 2:
  613. 'She didn''t allow him to cum inside her, but he pumped his cum inside her mouth! Too bad the inexperienced harlot has spit it out instead of swallowing!'
  614. end
  615. end
  616. ''
  617. '<left><img <<$set_imgh>> src="<<$mod_cherrypop_images[''cumface'']>>"></left>'
  618. ''
  619. end
  620. end
  621. if $ARGS[0] = 'bellycum_feedback':
  622. if mod_bellycum > 0:
  623. gs 'fame', $modFameLoc, 'prostitute', 20
  624. gs 'fame', $modFameLoc, 'sex', 20
  625. if mod_creampie > 0:
  626. 'She must have enjoyed it a lot, after taking a full creampie, she must have been a twisting, wet little thing, as you can see the next one couldn''t land deep enough. But we don''t worry, we are sure she will get her next creampie very soon.'+iif(mod_creampie > 1, ' And if you doubt us, she took <<$numstr[mod_creampie-1]>> more loads up her little cunt during the date with her buyer. She is very determined.', '')
  627. else
  628. ''
  629. 'She didn''t allow him to cum on her face or anywhere inside her, so he painted her belly with his cum instead!'
  630. end
  631. end
  632. ''
  633. '<left><img <<$set_imgh>> src="<<$mod_cherrypop_images[''bellycum'']>>"></left>'
  634. ''
  635. end
  636. if $ARGS[0] = 'analpie_feedback':
  637. if mod_analpie > 0:
  638. gs 'fame', $modFameLoc, 'prostitute', 30
  639. gs 'fame', $modFameLoc, 'sex', 30
  640. if mod_creampie > 0:
  641. if mod_cumface = 1 and swall = 1:
  642. ''
  643. 'A real professional in the making, she went the extra mile and took a load in both of her holes, and gulped down a healthy serving to replace all the protein she lost with the work out. How does the saying go? "Young, fun, and full of cum." Looking forward to her future works.'
  644. elseif mod_cumface = 1 and swall = 2:
  645. ''
  646. 'She finished happy and ready to be displayed at Ponchkoff. Some girls are like good donuts. Filled to the brim with cream and thoroughly glazed.'
  647. else
  648. ''
  649. 'She really got into the spirit of things, and took a load everywhere. She worked hard for her money, she deserves an applause.'
  650. end
  651. else
  652. ''
  653. 'She didn''t allow him to cum inside her deflowered pussy, so he pumped her in the ass instead!'
  654. end
  655. ''
  656. '<left><img <<$set_imgh>> src="<<$mod_cherrypop_images[''analpie'']>>"></left>'
  657. end
  658. end
  659. --- mod_cherrypop_start ---------------------------------