pornhist 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. # pornhist
  2. i = 1
  3. $pfilmhistory = ''
  4. :pornhistloop
  5. pf = pornfilmType[i]
  6. dynamic $pornfilmdesc
  7. ! if $porntitle[i] = '':lastvariable += 1 & $pornt[i] = '<a href="exec:$porntitle[lastvariable] = input(''WARNING! No matter where you clicked, it will rename the last unnamed movie!'')"><<i>>. Movie</a>'
  8. if pornfilmMonth[i] >= 10 and pornfilmDay[i] >= 10:
  9. $pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  10. elseif pornfilmMonth[i] >= 10 and pornfilmDay[i] < 10:
  11. $pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  12. elseif pornfilmMonth[i] < 10 and pornfilmDay[i] >= 10:
  13. $pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  14. else
  15. $pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  16. end
  17. if $porntitle[i] = '':
  18. $pfilmhistory += '● <b><<i>>. Movie</b><br><font size=2>'+$pfilmtext+'</font><br>'
  19. else
  20. $pfilmhistory += '● <b>'+$porntitle[i]+'</b><br><font size=2>'+$pfilmtext+'</font><br>'
  21. end
  22. if i < film: i += 1 & jump 'pornhistloop'
  23. if $ARGS[0] = 'pdetail':
  24. clr
  25. i = 1
  26. killvar 'firstvariable'
  27. killvar 'firstvariable2'
  28. :pornhistloop2
  29. dynamic $pornfilmdesc
  30. if $porntitle[i] = '':
  31. if firstvariable = 0:firstvariable = 1 & fvvalue = i
  32. pl '<b><a href="exec:$porntitle[fvvalue] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, it will name the <b>first</b> unnamed movie! This action can be done only once!'')"><<i>>. Movie</a></b>'
  33. else
  34. pl '<b><font color="brown"><<$porntitle[i]>></font></b>'
  35. end
  36. pl ' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>></font>'
  37. pl ' <b>Actress age:</b> <font size=2><<pornfilmActAge[i]>></font> <font size=2>(Appears: <<pornfilmAppAge[i]>>)</font>'
  38. pl ' <b>Actors:</b> <font size=2><<$pornfilmActor[i]>></font>'
  39. pl ' <b>Income:</b> <font size=2><<pornfilmCash[i]>>₽</font>'
  40. if pornfilmacting[i] < 15:
  41. pl ' <b>Acting:</b> <font size=2>You were so obviously fake as a bad boobjob. Have you got paid for this?</font>'
  42. elseif pornfilmacting[i] < 30:
  43. pl ' <b>Acting:</b> <font size=2>You were acting quite fake, but it were passable.</font>'
  44. elseif pornfilmacting[i] < 45:
  45. pl ' <b>Acting:</b> <font size=2>You probably could have done better, but at least you were not totally unconvincing.</font>'
  46. elseif pornfilmacting[i] < 60:
  47. pl ' <b>Acting:</b> <font size=2>You were actually acting, even if not totally convincingly.</font>'
  48. elseif pornfilmacting[i] < 75:
  49. pl ' <b>Acting:</b> <font size=2>You were acting really well.</font>'
  50. elseif pornfilmacting[i] < 90:
  51. pl ' <b>Acting:</b> <font size=2>As a professional actress, everybody believed your every gesture and sentence.</font>'
  52. else
  53. pl ' <b>Acting:</b> <font size=2>Your performance was phenomenal. You may actually win some award with this one.</font>'
  54. end
  55. if pornfilmvnesh[film] >= 200:
  56. pl ' <b>Look:</b> <font size=2>Amazingly beautiful.</font>'
  57. elseif pornfilmvnesh[film] >= 120:
  58. pl ' <b>Look:</b> <font size=2>Beautiful.</font>'
  59. elseif pornfilmvnesh[film] >= 60:
  60. pl ' <b>Look:</b> <font size=2>Attractive.</font>'
  61. else
  62. pl ' <b>Look:</b> <font size=2>Unnoticeable.</font>'
  63. end
  64. pl ' <b>Description:</b> <font size=2><<$pfilmtext>></font>'
  65. if $pornfilmstory[i] = '':
  66. if firstvariable2 = 0:firstvariable2 = 1 & fvvalue2 = i
  67. pl ' <b>Story:</b> <font size=2><a href="exec:$pornfilmstory[fvvalue2] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, you will enter the story of the <b>first</b> movie which missing it! This action can be done only once!'')">Missing story</a></font>'
  68. else
  69. pl ' <b>Story:</b> <font color=#1B4532 size=2><<$pornfilmstory[i]>></font>'
  70. end
  71. pl ' <b>Tags: <font color=#541717 size=2><<$pfilmtags>></font></b>'
  72. if pornDanger[i] = 1 and pfType = 1:pl ' <font color="red" size=2><b>You were unprotected and fertile during the shoot.</b></font>'
  73. if i < film:
  74. p '<font color="sienna"><hr></font>'
  75. i += 1
  76. jump 'pornhistloop2'
  77. end
  78. if pfilmSTOP = 0:
  79. if pffilmday > daystart:
  80. pl '<br><font color=#639453><i><b>You cannot shoot an another movie for <<pffilmday-daystart>> days.</b></i></font>'
  81. elseif pffilmday = daystart:
  82. pl '<br><font color=#639453><i><b>You can shoot an another movie tomorrow.</b></i></font>'
  83. end
  84. end
  85. pl '<a href="exec:dynamic $objstatistika & killvar ''pdetail'' & killvar ''pornfilmdesc'' & killvar ''porntag''"><br>Return</a>'
  86. end
  87. $pornfilmdesc = {
  88. killvar '$pstory'
  89. if pornfilmType[i] = 1:
  90. pfType = 0
  91. pcash = 20
  92. pfactor = 1
  93. actbonus = 1
  94. $tags = 'handjob'
  95. $pfilmtext = 'You jerked off a guy and he came on your tits.'
  96. elseif pornfilmType[i] = 2:
  97. pfType = 0
  98. pcash = 30
  99. pfactor = 1
  100. actbonus = 1
  101. $tags = 'blowjob'
  102. $pfilmtext = 'You blew a guy and got a facial.'
  103. elseif pornfilmType[i] = 3:
  104. pfType = 0
  105. pcash = 50
  106. pfactor = 1
  107. actbonus = rand(1,2)
  108. $tags = 'blowjob, vaginal, facial'
  109. $pfilmtext = 'You blew and fucked a guy, then got a facial.'
  110. elseif pornfilmType[i] = 4:
  111. pfType = 0
  112. pcash = 60
  113. pfactor = 1
  114. actbonus = rand(1,2)
  115. $tags = 'blowjob, facial, vaginal, anal'
  116. $pfilmtext = 'You blew and fucked a guy in pussy and ass, then got a facial.'
  117. elseif pornfilmType[i] = 5:
  118. pfType = 0
  119. pcash = 70
  120. pfactor = 2
  121. actbonus = rand(1,3)
  122. $tags = 'facial, vaginal, anal, blowjob'
  123. $pfilmtext = 'A guy fucked your ass and pussy, getting an anal creampie while you sucked off an another guy, getting facial.'
  124. elseif pornfilmType[i] = 6:
  125. pfType = 0
  126. pcash = 90
  127. pfactor = 2
  128. actbonus = rand(1,3)
  129. $tags = 'DP, vaginal, anal, blowjob, facial, swallowing'
  130. $pfilmtext = 'A guy fucked your ass and pussy while you sucked off his friend, getting double penetrated and in the end getting a facial and swallowing a load.'
  131. elseif pornfilmType[i] = 7:
  132. pfType = 1
  133. pcash = 80
  134. pfactor = 1
  135. actbonus = rand(1,2)
  136. $tags = 'vaginal'
  137. $pfilmtext = 'You blew and fucked a guy, getting a creampie.'
  138. elseif pornfilmType[i] = 8:
  139. pfType = 1
  140. pcash = 100
  141. pfactor = 2
  142. actbonus = rand(1,2)
  143. $tags = 'DP, vaginal, anal'
  144. $pfilmtext = 'Two guys fucked you in double penetration, getting a double creampie.'
  145. elseif pornfilmType[i] = 9:
  146. pfType = 1
  147. pcash = 90
  148. pfactor = 2
  149. actbonus = rand(1,3)
  150. $tags = 'blowjob, vaginal, swallowing'
  151. $pfilmtext = 'Two guys fucked your pussy and mouth, getting a creampie and swallowing cum.'
  152. elseif pornfilmType[i] = 10:
  153. pfType = 1
  154. pcash = 120
  155. pfactor = 4
  156. actbonus = rand(2,3)
  157. $tags = 'vaginal, cumshot'
  158. $pfilmtext = 'Four guys fucked your pussy and they all cum on your mons.'
  159. elseif pornfilmType[i] = 11:
  160. pfType = 1
  161. pcash = 150
  162. pfactor = 4
  163. actbonus = rand(2,3)
  164. $tags = 'vaginal'
  165. $pfilmtext = 'Four guys fucked your pussy, getting four creampie.'
  166. elseif pornfilmType[i] = 12:
  167. pfType = 0
  168. pcash = 150
  169. pfactor = 4
  170. actbonus = rand(2,3)
  171. $tags = 'anal'
  172. $pfilmtext = 'Four guys fucked your ass, getting four ass creampie.'
  173. elseif pornfilmType[i] = 13:
  174. pfType = 1
  175. pcash = 150
  176. pfactor = 4
  177. actbonus = rand(2,3)
  178. $tags = 'DP, vaginal, anal'
  179. $pfilmtext = 'Four guys fucked you in double penetration in pairs. You got two double creampie.'
  180. elseif pornfilmType[i] = 14:
  181. pfType = 1
  182. pcash = 300
  183. pfactor = 50
  184. actbonus = rand(1,2)
  185. $tags = 'vaginal, anal, blowjob, cumshot, facial, swallowing'
  186. $pfilmtext = 'Fifty of your fans fucked you however they could. Most everyone came in your pussy.'
  187. $pstory = 'You called out to your fans on the internet that they have an opportunity to fuck you and cum in or on you free of charge. Of course they flocked to you.'
  188. end
  189. dynamic $porntag
  190. }
  191. $porntag = {
  192. if pornfilmAppAge[i] < 20:
  193. $pfilmtags = 'teen'
  194. elseif pornfilmAppAge[i] >= 40:
  195. $pfilmtags = 'mature'
  196. end
  197. if pornfilmpreg[i] = 1:
  198. if $pfilmtags <> '':
  199. $pfilmtags+=', pregnant'
  200. else
  201. $pfilmtags='pregnant'
  202. end
  203. end
  204. if pfactor > 2:
  205. if $pfilmtags <> '':
  206. $pfilmtags+=', gangbang'
  207. else
  208. $pfilmtags='gangbang'
  209. end
  210. elseif pfactor = 2:
  211. if $pfilmtags <> '':
  212. $pfilmtags+=', threesome'
  213. else
  214. $pfilmtags='threesome'
  215. end
  216. end
  217. if pfType = 1:
  218. if $pfilmtags <> '':
  219. $pfilmtags+=', creampie'
  220. else
  221. $pfilmtags='creampie'
  222. end
  223. end
  224. if $pfilmtags <> '':
  225. $pfilmtags += ', '+$tags
  226. else
  227. $pfilmtags = $tags
  228. end
  229. }
  230. --- pornhist ---------------------------------