stripclub 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. # stripclub
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. fcolor = rgb(0, 0, 0)
  9. bcolor = rgb(255, 255, 255)
  10. lcolor = rgb(106, 90, 205)
  11. '<center><b><font color="maroon">Strip Club</font></b></center>'
  12. '<center><img src="images/etogame/stripclub.jpg"></center>'
  13. scrand = rand(1, 100)
  14. if scrand <= 40 and stripday ! day:
  15. stripday = day
  16. cfnm = 1
  17. elseif scrand > 40 and stripday ! day:
  18. stripday = day
  19. cfnm = 0
  20. end
  21. if cfnm = 1:'Today''s program, male striptease, ticket 500 rub.'
  22. if cfnm = 0:'Today''s program, striptease, ticket 500 rub.'
  23. act 'Leave':
  24. cla
  25. minut += 5
  26. gt 'down'
  27. end
  28. if stripdolg > 0 and money >= 50000:
  29. act 'Pay a fine of (50,000 rubles)':
  30. stripdolg = 0
  31. money -= 50000
  32. gt 'stripclub', 'start'
  33. end
  34. end
  35. if stripdolg = 0:
  36. if cfnm = 1 and money >= 500 and hour < 23:
  37. act 'Pay 500 rubles and enter':
  38. cla
  39. money -= 500
  40. minut += 5
  41. frost = 0
  42. gt 'stripclub', 'forwoman'
  43. end
  44. elseif cfnm = 0 and money >= 500 and hour < 23:
  45. act 'Pay 500 rubles and enter':
  46. cla
  47. money -= 500
  48. minut += 5
  49. frost = 0
  50. gt 'stripclub', 'forman'
  51. end
  52. end
  53. if stripdance > 0 and stripwork = 0:
  54. act 'Talk to the manager about the work as a stripper':
  55. cla
  56. minut += 15
  57. gs 'stat'
  58. 'You performed in the manager''s office. In the office, a young man asked you to sit down and began his speech. "We are working every day from 15 to 2 nights. Sometimes there are days of male strippers. Strippers we do not pay, only provide costumes. This is to ensure that there was an incentive to earn a tip. Just stripper can dance lap dance for a fee client but this should be of interest to the client, with each lap dance stripper gets 800 rubles, 200 is the club can not otkazyvatsya from private dances. And if a lap dance is a solid stripdens, then dance on stage involves a lot of work on the pole. Unless you dance on a pole, it is not pozortes. with interchangeable I do not hurry, strippers themselves when they want to come to work. schedule is free, I just do not want your labor, and work as a stripper can be combined with other types of work. So how? Satisfied? "'
  59. act 'No':gt 'stripclub', 'start'
  60. act 'Yes':
  61. cls
  62. stripwork = 1
  63. 'Yes, I''m happy with everything you nodded. Manager held you in the fitting room and showed a woman who is responsible for the costumes. It introduced you to the chief of security, who wrote you Propus and left leaving you.'
  64. if cfnm = 0:act 'Osmatrivatsya':gt 'stwork', 'start'
  65. if cfnm = 1:
  66. 'Today the program male striptease, so some guys behind the scenes.'
  67. act 'Leave':gt 'stripclub', 'start'
  68. end
  69. end
  70. end
  71. end
  72. if cfnm = 0 and stripwork > 0:
  73. act 'Walk in dressing room':frost = 0 & gt 'stwork', 'start'
  74. elseif cfnm > 0 and stripwork > 0:
  75. 'Today there is no work, male striptease.'
  76. end
  77. end
  78. end
  79. if $ARGS[0] = 'forman':
  80. cla
  81. clr
  82. *clr
  83. minut += 5
  84. gs 'stat'
  85. '<center><b><font color="maroon">Strip Club</font></b></center>'
  86. '<center><img src="images/etogame/stripclub1.jpg"></center>'
  87. 'On the stage in the main hall are the girls undress to the music, there is a service privat dance, worth 1000 rubles for the dance.'
  88. act 'Leave':
  89. cla
  90. minut += 5
  91. gt 'stripclub', 'start'
  92. end
  93. if hour < 23:
  94. act 'Sit at a table near the stage and watch striptease':gt 'stripclub', 'stol'
  95. if money >= 1000:
  96. act 'Order a lap dance (1,000 rubles)':gt 'stripclub', 'privat'
  97. end
  98. if money >= 5000:
  99. act 'Order a special show (5,000 rubles)':
  100. stprrand = rand(0, 1)
  101. if stprrand = 0:gt 'stripclub', 'stpr1'
  102. if stprrand = 1:gt 'stripclub', 'stpr2'
  103. end
  104. end
  105. end
  106. end
  107. if $ARGS[0] = 'privat':
  108. cla
  109. clr
  110. *clr
  111. money -= 1000
  112. minut += 60
  113. horny += 25
  114. DOM += 1
  115. gs 'stat'
  116. privrand = rand(0, 4)
  117. if privrand = 0:
  118. '<center><img src="images/img/centr/priv2.jpg"></center>'
  119. 'During the girls keen on and begin to caress you frankly.'
  120. act 'Finish':gt 'stripclub', 'forman'
  121. act 'Let them':gt 'stripclub', 'privsex'
  122. elseif privrand > 0:
  123. '<center><img src="images/etogame/privat.jpg"></center>'
  124. 'Very hot girls dancing around you, you feel as an aphrodisiac.'
  125. if money >= 1000:
  126. act 'Another lap dance (1,000 rubles)':gt 'stripclub', 'privat'
  127. end
  128. act 'Go to scene':gt 'stripclub', 'forman'
  129. end
  130. end
  131. if $ARGS[0] = 'stol':
  132. cla
  133. clr
  134. *clr
  135. gs 'stat'
  136. '<center><img src="images/etogame/stripclub2.jpg"></center>'
  137. 'On the stage lit girl dancing and undressing smartly before strenuous male audience.'
  138. act 'See striptease':
  139. cla
  140. *clr
  141. clr
  142. gs 'stat'
  143. minut += 15
  144. '<center><img src="images/etogame/stripclub4.jpg"></center>'
  145. 'Girl dancing around you clearly raschityvaya on tips.'
  146. if money >= 50:
  147. act 'Shove her 50 rubles':
  148. cla
  149. *clr
  150. horny += 5
  151. minut += 15
  152. money -= 50
  153. '<center><img src="images/etogame/stripclub6.jpg"></center>'
  154. 'You are stuck in the 50 rubles stripper panties and she invitingly start wagging her hips and shake tits in front of you, you feel like you gradually begin to be excited.'
  155. act 'Further':gt 'stripclub', 'stol'
  156. end
  157. end
  158. act 'Downcast eyes':
  159. cla
  160. horny -= 5
  161. minut += 15
  162. 'You decided not to give money to a stripper and took from her eyes, you feel a little ashamed and excitation decreases.'
  163. act 'Further':gt 'stripclub', 'stol'
  164. end
  165. end
  166. act 'Away from the scene':gt 'stripclub', 'forman'
  167. end
  168. if $ARGS[0] = 'forwoman':
  169. cla
  170. clr
  171. *clr
  172. stripguy = 0
  173. minut += 5
  174. gs 'stat'
  175. '<center><b><font color="maroon">Strip Club</font></b></center>'
  176. '<center><img src="images/etogame/stripclub1.jpg"></center>'
  177. act 'Leave':
  178. cla
  179. minut += 5
  180. gt 'stripclub', 'start'
  181. end
  182. if hour < 23 and zenit > 0 and minifoto = 0:
  183. act 'Photograph':
  184. minut += 10
  185. 'As soon as you get the camera to you immediately approached security guard, and said that there should not be removed, you apologize and hide the camera in her purse.'
  186. end
  187. elseif hour < 23 and minifoto > 0:
  188. act 'Photograph':
  189. cla
  190. minut += 60
  191. 'You remove the mini camera and start to gently remove walking down the hall.'
  192. stripfotorand = rand(0, 10)
  193. if stripfotorand < 2:
  194. minifoto = 0
  195. stripdolg = 1
  196. 'It suits you and tight security guard taking you by the hand leads to the output, the output is already waiting for the administrator, it takes you a camera, and says that you have a fine of 50, 000 rubles. and until you pay to join the club can no longer.'
  197. act 'Leave':gt 'stripclub', 'start'
  198. elseif stripfotorand >= 2 and stripfotorand < 6:
  199. shantfoto += 1
  200. 'You can not do it normally take a picture, the girls surrounding obscure charts, then the guard comes very close, but in the end you still manage to make a normal picture.'
  201. act 'Leave':gt 'stripclub', 'start'
  202. elseif stripfotorand >= 6:
  203. 'You can not do it normally take a picture, the girls surrounding obscure charts, then the guard comes very close.'
  204. act 'Leave':gt 'stripclub', 'start'
  205. end
  206. end
  207. end
  208. if hour < 23:
  209. act 'Sit at a table near the stage and watch striptease':gt 'stripclub', 'stolW'
  210. end
  211. end
  212. if $ARGS[0] = 'stolW':
  213. cla
  214. clr
  215. *clr
  216. stripguy = 0
  217. gs 'stat'
  218. '<center><img src="images/picVA/stripW.jpg"></center>'
  219. 'On stage act and inflated athletic guys, girls squeal and shoved them money in the heat.'
  220. if hour < 23:
  221. act 'See striptease':
  222. cla
  223. *clr
  224. clr
  225. gs 'stat'
  226. minut += 15
  227. '<center><img src="images/picVA/stripW1.jpg"></center>'
  228. 'To you a stripper came and hugged you.'
  229. if money >= 50:
  230. act 'Shove him 50 rubles':
  231. cla
  232. *clr
  233. horny += 5
  234. minut += 15
  235. money -= 50
  236. '<center><img src="images/picVA/stripW2.jpg"></center>'
  237. 'You shoved 50 rubles strippers and he sat on a chair you started dancing in front of you, he pulled off melting and you''ll see who gets his dick. Stripper took you to his chest, trying to get her out from under her blouse.'
  238. act 'Stop':gt 'stripclub', 'stolW'
  239. !!act 'Touch his hand member':gt 'cfnm', 'start'
  240. act 'Let him expose your breasts':gt 'cfnm', 'start'
  241. end
  242. end
  243. act 'Downcast eyes':
  244. cla
  245. horny -= 5
  246. minut += 15
  247. 'You decided not to give money to strippers and looked away from him, you feel a little ashamed and arousal decreases.'
  248. act 'Further':gt 'stripclub', 'stolW'
  249. end
  250. end
  251. end
  252. act 'Away from the scene':gt 'stripclub', 'forwoman'
  253. end
  254. if $ARGS[0] = 'privsex':
  255. cla
  256. *clr
  257. horny = 0
  258. orgasm += 1
  259. '<center><img src="images/img/centr/priv3.jpg"></center>'
  260. 'You widely spreads her legs and has been one lick your pussy, bringing you to orgasm, and the second continues to caress the body.'
  261. act 'Finish':gt 'stripclub', 'forman'
  262. act 'More':gt 'stripclub', 'privsex1'
  263. end
  264. if $ARGS[0] = 'privsex1':
  265. cla
  266. *clr
  267. girl += 2
  268. lesbian += 1
  269. privpicrand = rand(4, 7)
  270. '<center><img src="images/img/centr/priv<<privpicrand>>.jpg"></center>'
  271. 'You caress each other.'
  272. act 'Finish':gt 'stripclub', 'forman'
  273. if hour > 23:
  274. act 'More':gt 'stripclub', 'privsex1'
  275. end
  276. end
  277. if $ARGS[0] = 'stpr1':
  278. cla
  279. *clr
  280. horny += 30
  281. '<center><img src="images/img/centr/prsex1.jpg"></center>'
  282. 'The room includes two girls with a strap, and begin to fuck each other.'
  283. act 'Finish':gt 'stripclub', 'forman'
  284. act 'Join':
  285. cla
  286. *clr
  287. SUB += 3
  288. girl += 2
  289. lesbian += 1
  290. sex += 1
  291. anal += 1
  292. '<center><img src="images/img/centr/prsex2.jpg"></center>'
  293. 'You undress and kneels in front of the girls, they against you and substitute Strap to your face, you start vskhvativ Strap them greedily sucking, licking the remnants of their juices.'
  294. act 'Doggy-Style':
  295. cla
  296. *clr
  297. '<center><img src="images/img/centr/prsex3.jpg"></center>'
  298. 'You get up cancer and one of the girls comes to you in the pussy as you continue to suck the second.'
  299. act 'In Two Smoking Barrels':
  300. cla
  301. *clr
  302. horny = 0
  303. orgasm += 1
  304. '<center><img src="images/img/centr/prsex4.jpg"></center>'
  305. 'You sodites one of the threesome and the second girl enters you into the anus, they fuck you in both holes bringing to Orgs.'
  306. act 'Further':
  307. cla
  308. *clr
  309. cumlip += 1
  310. cumface += 1
  311. cumbrest += 1
  312. '<center><img src="images/img/centr/prsex5.jpg"></center>'
  313. 'When you are finished, the girls stand over you and out of their threesome poured liquid to taste much like a sperm, it is poured into your mouth, face and chest.'
  314. act 'Finish':gt 'stripclub', 'forman'
  315. end
  316. end
  317. end
  318. end
  319. end
  320. if $ARGS[0] = 'stpr2':
  321. cla
  322. *clr
  323. girl += 2
  324. lesbian += 1
  325. '<center><img src="images/img/centr/prsex6.jpg"></center>'
  326. 'The room includes two girls with a strap in his hand, they strip you and freeze in anticipation of your wishes.'
  327. act 'Fuck them':
  328. cla
  329. *clr
  330. DOM += 3
  331. '<center><img src="images/img/centr/prsex7.jpg"></center>'
  332. 'You wear the strap, and the girls kneel and begin to suck it.'
  333. act 'Fuck them':gt 'stripclub', 'stpr3'
  334. end
  335. act 'Surrender':
  336. cla
  337. *clr
  338. SUB += 3
  339. '<center><img src="images/img/centr/prsex8.jpg"></center>'
  340. 'You get up on his knees, and girls wear Vibrators and give you their sucking you with joy and doing.'
  341. act 'Surrender':gt 'stripclub', 'stpr4'
  342. end
  343. end
  344. if $ARGS[0] = 'stpr3':
  345. cla
  346. *clr
  347. horny = 0
  348. orgasm += 1
  349. prsexrand = rand(9, 13)
  350. '<center><img src="images/img/centr/prsex<<prsexrand>>.jpg"></center>'
  351. 'You fuck them as your heart wants, eventually ends themselves.'
  352. if hour > 23:
  353. act 'More':gt 'stripclub', 'stpr3'
  354. end
  355. act 'Finish':gt 'stripclub', 'forman'
  356. end
  357. if $ARGS[0] = 'stpr4':
  358. cla
  359. *clr
  360. horny = 0
  361. orgasm += 1
  362. prsexrand = rand(14, 19)
  363. '<center><img src="images/img/centr/prsex<<prsexrand>>.jpg"></center>'
  364. 'They twirl as you want, then fucking couple then one by one, in the end you end.'
  365. if hour > 23:
  366. act 'More':gt 'stripclub', 'stpr4'
  367. end
  368. act 'Finish':gt 'stripclub', 'forman'
  369. end
  370. --- stripclub ---------------------------------