282_stripclub 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. # stripclub
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set minut += 5
  6. '<center><B><font color = maroon>Strip Club</font></B></center>'
  7. '<center><img src="images\etogame\stripclub.jpg"></center>'
  8. clr
  9. gs 'stat'
  10. fcolor = rgb(0,0,0)
  11. bcolor = rgb(255,255,255)
  12. LCOLOR = rgb(106,90,205)
  13. Set scrand = RAND(1,100)
  14. if scrand <= 40 and stripday ! day:
  15. set stripday = day
  16. Set cfnm = 1
  17. end
  18. if scrand > 40 and stripday ! day:
  19. set stripday = day
  20. Set cfnm = 0
  21. end
  22. if cfnm = 1: 'Today´s program, male striptease, ticket 500 rub.'
  23. if cfnm = 0: 'Today´s program, striptease, ticket 500 rub.'
  24. act 'QUIT':
  25. cla
  26. set minut += 5
  27. gt 'down'
  28. end
  29. if stripdolg > 0 and money >= 50000:
  30. act 'Pay a fine of 50,000 rubles':
  31. set stripdolg = 0
  32. set money -= 50000
  33. gt 'stripclub','start'
  34. end
  35. end
  36. if stripdolg = 0:
  37. if cfnm = 1 and money >= 500 and hour < 23:
  38. act 'Pay 500 rubles and enter':
  39. cla
  40. set money -= 500
  41. set minut += 5
  42. frost = 0
  43. gt 'stripclub','forwoman'
  44. end
  45. end
  46. if cfnm = 0 and money >= 500 and hour < 23:
  47. act 'Pay 500 rubles and enter':
  48. cla
  49. set money -= 500
  50. set minut += 5
  51. frost = 0
  52. gt 'stripclub','forman'
  53. end
  54. end
  55. if stripdance > 0 and stripwork = 0:
  56. act 'Talk to the manager about the work as a stripper':
  57. cla
  58. set minut += 15
  59. gs 'stat'
  60. '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? "'
  61. act 'No': gt 'stripclub','start'
  62. act 'Yes':
  63. cls
  64. stripwork = 1
  65. '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.'
  66. if cfnm = 0: act 'Osmatrivatsya': gt 'stwork','start'
  67. if cfnm = 1:
  68. 'Today the program male striptease, so some guys behind the scenes.'
  69. act 'Exit': gt 'stripclub','start'
  70. end
  71. end
  72. end
  73. end
  74. if cfnm = 0 and stripwork > 0:
  75. act 'Walk in dressing room': frost = 0 & gt 'stwork','start'
  76. elseif cfnm > 0 and stripwork > 0:
  77. 'Today there is no work, male striptease.'
  78. end
  79. end
  80. end
  81. if $ARGS[0] = 'forman':
  82. cla
  83. *clr
  84. set minut += 5
  85. '<center><B><font color = maroon>Strip Club</font></B></center>'
  86. '<center><img src="images\etogame\stripclub1.jpg"></center>'
  87. clr
  88. gs 'stat'
  89. '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.'
  90. act 'QUIT':
  91. cla
  92. set minut += 5
  93. gt 'stripclub','start'
  94. end
  95. if hour < 23:
  96. act 'Sit at a table near the stage and watch striptease': gt 'stripclub','stol'
  97. if money >= 1000:
  98. act 'Order a lap dance (1000 rubles)': gt 'stripclub','privat'
  99. end
  100. if money >= 5000:
  101. act 'Order a special show':
  102. set stprrand = rand(0,1)
  103. if stprrand = 0: gt 'stripclub','stpr1'
  104. if stprrand = 1: gt 'stripclub','stpr2'
  105. end
  106. end
  107. end
  108. end
  109. if $ARGS[0] = 'privat':
  110. cla
  111. *clr
  112. set money -= 1000
  113. set minut += 60
  114. set horny += 25
  115. set DOM += 1
  116. clr
  117. gs 'stat'
  118. set privrand = RAND(0,4)
  119. if privrand = 0:
  120. '<center><img src="images\img\centr\priv2.jpg"></center>'
  121. 'During the girls keen on and begin to caress you frankly.'
  122. act 'Finish': gt 'stripclub','forman'
  123. act 'Let them': gt 'stripclub','privsex'
  124. end
  125. if privrand > 0:
  126. '<center><img src="images\etogame\privat.jpg"></center>'
  127. 'Very hot girls dancing around you, you feel as an aphrodisiac.'
  128. if money >= 1000:
  129. act 'Another lap dance (1000 rubles)': gt 'stripclub','privat'
  130. end
  131. act 'Go to scene': gt 'stripclub','forman'
  132. end
  133. end
  134. if $ARGS[0] = 'stol':
  135. cla
  136. *clr
  137. clr
  138. gs 'stat'
  139. '<center><img src="images\etogame\stripclub2.jpg"></center>'
  140. 'On the stage lit girl dancing and undressing smartly before strenuous male audience.'
  141. act 'See striptease':
  142. cla
  143. *clr
  144. clr
  145. gs 'stat'
  146. set minut += 15
  147. '<center><img src="images\etogame\stripclub4.jpg"></center>'
  148. 'Girl dancing around you clearly raschityvaya on tips.'
  149. if money >= 50:
  150. act 'Shove her 50 rubles':
  151. cla
  152. *clr
  153. set horny += 5
  154. set minut += 15
  155. set money -= 50
  156. '<center><img src="images\etogame\stripclub6.jpg"></center>'
  157. '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.'
  158. act 'Further': gt 'stripclub','stol'
  159. end
  160. end
  161. act 'Downcast eyes':
  162. cla
  163. set horny -= 5
  164. set minut += 15
  165. 'You decided not to give money to a stripper and took from her eyes, you feel a little ashamed and excitation decreases.'
  166. act 'Further': gt 'stripclub','stol'
  167. end
  168. end
  169. act 'Away from the scene': gt 'stripclub','forman'
  170. end
  171. if $ARGS[0] = 'forwoman':
  172. cla
  173. *clr
  174. set minut += 5
  175. '<center><B><font color = maroon>Strip Club</font></B></center>'
  176. '<center><img src="images\etogame\stripclub1.jpg"></center>'
  177. clr
  178. gs 'stat'
  179. act 'QUIT':
  180. cla
  181. set minut += 5
  182. gt 'stripclub','start'
  183. end
  184. if hour < 23 and zenit > 0 and minifoto = 0:
  185. act 'Photograph':
  186. set minut += 10
  187. '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.'
  188. end
  189. end
  190. if hour < 23 and minifoto > 0:
  191. act 'Photograph':
  192. cla
  193. set minut += 60
  194. 'You remove the mini camera and start to gently remove walking down the hall.'
  195. set stripfotorand = rand(0,10)
  196. if stripfotorand < 2:
  197. set minifoto = 0
  198. set stripdolg = 1
  199. '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.'
  200. act 'Exit': gt 'stripclub','start'
  201. end
  202. if stripfotorand >= 2 and stripfotorand < 6:
  203. set shantfoto += 1
  204. '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.'
  205. act 'Exit': gt 'stripclub','start'
  206. end
  207. if stripfotorand >= 6:
  208. 'You can not do it normally take a picture, the girls surrounding obscure charts, then the guard comes very close.'
  209. act 'Exit': gt 'stripclub','start'
  210. end
  211. end
  212. end
  213. if hour < 23:
  214. act 'Sit at a table near the stage and watch striptease': gt 'stripclub','stolW'
  215. end
  216. end
  217. if $ARGS[0] = 'stolW':
  218. cla
  219. *clr
  220. clr
  221. gs 'stat'
  222. '<center><img src="images\picVA\stripW.jpg"></center>'
  223. 'On stage act and inflated athletic guys, girls squeal and shoved them money in the heat.'
  224. if hour < 23:
  225. act 'See striptease':
  226. cla
  227. *clr
  228. clr
  229. gs 'stat'
  230. set minut += 15
  231. '<center><img src="images\picVA\stripW1.jpg"></center>'
  232. 'To you a stripper came and hugged you.'
  233. if money >= 50:
  234. act 'Shove him 50 rubles':
  235. cla
  236. *clr
  237. set horny += 5
  238. set minut += 15
  239. set money -= 50
  240. '<center><img src="images\picVA\stripW2.jpg"></center>'
  241. '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.'
  242. act 'Stop': gt 'stripclub','stolW'
  243. !act 'Touch his hand member': gt 'cfnm','start'
  244. act 'Let him expose your breasts': gt 'cfnm','start'
  245. end
  246. end
  247. act 'Downcast eyes':
  248. cla
  249. set horny -= 5
  250. set minut += 15
  251. 'You decided not to give money to strippers and looked away from him, you feel a little ashamed and arousal decreases.'
  252. act 'Further': gt 'stripclub','stolW'
  253. end
  254. end
  255. end
  256. act 'Away from the scene': gt 'stripclub','forwoman'
  257. end
  258. if $ARGS[0] = 'privsex':
  259. cla
  260. *clr
  261. set horny = 0
  262. set orgasm += 1
  263. '<center><img src="images\img\centr\priv3.jpg"></center>'
  264. 'You widely spreads her legs and has been one lick your pussy, bringing you to orgasm, and the second continues to caress the body.'
  265. act 'Finish': gt 'stripclub','forman'
  266. act 'More': gt 'stripclub','privsex1'
  267. end
  268. if $ARGS[0] = 'privsex1':
  269. cla
  270. *clr
  271. set girl += 2
  272. set lesbian += 1
  273. set privpicrand = RAND(4,7)
  274. '<center><img src="images\img\centr\priv<<privpicrand>>.jpg "></center>'
  275. 'You caress each other.'
  276. act 'Finish': gt 'stripclub','forman'
  277. if hour > 23:
  278. act 'More': gt 'stripclub','privsex1'
  279. end
  280. end
  281. if $ARGS[0] = 'stpr1':
  282. cla
  283. *clr
  284. set horny += 30
  285. '<center><img src="images\img\centr\prsex1.jpg"></center>'
  286. 'The room includes two girls with a strap, and begin to fuck each other.'
  287. act 'Finish': gt 'stripclub','forman'
  288. act 'Join':
  289. cla
  290. *clr
  291. set SUB += 3
  292. set girl += 2
  293. set lesbian += 1
  294. set sex += 1
  295. set anal += 1
  296. '<center><img src="images\img\centr\prsex2.jpg"></center>'
  297. '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.'
  298. act 'Doggy-Style':
  299. cla
  300. *clr
  301. '<center><img src="images\img\centr\prsex3.jpg"></center>'
  302. 'You get up cancer and one of the girls comes to you in the pussy as you continue to suck the second.'
  303. act 'In Two Smoking Barrels':
  304. cla
  305. *clr
  306. set horny = 0
  307. set orgasm += 1
  308. '<center><img src="images\img\centr\prsex4.jpg"></center>'
  309. 'You sodites one of the threesome and the second girl enters you into the anus, they fuck you in both holes bringing to Orgs.'
  310. act 'Further':
  311. cla
  312. *clr
  313. set cumlip += 1
  314. set cumface += 1
  315. set cumbrest += 1
  316. '<center><img src="images\img\centr\prsex5.jpg"></center>'
  317. '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.'
  318. act 'Finish': gt 'stripclub','forman'
  319. end
  320. end
  321. end
  322. end
  323. end
  324. if $ARGS[0] = 'stpr2':
  325. cla
  326. *clr
  327. set girl += 2
  328. set lesbian += 1
  329. '<center><img src="images\img\centr\prsex6.jpg"></center>'
  330. 'The room includes two girls with a strap in his hand, they strip you and freeze in anticipation of your wishes.'
  331. act 'Fuck them':
  332. cla
  333. *clr
  334. set DOM += 3
  335. '<center><img src="images\img\centr\prsex7.jpg"></center>'
  336. 'You wear the strap, and the girls kneel and begin to suck it.'
  337. act 'Fuck them': gt 'stripclub','stpr3'
  338. end
  339. act 'Surrender':
  340. cla
  341. *clr
  342. set SUB += 3
  343. '<center><img src="images\img\centr\prsex8.jpg"></center>'
  344. 'You get up on his knees, and girls wear Vibrators and give you their sucking you with joy and doing.'
  345. act 'Surrender': gt 'stripclub','stpr4'
  346. end
  347. end
  348. if $ARGS[0] = 'stpr3':
  349. cla
  350. *clr
  351. set horny = 0
  352. set orgasm += 1
  353. set prsexrand = rand(9,13)
  354. '<center><img src="images\img\centr\prsex<<prsexrand>>.jpg "></center>'
  355. 'You fuck them as your heart wants, eventually ends themselves.'
  356. if hour > 23:
  357. act 'More': gt 'stripclub','stpr3'
  358. end
  359. act 'Finish': gt 'stripclub','forman'
  360. end
  361. if $ARGS[0] = 'stpr4':
  362. cla
  363. *clr
  364. set horny = 0
  365. set orgasm += 1
  366. set prsexrand = rand(14,19)
  367. '<center><img src="images\img\centr\prsex<<prsexrand>>.jpg "></center>'
  368. 'They twirl as you want, then fucking couple then one by one, in the end you end.'
  369. if hour > 23:
  370. act 'More': gt 'stripclub','stpr4'
  371. end
  372. act 'Finish': gt 'stripclub','forman'
  373. end
  374. --- stripclub ---------------------------------