1
0

komp_assbook.qsrc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. # komp_assbook
  2. if $ARGS[0] = 'main' or $ARGS[0] = '':
  3. gs 'stat'
  4. $subs = $access['subscription']
  5. act 'Close Assbook': gt 'komp', 'browse'
  6. '<center><b>Assbook</b></center>'
  7. if subscription[$subs] < 1:
  8. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
  9. 'You have no internet access, ' + iif(access['metered'], ' you have to buy more minutes.', ' maybe you forgot to pay the internet bill?')
  10. act '<B>Close the browser</B>': gt 'komp','start'
  11. else
  12. '<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
  13. 'You''re currently on Russia''s biggest social network site, "Assbook". Almost everyone has an account here'
  14. *nl
  15. if $assbook['account_name'] = '':
  16. 'Click here to log in or <a href="exec:gt ''komp_assbook'', ''signup'' ">sign up</a>'
  17. else
  18. 'Click here to <a href="exec:gt ''komp_assbook'', ''login'' ">log in</a> or signup'
  19. act 'Go to your page': gt 'komp_assbook', 'login'
  20. end
  21. act 'Browse assbook (0:20)': gt 'komp_assbook', 'browse'
  22. act 'Look through your friends'' feeds': gt 'komp_assbook', 'friends'
  23. if shantfoto > 0: act 'Find the girl you took photos of in the park': gt 'komp_assbook', 'blackmail'
  24. act 'Read more about Assbook': gt 'komp_assbook', 'mission_statements'
  25. end
  26. end
  27. if $ARGS[0] = 'signup':
  28. '<center><b>Assbook</b></center>'
  29. '<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
  30. 'You consider which name you''d like to register under.'
  31. $assbook['account_name'] = input('Which name would you like to use? (Leave blank for <<$pcs_nickname>>)')
  32. if $assbook['account_name'] = '': $assbook['account_name'] = '<<$pcs_nickname>>'
  33. 'You fill in your personal details and within a few moments you''ve created an account. You can even upload photos to your own page.'
  34. minut += 5
  35. elektro += 1
  36. gs 'internet_mobile', 'use_internet', $subs, 5
  37. act 'Go back to the main page': gt 'komp_assbook', 'main'
  38. end
  39. if $ARGS[0] = 'browse':
  40. minut += 20
  41. elektro += 2
  42. gs 'internet_mobile', 'use_internet', $subs, 20
  43. gs 'stat'
  44. 'You spend some time browsing social media'
  45. act 'Keep browsing assbook (0:20)': gt 'komp_assbook', 'browse'
  46. act 'Go back to the main page': gt 'komp_assbook', 'main'
  47. end
  48. if $ARGS[0] = 'friends':
  49. 'You don''t know the account names of your friends :('
  50. '<font color="red">This content is WIP.</font>'
  51. act 'Go back to the main page': gt 'komp_assbook', 'main'
  52. end
  53. if $ARGS[0] = 'login':
  54. '<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
  55. '<font color="red">This content is WIP.</font>'
  56. *nl
  57. '<a href="exec: gt ''komp_assbook'', ''upload_photo''">Upload a new photo</a>'
  58. *nl
  59. 'Uploaded photos:'
  60. gs 'phone_selfies', 'Phone_selfie_totals'
  61. temp_locationCnt = 0
  62. :LocationLoop
  63. gs 'komp_assbook', 'showlocation', temp_locationCnt
  64. temp_locationCnt += 1
  65. if temp_locationCnt < arrsize('$selfieLoc'): jump'LocationLoop'
  66. act 'Go back to the main page': gt 'komp_assbook', 'main'
  67. end
  68. if $ARGS[0] = 'showlocation':
  69. !'<center><h4><font color="maroon"><<$selfieLocDesc[ARGS[1]]>> selfies</font></h4></center>'
  70. *nl
  71. gs 'komp_assbook', 'listretrieve', ARGS[1], $selfieLoc[ARGS[1]]
  72. end
  73. if $ARGS[0] = 'listretrieve':
  74. gs 'komp_assbook', 'retrieve_clothed_selfies', ARGS[1], $ARGS[2]
  75. gs 'komp_assbook', 'retrieve_swim_selfies', ARGS[1], $ARGS[2]
  76. end
  77. !! ARGS[1] is the index of the location in $selfieLoc[]
  78. !! $ARGS[2] is the selfie location
  79. if $ARGS[0] = 'retrieve_clothed_selfies':
  80. !!Loop for clothed selfies, dynamics set variables as mixing them in loop instructions is bad
  81. if selfieClotot[ARGS[1]] > 0:
  82. !'<center><b>Clothed selfies</b></center>'
  83. *nl
  84. temp_clocnt = 1
  85. :temp_loop
  86. !!setting value to unmixed variable so it can be checked in the if below
  87. dynamic 'assbook_locval = assbook_<<$ARGS[2]>>_clothed[<<temp_clocnt>>]'
  88. if assbook_locval = 1: *p func('phone_selfies_popup', 'set_selfie', $ARGS[2], 'clothed', ARGS[1], temp_clocnt)
  89. temp_clocnt += 1
  90. if temp_clocnt <= selfieClotot[ARGS[1]]: jump 'temp_loop'
  91. end
  92. end
  93. if $ARGS[0] = 'retrieve_swim_selfies':
  94. if selfieSwimtot[ARGS[1]] > 0:
  95. !'<center><b>Swimwear selfies</b></center>'
  96. *nl
  97. temp_clocnt = 1
  98. :temp_loop1
  99. !!setting value to unmixed variable so it can be checked in the if below
  100. dynamic 'assbook_locval = assbook_<<$ARGS[2]>>_bikini[<<temp_clocnt>>]'
  101. if assbook_locval = 1: *p func('phone_selfies_popup', 'set_selfie', $ARGS[2], 'bikini', ARGS[1], temp_clocnt)
  102. temp_clocnt += 1
  103. if temp_clocnt <= selfieSwimtot[ARGS[1]]: jump 'temp_loop1'
  104. end
  105. end
  106. if $ARGS[0] = 'upload_photo':
  107. menu_off = 1
  108. temp_suppress_other_selfies = 1
  109. $temp_ssh_ret_loc = 'komp_assbook'
  110. $temp_ssh_ret_arg = 'upload_photo2'
  111. gs 'phone_selfies', 'Phone_selfie_totals'
  112. temp_locationCnt = 0
  113. :LocationLoop
  114. gs 'komp_assbook', 'showlocation2', temp_locationCnt
  115. temp_locationCnt += 1
  116. if temp_locationCnt < arrsize('$selfieLoc'): jump'LocationLoop'
  117. act 'Go back to your page':
  118. menu_off = 0
  119. killvar 'temp_suppress_other_selfies'
  120. killvar '$temp_ssh_ret_loc'
  121. killvar '$temp_ssh_ret_arg'
  122. minut += 1
  123. gs 'internet_mobile', 'use_internet', $subs, 1
  124. gt 'komp_assbook', 'login'
  125. end
  126. end
  127. if $ARGS[0] = 'upload_photo2':
  128. dynamic 'assbook_<<$ARGS[2]>>_<<$ARGS[3]>>[<<ARGS[5]>>] = 1'
  129. menu_off = 0
  130. killvar 'temp_suppress_other_selfies'
  131. killvar '$temp_ssh_ret_loc'
  132. killvar '$temp_ssh_ret_arg'
  133. minut += 5
  134. elektro += 1
  135. gs 'internet_mobile', 'use_internet', $subs, 5
  136. gt 'komp_assbook', 'login'
  137. end
  138. if $ARGS[0] = 'showlocation2':
  139. '<center><h4><font color="maroon"><<$selfieLocDesc[ARGS[1]]>> selfies</font></h4></center>'
  140. *nl
  141. gs 'komp_assbook', 'listretrieve2', ARGS[1], $selfieLoc[ARGS[1]]
  142. end
  143. if $ARGS[0] = 'listretrieve2':
  144. gs 'komp_assbook', 'upload_clothed_selfies', ARGS[1], $ARGS[2]
  145. gs 'komp_assbook', 'upload_swim_selfies', ARGS[1], $ARGS[2]
  146. end
  147. !! ARGS[1] is the index of the location in $selfieLoc[]
  148. !! $ARGS[2] is the selfie location
  149. if $ARGS[0] = 'upload_clothed_selfies':
  150. !!Loop for clothed selfies, dynamics set variables as mixing them in loop instructions is bad
  151. if selfieClotot[ARGS[1]] > 0:
  152. !'<center><b>Clothed selfies</b></center>'
  153. *nl
  154. temp_clocnt = 1
  155. :temp_loop
  156. !!setting value to unmixed variable so it can be checked in the if below
  157. dynamic 'assbook_locval = assbook_<<$ARGS[2]>>_clothed[<<temp_clocnt>>]'
  158. dynamic 'phone_locval = <<$ARGS[2]>>_closelfie[<<temp_clocnt>>]'
  159. if assbook_locval = 0 and phone_locval = 1: *p func('phone_selfies_popup', 'set_selfie', $ARGS[2], 'clothed', ARGS[1], temp_clocnt)
  160. temp_clocnt += 1
  161. if temp_clocnt <= selfieClotot[ARGS[1]]: jump 'temp_loop'
  162. end
  163. end
  164. if $ARGS[0] = 'upload_swim_selfies':
  165. if selfieSwimtot[ARGS[1]] > 0:
  166. !'<center><b>Swimwear selfies</b></center>'
  167. *nl
  168. temp_clocnt = 1
  169. :temp_loop1
  170. !!setting value to unmixed variable so it can be checked in the if below
  171. dynamic 'assbook_locval = assbook_<<$ARGS[2]>>_bikini[<<temp_clocnt>>]'
  172. dynamic 'phone_locval = <<$ARGS[2]>>_swim[<<temp_clocnt>>]'
  173. if assbook_locval = 0 and phone_locval = 1: *p func('phone_selfies_popup', 'set_selfie', $ARGS[2], 'bikini', ARGS[1], temp_clocnt)
  174. temp_clocnt += 1
  175. if temp_clocnt <= selfieSwimtot[ARGS[1]]: jump 'temp_loop1'
  176. end
  177. end
  178. if $ARGS[0] = 'mission_statements':
  179. 'Introducing Assbook: Where Connections Speak Louder than Words!'
  180. 'Dive into the vibrant and dynamic world of Assbook, your passport to a digital realm filled with the rich tapestry of Russian culture, diverse communities, and unparalleled social interactions. Here''s why Assbook is the social media platform you''ve been waiting for:'
  181. *nl
  182. '<b>Cultural Richness:</b>'
  183. 'Assbook isn''t just a social media site; it''s a celebration of Russian culture. Immerse yourself in a community that cherishes the arts, history, and the unique traditions that make Russia a tapestry of diversity. From captivating stories to stunning visuals, Assbook is your window into the soul of this extraordinary nation.'
  184. *nl
  185. '<b>Connect with a Purpose:</b>'
  186. 'Unlike other social media platforms, Assbook is designed to foster meaningful connections. Engage in discussions that matter, share experiences, and find like-minded individuals who appreciate the depth of human interaction. From intellectual debates to heartfelt conversations, Assbook encourages connections that go beyond the surface.'
  187. *nl
  188. '<b>Visual Storytelling:</b>'
  189. 'Capture and share your life''s moments through Assbook''s visually immersive experience. Whether it''s breathtaking landscapes, artistic expressions, or snapshots of everyday life, let your images tell the story. With an emphasis on visual storytelling, Assbook transforms your feed into a canvas of emotions, sparking connections through the power of imagery.'
  190. *nl
  191. '<b>Privacy and Security:</b>'
  192. 'Your online safety is our top priority. Assbook employs state-of-the-art security measures to ensure that your personal information remains private. Enjoy a worry-free social experience, knowing that your data is in safe hands.'
  193. *nl
  194. '<b>Community-driven Features:</b>'
  195. 'Assbook is constantly evolving based on user feedback. Have a suggestion or a feature you''d love to see? Our community-driven approach means that your voice matters. Shape the platform to suit your needs and make Assbook your own.'
  196. *nl
  197. '<b>Exclusive Events and Groups:</b>'
  198. 'Discover and participate in exclusive events and groups tailored to your interests. From cultural meet-ups to niche communities, Assbook provides a platform for you to connect with people who share your passions.'
  199. *nl
  200. '<b>Assbook for Business:</b>'
  201. 'Entrepreneurs and businesses, take note! Assbook offers a unique platform for networking, brand promotion, and reaching your target audience. Leverage the power of the Assbook community to elevate your brand and connect with potential customers.'
  202. *nl
  203. 'Join the Assbook revolution today and experience social media in a way that transcends the ordinary. Embrace the beauty of Russian culture, forge lasting connections, and make Assbook your digital home!'
  204. act 'Go back to the main page': gt 'komp_assbook', 'main'
  205. end
  206. if $ARGS[0] = 'blackmail':
  207. gs 'stat'
  208. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  209. 'You''re currently on Russia''s biggest social network site, "Assbook". Almost everyone has an account here, probably including the girl you took that photo of the other day!'
  210. '"Maybe if I can find her, I can blackmail her", you think to yourself. "This photo is very raunchy, after all... I bet she would hate to see it published if she''s important!"'
  211. 'You can''t help but rub your pussy every now and then while you look at it. You''ll probably keep a copy of this for yourself, either way!'
  212. act 'Try to find out who she is (1:00)':
  213. cla
  214. minut += 60
  215. elektro += 6
  216. gs 'internet_mobile', 'use_internet', $subs, 60
  217. fotsearchrand = rand(0,10)
  218. if fotsearchrand <= 7:
  219. 'Despite your best efforts, you don''t manage to find the girl this time.'
  220. act 'Go back to the "Assbook" main page': gt 'komp_assbook', 'main'
  221. end
  222. if fotsearchrand > 7:
  223. shantfoto -= 1
  224. 'Despite your best efforts, you don''t manage to... wait, that''s her! You found her!'
  225. gerofotorand = rand(0,100)
  226. if gerofotorand > 30:
  227. 'Your dreams of making a fortune are quickly shattered when you check out her profile. Cheap clothes, few friends, lives in a poor district of the city... this girl is not worth blackmailing.'
  228. act 'Go back to the "Assbook" main page': gt 'komp_assbook', 'main'
  229. end
  230. if gerofotorand >= 5 and gerofotorand <= 30:
  231. shantsr += 1
  232. 'When you click through her profile, you estimate she''s an unknown middle-class girl. Still, she has a lot of friends and the outfits she''s wearing in her photos look stylish... she has money to spend.'
  233. '"Why not make her spend some of it on me?" you laugh to yourself, and begin to write a private message.'
  234. 'You send her a copy of the photo with the private message and tell her to transfer a very modest amount of 5,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to her entire friends list (which you secured before sending the message), the money needs to be on your bank account within 48 hours.'
  235. act 'Go back to the "Assbook" main page': gt 'komp_assbook', 'main'
  236. end
  237. if gerofotorand < 5:
  238. shantbog += 1
  239. 'You can barely believe it when you read her profile, this girl is a celebrity! It would be a major scandal if this photo got published!'
  240. 'You send her a copy of the photo with a private message, telling her to transfer 30,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to the press, the money needs to be on your bank account within 48 hours.'
  241. act 'Go back to the "Assbook" main page': gt 'komp_assbook', 'main'
  242. end
  243. end
  244. end
  245. act 'Go back to the "Assbook" main page': gt 'komp_assbook', 'main'
  246. end
  247. --- komp_assbook ---------------------------------