priyanshbot12 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (723) hide show
  1. package/.Dockerignore +4 -0
  2. package/.dockerignore +4 -0
  3. package/.github/workflows/publish.yml +20 -0
  4. package/Dockerfile +5 -0
  5. package/Priyansh.js +601 -0
  6. package/appcap.json +0 -0
  7. package/appstate.json +263 -0
  8. package/config.json +231 -0
  9. package/includes/antist.sqlite +0 -0
  10. package/includes/controllers/currencies.js +100 -0
  11. package/includes/controllers/threads.js +89 -0
  12. package/includes/controllers/users.js +96 -0
  13. package/includes/database/index.js +41 -0
  14. package/includes/database/model.js +22 -0
  15. package/includes/database/models/currencies.js +26 -0
  16. package/includes/database/models/threads.js +21 -0
  17. package/includes/database/models/users.js +21 -0
  18. package/includes/handle/handleCommand.js +140 -0
  19. package/includes/handle/handleCommandEvent.js +43 -0
  20. package/includes/handle/handleCreateDatabase.js +62 -0
  21. package/includes/handle/handleEvent.js +37 -0
  22. package/includes/handle/handleNotification.js +47 -0
  23. package/includes/handle/handleReaction.js +44 -0
  24. package/includes/handle/handleRefresh.js +66 -0
  25. package/includes/handle/handleReply.js +44 -0
  26. package/includes/listen.js +307 -0
  27. package/index.js +93 -0
  28. package/languages/en.lang +103 -0
  29. package/languages/vi.lang +104 -0
  30. package/lol.json +4001 -0
  31. package/modChangeColorFca.js +78 -0
  32. package/modules/commands/0tom.js +25 -0
  33. package/modules/commands/6packs.js +142 -0
  34. package/modules/commands/Bio.js +18 -0
  35. package/modules/commands/Getavtfb.js +59 -0
  36. package/modules/commands/Google.js +77 -0
  37. package/modules/commands/Obama.js +74 -0
  38. package/modules/commands/Onbot.js +5 -0
  39. package/modules/commands/Priyanshu/approvedThreads.json +151 -0
  40. package/modules/commands/Priyanshu/pendingdThreads.json +1 -0
  41. package/modules/commands/Rank.js +201 -0
  42. package/modules/commands/Rushi.js +30 -0
  43. package/modules/commands/Simpson.js +76 -0
  44. package/modules/commands/Troll.json +26 -0
  45. package/modules/commands/Trump.js +76 -0
  46. package/modules/commands/Vonglap.js +24 -0
  47. package/modules/commands/Work-beta.js +113 -0
  48. package/modules/commands/aah-xsound.js +26 -0
  49. package/modules/commands/accept_fri.js +111 -0
  50. package/modules/commands/adc.js +106 -0
  51. package/modules/commands/adden.js +83 -0
  52. package/modules/commands/adduser.js +52 -0
  53. package/modules/commands/admin.js +254 -0
  54. package/modules/commands/ai.js +97 -0
  55. package/modules/commands/ai1.js +39 -0
  56. package/modules/commands/alert.js +1 -0
  57. package/modules/commands/allbox.js +194 -0
  58. package/modules/commands/alllin.js +85 -0
  59. package/modules/commands/altar.js +56 -0
  60. package/modules/commands/amogus.js +26 -0
  61. package/modules/commands/anifact.js +33 -0
  62. package/modules/commands/animalear.js +26 -0
  63. package/modules/commands/animeimg.js +25 -0
  64. package/modules/commands/animescrape.js +101 -0
  65. package/modules/commands/antichange.js +237 -0
  66. package/modules/commands/antijoin.js +22 -0
  67. package/modules/commands/antiout.js +22 -0
  68. package/modules/commands/antirobbery.js +22 -0
  69. package/modules/commands/approve.js +139 -0
  70. package/modules/commands/appstate.js +30 -0
  71. package/modules/commands/ara.js +28 -0
  72. package/modules/commands/art.js +39 -0
  73. package/modules/commands/astalk.json +85 -0
  74. package/modules/commands/autoban.js +45 -0
  75. package/modules/commands/automention.js +17 -0
  76. package/modules/commands/autoreact.js +62 -0
  77. package/modules/commands/autoreset.js +40 -0
  78. package/modules/commands/autoseen.js +1 -0
  79. package/modules/commands/autosetname.js +52 -0
  80. package/modules/commands/avatar.js +32 -0
  81. package/modules/commands/avt.js +76 -0
  82. package/modules/commands/award.js +84 -0
  83. package/modules/commands/ayaka.js +134 -0
  84. package/modules/commands/baicao.js +166 -0
  85. package/modules/commands/balance.js +42 -0
  86. package/modules/commands/ban.js +220 -0
  87. package/modules/commands/banking.js +132 -0
  88. package/modules/commands/banner.js +93 -0
  89. package/modules/commands/banner2.js +237 -0
  90. package/modules/commands/banner3.js +510 -0
  91. package/modules/commands/bard.js +59 -0
  92. package/modules/commands/batmanslap.js +79 -0
  93. package/modules/commands/baybayin.js +18 -0
  94. package/modules/commands/bbm.js +84 -0
  95. package/modules/commands/beast.js +62 -0
  96. package/modules/commands/bf.js +74 -0
  97. package/modules/commands/biden.js +25 -0
  98. package/modules/commands/bigtext.js +219 -0
  99. package/modules/commands/billboard.js +83 -0
  100. package/modules/commands/birthday.js +27 -0
  101. package/modules/commands/board.js +74 -0
  102. package/modules/commands/bot.js +245 -0
  103. package/modules/commands/bot1.js +414 -0
  104. package/modules/commands/botban.js +51 -0
  105. package/modules/commands/botsay.js +16 -0
  106. package/modules/commands/box.js +119 -0
  107. package/modules/commands/boxinfo.js +53 -0
  108. package/modules/commands/bruh.js +26 -0
  109. package/modules/commands/cache/1.png +0 -0
  110. package/modules/commands/cache/2.gif +0 -0
  111. package/modules/commands/cache/2.png +0 -0
  112. package/modules/commands/cache/20.jpg +0 -0
  113. package/modules/commands/cache/3.png +0 -0
  114. package/modules/commands/cache/4.png +0 -0
  115. package/modules/commands/cache/5.png +0 -0
  116. package/modules/commands/cache/50.jpg +0 -0
  117. package/modules/commands/cache/6.png +0 -0
  118. package/modules/commands/cache/7.png +0 -0
  119. package/modules/commands/cache/8.jpg +0 -0
  120. package/modules/commands/cache/8.png +0 -0
  121. package/modules/commands/cache/9.png +0 -0
  122. package/modules/commands/cache/AlegreyaSans-Regular.ttf +0 -0
  123. package/modules/commands/cache/ArialUnicodeMS.ttf +0 -0
  124. package/modules/commands/cache/Avthai.png +0 -0
  125. package/modules/commands/cache/Play-Bold.ttf +0 -0
  126. package/modules/commands/cache/SVN-Arial 2.ttf +0 -0
  127. package/modules/commands/cache/VNCORSI.ttf +0 -0
  128. package/modules/commands/cache/autoseen.txt +1 -0
  129. package/modules/commands/cache/autosetname.json +1 -0
  130. package/modules/commands/cache/avt.png +0 -0
  131. package/modules/commands/cache/avt2.png +0 -0
  132. package/modules/commands/cache/avt_100000377396525.png +0 -0
  133. package/modules/commands/cache/avt_100027379701085.png +0 -0
  134. package/modules/commands/cache/avtuserrd2.png +0 -0
  135. package/modules/commands/cache/avtuserrd3.png +0 -0
  136. package/modules/commands/cache/banner.gif +0 -0
  137. package/modules/commands/cache/biden1.png +2 -0
  138. package/modules/commands/cache/bill.json +1 -0
  139. package/modules/commands/cache/bold-font.ttf +0 -0
  140. package/modules/commands/cache/canvas/arr2.png +0 -0
  141. package/modules/commands/cache/canvas/choigay.png +0 -0
  142. package/modules/commands/cache/canvas/fuck.png +0 -0
  143. package/modules/commands/cache/canvas/fuckv2.png +0 -0
  144. package/modules/commands/cache/canvas/fuckv3.png +0 -0
  145. package/modules/commands/cache/canvas/fuckv4.png +0 -0
  146. package/modules/commands/cache/canvas/hug4.png +0 -0
  147. package/modules/commands/cache/canvas/hugp.png +0 -0
  148. package/modules/commands/cache/canvas/hugv1.png +0 -0
  149. package/modules/commands/cache/canvas/hugv2.png +0 -0
  150. package/modules/commands/cache/canvas/hugv3.png +0 -0
  151. package/modules/commands/cache/canvas/josh.png +0 -0
  152. package/modules/commands/cache/canvas/joshua.png +0 -0
  153. package/modules/commands/cache/canvas/love2.jpg +0 -0
  154. package/modules/commands/cache/canvas/marriedv1.png +0 -0
  155. package/modules/commands/cache/canvas/marriedv2.png +0 -0
  156. package/modules/commands/cache/canvas/marriedv3.png +0 -0
  157. package/modules/commands/cache/canvas/marriedv4.png +0 -0
  158. package/modules/commands/cache/canvas/marriedv5.png +0 -0
  159. package/modules/commands/cache/canvas/marriedv6.jpeg +0 -0
  160. package/modules/commands/cache/canvas/marrywi.png +0 -0
  161. package/modules/commands/cache/canvas/namtay.png +0 -0
  162. package/modules/commands/cache/canvas/pairing.jpg +0 -0
  163. package/modules/commands/cache/canvas/pj.png +0 -0
  164. package/modules/commands/cache/canvas/seophi.png +0 -0
  165. package/modules/commands/cache/checkttDay.json +11594 -0
  166. package/modules/commands/cache/chocolate.jpg +0 -0
  167. package/modules/commands/cache/customrank/.txt +1 -0
  168. package/modules/commands/cache/data.json +3 -0
  169. package/modules/commands/cache/datlich.json +1 -0
  170. package/modules/commands/cache/dhbc1.png +0 -0
  171. package/modules/commands/cache/dhbc2.png +0 -0
  172. package/modules/commands/cache/elaina.jpg +0 -0
  173. package/modules/commands/cache/fbcover.png +0 -0
  174. package/modules/commands/cache/giflove.png +0 -0
  175. package/modules/commands/cache/giflove1.png +0 -0
  176. package/modules/commands/cache/giflove2.png +0 -0
  177. package/modules/commands/cache/giflove3.png +0 -0
  178. package/modules/commands/cache/giflove4.png +0 -0
  179. package/modules/commands/cache/giflove5.png +0 -0
  180. package/modules/commands/cache/giflove6.png +0 -0
  181. package/modules/commands/cache/giflove7.png +0 -0
  182. package/modules/commands/cache/hon.png +0 -0
  183. package/modules/commands/cache/hon1.png +0 -0
  184. package/modules/commands/cache/hon2.png +0 -0
  185. package/modules/commands/cache/image-0.png +0 -0
  186. package/modules/commands/cache/image-1.png +0 -0
  187. package/modules/commands/cache/image-10.png +0 -0
  188. package/modules/commands/cache/image-11.png +0 -0
  189. package/modules/commands/cache/image-12.png +0 -0
  190. package/modules/commands/cache/image-13.png +0 -0
  191. package/modules/commands/cache/image-14.png +0 -0
  192. package/modules/commands/cache/image-15.png +0 -0
  193. package/modules/commands/cache/image-16.png +0 -0
  194. package/modules/commands/cache/image-17.png +0 -0
  195. package/modules/commands/cache/image-18.png +0 -0
  196. package/modules/commands/cache/image-19.png +0 -0
  197. package/modules/commands/cache/image-2.png +0 -0
  198. package/modules/commands/cache/image-20.png +0 -0
  199. package/modules/commands/cache/image-21.png +0 -0
  200. package/modules/commands/cache/image-22.png +0 -0
  201. package/modules/commands/cache/image-23.png +0 -0
  202. package/modules/commands/cache/image-24.png +0 -0
  203. package/modules/commands/cache/image-25.png +0 -0
  204. package/modules/commands/cache/image-26.png +0 -0
  205. package/modules/commands/cache/image-27.png +0 -0
  206. package/modules/commands/cache/image-28.png +0 -0
  207. package/modules/commands/cache/image-29.png +0 -0
  208. package/modules/commands/cache/image-3.png +0 -0
  209. package/modules/commands/cache/image-30.png +0 -0
  210. package/modules/commands/cache/image-31.png +0 -0
  211. package/modules/commands/cache/image-32.png +0 -0
  212. package/modules/commands/cache/image-33.png +0 -0
  213. package/modules/commands/cache/image-34.png +0 -0
  214. package/modules/commands/cache/image-35.png +0 -0
  215. package/modules/commands/cache/image-36.png +0 -0
  216. package/modules/commands/cache/image-37.png +0 -0
  217. package/modules/commands/cache/image-38.png +0 -0
  218. package/modules/commands/cache/image-39.png +0 -0
  219. package/modules/commands/cache/image-4.png +0 -0
  220. package/modules/commands/cache/image-40.png +0 -0
  221. package/modules/commands/cache/image-41.png +0 -0
  222. package/modules/commands/cache/image-42.png +0 -0
  223. package/modules/commands/cache/image-43.png +0 -0
  224. package/modules/commands/cache/image-44.png +0 -0
  225. package/modules/commands/cache/image-45.png +0 -0
  226. package/modules/commands/cache/image-46.png +0 -0
  227. package/modules/commands/cache/image-47.png +0 -0
  228. package/modules/commands/cache/image-48.png +0 -0
  229. package/modules/commands/cache/image-49.png +0 -0
  230. package/modules/commands/cache/image-5.png +0 -0
  231. package/modules/commands/cache/image-50.png +0 -0
  232. package/modules/commands/cache/image-51.png +0 -0
  233. package/modules/commands/cache/image-52.png +0 -0
  234. package/modules/commands/cache/image-53.png +0 -0
  235. package/modules/commands/cache/image-6.png +0 -0
  236. package/modules/commands/cache/image-7.png +0 -0
  237. package/modules/commands/cache/image-8.png +0 -0
  238. package/modules/commands/cache/image-9.png +0 -0
  239. package/modules/commands/cache/img1.png +0 -0
  240. package/modules/commands/cache/img2.png +0 -0
  241. package/modules/commands/cache/listwarning.json +1 -0
  242. package/modules/commands/cache/lyrics.png +0 -0
  243. package/modules/commands/cache/memory.ttf +1950 -0
  244. package/modules/commands/cache/memorygame.png +0 -0
  245. package/modules/commands/cache/menu.gif +0 -0
  246. package/modules/commands/cache/mikasa.jpg +0 -0
  247. package/modules/commands/cache/mirai.jpg +0 -0
  248. package/modules/commands/cache/nami.jpg +0 -0
  249. package/modules/commands/cache/night.jpg +0 -0
  250. package/modules/commands/cache/notes.json +1 -0
  251. package/modules/commands/cache/priyansh.jpg +0 -0
  252. package/modules/commands/cache/quybu.gif +0 -0
  253. package/modules/commands/cache/rankcard.png +0 -0
  254. package/modules/commands/cache/rankcard1.png +0 -0
  255. package/modules/commands/cache/rankcard10.png +0 -0
  256. package/modules/commands/cache/rankcard11.png +0 -0
  257. package/modules/commands/cache/rankcard12.png +0 -0
  258. package/modules/commands/cache/rankcard13.png +0 -0
  259. package/modules/commands/cache/rankcard14.png +0 -0
  260. package/modules/commands/cache/rankcard2.png +0 -0
  261. package/modules/commands/cache/rankcard3.png +0 -0
  262. package/modules/commands/cache/rankcard4.png +0 -0
  263. package/modules/commands/cache/rankcard5.png +0 -0
  264. package/modules/commands/cache/rankcard6.png +0 -0
  265. package/modules/commands/cache/rankcard7.png +0 -0
  266. package/modules/commands/cache/rankcard8.png +0 -0
  267. package/modules/commands/cache/rankcard9.png +0 -0
  268. package/modules/commands/cache/rankup/.txt +1 -0
  269. package/modules/commands/cache/regular-font.ttf +0 -0
  270. package/modules/commands/cache/rules.json +1 -0
  271. package/modules/commands/cache/shortcutdata.json +6 -0
  272. package/modules/commands/cache/snoti.jpg +0 -0
  273. package/modules/commands/cache/statusAuto.json +3 -0
  274. package/modules/commands/cache/tiktok.png +0 -0
  275. package/modules/commands/cache/toilet.png +0 -0
  276. package/modules/commands/cache/toilet1.png +0 -0
  277. package/modules/commands/cache/ttt.png +0 -0
  278. package/modules/commands/cache/urbanjungle.ttf +0 -0
  279. package/modules/commands/cache/wanted.png +3 -0
  280. package/modules/commands/cache.js +112 -0
  281. package/modules/commands/callad.js +215 -0
  282. package/modules/commands/cardbox.js +161 -0
  283. package/modules/commands/cardcute.js +122 -0
  284. package/modules/commands/cardinfo.js +106 -0
  285. package/modules/commands/cardinfotag.js +110 -0
  286. package/modules/commands/cardinfov2.js +103 -0
  287. package/modules/commands/cardinfov3.js +111 -0
  288. package/modules/commands/cardinfov4.js +104 -0
  289. package/modules/commands/caro.json +354 -0
  290. package/modules/commands/catsay.js +25 -0
  291. package/modules/commands/cave.js +51 -0
  292. package/modules/commands/chart.js +35 -0
  293. package/modules/commands/checktt.js +121 -0
  294. package/modules/commands/checkv1.js +181 -0
  295. package/modules/commands/cheems.js +88 -0
  296. package/modules/commands/chocolate.js +26 -0
  297. package/modules/commands/choose.js +28 -0
  298. package/modules/commands/chumma.js +25 -0
  299. package/modules/commands/clearcache.js +60 -0
  300. package/modules/commands/cmd.js +192 -0
  301. package/modules/commands/cnbh.js +118 -0
  302. package/modules/commands/code.js +101 -0
  303. package/modules/commands/communism.js +56 -0
  304. package/modules/commands/confess.js +25 -0
  305. package/modules/commands/console.js +46 -0
  306. package/modules/commands/cosplay.json +38 -0
  307. package/modules/commands/count-by-thread/.txt +1 -0
  308. package/modules/commands/count.js +82 -0
  309. package/modules/commands/couple.js +80 -0
  310. package/modules/commands/coupledp.js +40 -0
  311. package/modules/commands/covid.js +46 -0
  312. package/modules/commands/crypto.js +109 -0
  313. package/modules/commands/daily.js +46 -0
  314. package/modules/commands/darock.js +27 -0
  315. package/modules/commands/daru.js +26 -0
  316. package/modules/commands/data/.txt +1 -0
  317. package/modules/commands/date.js +80 -0
  318. package/modules/commands/date2.js +80 -0
  319. package/modules/commands/deletelogo.js +32 -0
  320. package/modules/commands/delmsg.js +25 -0
  321. package/modules/commands/delthread.js +26 -0
  322. package/modules/commands/details.js +112 -0
  323. package/modules/commands/dictionary.js +42 -0
  324. package/modules/commands/dog.js +27 -0
  325. package/modules/commands/dogfact.js +31 -0
  326. package/modules/commands/doof.js +74 -0
  327. package/modules/commands/dot.js +58 -0
  328. package/modules/commands/download.js +32 -0
  329. package/modules/commands/drake.js +84 -0
  330. package/modules/commands/drip.js +61 -0
  331. package/modules/commands/einstein.js +74 -0
  332. package/modules/commands/elon.js +78 -0
  333. package/modules/commands/emoji.js +83 -0
  334. package/modules/commands/enrile.js +76 -0
  335. package/modules/commands/event.js +223 -0
  336. package/modules/commands/example.js +49 -0
  337. package/modules/commands/fact.js +16 -0
  338. package/modules/commands/fact2.js +26 -0
  339. package/modules/commands/family.js +194 -0
  340. package/modules/commands/fbcover.js +183 -0
  341. package/modules/commands/fbcoverv2.js +101 -0
  342. package/modules/commands/fberror.js +74 -0
  343. package/modules/commands/fbget.js +41 -0
  344. package/modules/commands/file.js +106 -0
  345. package/modules/commands/fire.js +52 -0
  346. package/modules/commands/fish.js +48 -0
  347. package/modules/commands/fishing.json +330 -0
  348. package/modules/commands/fuck.js +74 -0
  349. package/modules/commands/fuck2.js +74 -0
  350. package/modules/commands/fuck3.js +74 -0
  351. package/modules/commands/fuck4.js +74 -0
  352. package/modules/commands/fuck5.js +74 -0
  353. package/modules/commands/fyoutoo.js +25 -0
  354. package/modules/commands/fyt.js +58 -0
  355. package/modules/commands/gali_reply.js +24 -0
  356. package/modules/commands/game1.js +34 -0
  357. package/modules/commands/getlink.js +26 -0
  358. package/modules/commands/gf.js +74 -0
  359. package/modules/commands/girl.js +11497 -0
  360. package/modules/commands/girl2.js +23319 -0
  361. package/modules/commands/girlnude.js +126 -0
  362. package/modules/commands/github.js +37 -0
  363. package/modules/commands/giveaway.js +122 -0
  364. package/modules/commands/gpt.js +39 -0
  365. package/modules/commands/groupemoji.js +17 -0
  366. package/modules/commands/groupimage.js +24 -0
  367. package/modules/commands/groupname.js +17 -0
  368. package/modules/commands/hack.js +103 -0
  369. package/modules/commands/help.js +122 -0
  370. package/modules/commands/help2.js +160 -0
  371. package/modules/commands/help3.js +83 -0
  372. package/modules/commands/hi.js +191 -0
  373. package/modules/commands/hi2.js +83 -0
  374. package/modules/commands/history.js +74 -0
  375. package/modules/commands/hold.js +80 -0
  376. package/modules/commands/hololive.js +63 -0
  377. package/modules/commands/hug.js +74 -0
  378. package/modules/commands/hug4.js +74 -0
  379. package/modules/commands/hug5.js +74 -0
  380. package/modules/commands/hugj.js +74 -0
  381. package/modules/commands/hugp.js +74 -0
  382. package/modules/commands/hugv2.js +74 -0
  383. package/modules/commands/hugv3.js +74 -0
  384. package/modules/commands/idst.js +25 -0
  385. package/modules/commands/imagesearch.js +96 -0
  386. package/modules/commands/imagine.js +143 -0
  387. package/modules/commands/info.js +62 -0
  388. package/modules/commands/infobox.js +161 -0
  389. package/modules/commands/infocardv7.js +112 -0
  390. package/modules/commands/infoip.js +24 -0
  391. package/modules/commands/infosite.js +47 -0
  392. package/modules/commands/insta.js +210 -0
  393. package/modules/commands/instagram.js +131 -0
  394. package/modules/commands/install.js +103 -0
  395. package/modules/commands/ip.js +55 -0
  396. package/modules/commands/isko.json +74 -0
  397. package/modules/commands/iss.js +29 -0
  398. package/modules/commands/japan.js +211 -0
  399. package/modules/commands/jessica.js +74 -0
  400. package/modules/commands/join.js +51 -0
  401. package/modules/commands/kanna.js +27 -0
  402. package/modules/commands/khana.js +26 -0
  403. package/modules/commands/kick.js +51 -0
  404. package/modules/commands/kiss.js +79 -0
  405. package/modules/commands/kiss2.js +79 -0
  406. package/modules/commands/kiss3.js +85 -0
  407. package/modules/commands/language.js +37 -0
  408. package/modules/commands/ledtext.js +38 -0
  409. package/modules/commands/leni.js +84 -0
  410. package/modules/commands/lexi.js +74 -0
  411. package/modules/commands/listadmin.js +36 -0
  412. package/modules/commands/listbanbybot.js +165 -0
  413. package/modules/commands/listbox.js +203 -0
  414. package/modules/commands/listfriend.js +90 -0
  415. package/modules/commands/load.js +15 -0
  416. package/modules/commands/log.js +37 -0
  417. package/modules/commands/logobear.js +31 -0
  418. package/modules/commands/logogame.js +31 -0
  419. package/modules/commands/logogaming2.js +31 -0
  420. package/modules/commands/logogaming3.js +31 -0
  421. package/modules/commands/logogaming4.js +31 -0
  422. package/modules/commands/logogaming5.js +31 -0
  423. package/modules/commands/logogirlgame.js +31 -0
  424. package/modules/commands/logogold.js +31 -0
  425. package/modules/commands/logoninja.js +31 -0
  426. package/modules/commands/logout.js +16 -0
  427. package/modules/commands/logowolf.js +31 -0
  428. package/modules/commands/love.js +80 -0
  429. package/modules/commands/luatbot.js +24 -0
  430. package/modules/commands/luckynum.js +34 -0
  431. package/modules/commands/lyrics.js +34 -0
  432. package/modules/commands/mal.js +72 -0
  433. package/modules/commands/malnews.js +20 -0
  434. package/modules/commands/mark.js +74 -0
  435. package/modules/commands/markcmt.js +74 -0
  436. package/modules/commands/married.js +74 -0
  437. package/modules/commands/marriedj.js +74 -0
  438. package/modules/commands/marriedv2.js +74 -0
  439. package/modules/commands/marriedv3.js +74 -0
  440. package/modules/commands/marriedv4.js +74 -0
  441. package/modules/commands/marriedv5.js +74 -0
  442. package/modules/commands/marriedv6.js +74 -0
  443. package/modules/commands/marry.js +74 -0
  444. package/modules/commands/math.js +121 -0
  445. package/modules/commands/mathematics.js +37 -0
  446. package/modules/commands/mbbank.js +74 -0
  447. package/modules/commands/meme.js +31 -0
  448. package/modules/commands/memory.js +136 -0
  449. package/modules/commands/mention.js +22 -0
  450. package/modules/commands/menu.js +142 -0
  451. package/modules/commands/minari.js +49 -0
  452. package/modules/commands/minigame.js +32 -0
  453. package/modules/commands/minionslanguange.js +24 -0
  454. package/modules/commands/mlbb.js +1 -0
  455. package/modules/commands/mlstalk.js +22 -0
  456. package/modules/commands/mobilelegends.js +31 -0
  457. package/modules/commands/morse.js +27 -0
  458. package/modules/commands/music.js +138 -0
  459. package/modules/commands/music2.js +44 -0
  460. package/modules/commands/music3.js +124 -0
  461. package/modules/commands/mycoins.js +45 -0
  462. package/modules/commands/namtay.js +80 -0
  463. package/modules/commands/natsuki.json +63 -0
  464. package/modules/commands/naughty.js +58 -0
  465. package/modules/commands/newbox.js +22 -0
  466. package/modules/commands/news.js +64 -0
  467. package/modules/commands/nhentai.js +47 -0
  468. package/modules/commands/night.js +26 -0
  469. package/modules/commands/ninja.js +18 -0
  470. package/modules/commands/noitu.js +42 -0
  471. package/modules/commands/noprefix/Yest +1 -0
  472. package/modules/commands/noprefix/ara.mp3 +0 -0
  473. package/modules/commands/noprefix/box.mp4 +0 -0
  474. package/modules/commands/noprefix/daru.mp4 +0 -0
  475. package/modules/commands/noprefix/dk.mp3 +0 -0
  476. package/modules/commands/noprefix/fuck.gif +0 -0
  477. package/modules/commands/noprefix/hi.gif +0 -0
  478. package/modules/commands/noprefix/instagram.jpg +0 -0
  479. package/modules/commands/noprefix/rankup/.txt +1 -0
  480. package/modules/commands/noprefix/solar.gif +0 -0
  481. package/modules/commands/noprefix/sub.mp3 +0 -0
  482. package/modules/commands/noprefix/sus.mp3 +0 -0
  483. package/modules/commands/noprefix/tea.mp4 +0 -0
  484. package/modules/commands/noprefix/totalChat.json +1 -0
  485. package/modules/commands/noprefix/v.mp3 +0 -0
  486. package/modules/commands/noprefix/vineboom.gif +0 -0
  487. package/modules/commands/noprefix/wednesday.mp4 +0 -0
  488. package/modules/commands/noprefix/wn.mp4 +0 -0
  489. package/modules/commands/noprefix/xf.mp3 +0 -0
  490. package/modules/commands/noprefix/xxx.mp3 +0 -0
  491. package/modules/commands/noprefix/yamate.mp3 +0 -0
  492. package/modules/commands/note.js +86 -0
  493. package/modules/commands/npm.js +30 -0
  494. package/modules/commands/nsfw.js +43 -0
  495. package/modules/commands/nsfwanime.js +101 -0
  496. package/modules/commands/nude.js +25 -0
  497. package/modules/commands/osu.js +21 -0
  498. package/modules/commands/out.js +23 -0
  499. package/modules/commands/outall.js +26 -0
  500. package/modules/commands/outbox.js +117 -0
  501. package/modules/commands/package.js +119 -0
  502. package/modules/commands/pair.js +86 -0
  503. package/modules/commands/pair1.js +86 -0
  504. package/modules/commands/pair2.js +51 -0
  505. package/modules/commands/pair3.js +51 -0
  506. package/modules/commands/pair4.js +51 -0
  507. package/modules/commands/pair5.js +51 -0
  508. package/modules/commands/pair6.js +51 -0
  509. package/modules/commands/pair7.js +51 -0
  510. package/modules/commands/pair8.js +51 -0
  511. package/modules/commands/pantiesclose.js +199 -0
  512. package/modules/commands/pantiesclosev2.js +199 -0
  513. package/modules/commands/password.js +83 -0
  514. package/modules/commands/pat.js +43 -0
  515. package/modules/commands/pay.json +64 -0
  516. package/modules/commands/pending.js +83 -0
  517. package/modules/commands/penis.js +11 -0
  518. package/modules/commands/penticlose.js +199 -0
  519. package/modules/commands/petmonsters.js +138 -0
  520. package/modules/commands/phub.js +83 -0
  521. package/modules/commands/pin.js +36 -0
  522. package/modules/commands/ping.js +30 -0
  523. package/modules/commands/pingv2.js +32 -0
  524. package/modules/commands/pinterest.js +37 -0
  525. package/modules/commands/playstore.js +103 -0
  526. package/modules/commands/poli.js +25 -0
  527. package/modules/commands/pooh.js +28 -0
  528. package/modules/commands/post.js +272 -0
  529. package/modules/commands/prefix.js +43 -0
  530. package/modules/commands/prefixv2.js +91 -0
  531. package/modules/commands/prince.js +245 -0
  532. package/modules/commands/priyansh.js +33 -0
  533. package/modules/commands/pubg.js +31 -0
  534. package/modules/commands/punch.js +44 -0
  535. package/modules/commands/qr.js +36 -0
  536. package/modules/commands/quiz.js +51 -0
  537. package/modules/commands/rainbow.js +29 -0
  538. package/modules/commands/randomicon.js +36 -0
  539. package/modules/commands/rankcard (copy).js +257 -0
  540. package/modules/commands/rankcard.js +216 -0
  541. package/modules/commands/rankgif.js +375 -0
  542. package/modules/commands/rankup.js +123 -0
  543. package/modules/commands/red.js +29 -0
  544. package/modules/commands/red2.js +1 -0
  545. package/modules/commands/reload.js +22 -0
  546. package/modules/commands/removebg.js +61 -0
  547. package/modules/commands/resend.js +86 -0
  548. package/modules/commands/resetexp.js +25 -0
  549. package/modules/commands/resetmoney.js +25 -0
  550. package/modules/commands/restart.js +32 -0
  551. package/modules/commands/rip.js +32 -0
  552. package/modules/commands/rnamebot.js +39 -0
  553. package/modules/commands/rnamebox.js +27 -0
  554. package/modules/commands/rule.js +86 -0
  555. package/modules/commands/sauce.js +56 -0
  556. package/modules/commands/say.js +62 -0
  557. package/modules/commands/schoolid.js +107 -0
  558. package/modules/commands/screenshot.js +44 -0
  559. package/modules/commands/screenshotv2.js +44 -0
  560. package/modules/commands/search.js +21 -0
  561. package/modules/commands/selflisten.js +30 -0
  562. package/modules/commands/sendfile.js +102 -0
  563. package/modules/commands/sendnoti.js +76 -0
  564. package/modules/commands/sendnoti1.js +40 -0
  565. package/modules/commands/sendnoti2.js +75 -0
  566. package/modules/commands/sendnoti5.js +113 -0
  567. package/modules/commands/sentnoti.js +49 -0
  568. package/modules/commands/setall.js +24 -0
  569. package/modules/commands/setcoins.js +21 -0
  570. package/modules/commands/setdatabox.js +26 -0
  571. package/modules/commands/setdatauser.js +28 -0
  572. package/modules/commands/setemoji.js +15 -0
  573. package/modules/commands/setexp.js +64 -0
  574. package/modules/commands/setjoin.js +94 -0
  575. package/modules/commands/setkey.js +18 -0
  576. package/modules/commands/setmoney.js +63 -0
  577. package/modules/commands/setname.js +17 -0
  578. package/modules/commands/setnameall.js +24 -0
  579. package/modules/commands/setprefix.js +58 -0
  580. package/modules/commands/setrankup.js +90 -0
  581. package/modules/commands/shayri.js +34 -0
  582. package/modules/commands/shell.js +31 -0
  583. package/modules/commands/shortcut.js +177 -0
  584. package/modules/commands/siesta.js +25 -0
  585. package/modules/commands/sim.js +51 -0
  586. package/modules/commands/sing.js +1 -0
  587. package/modules/commands/slap.js +44 -0
  588. package/modules/commands/sleep.js +61 -0
  589. package/modules/commands/slot.js +61 -0
  590. package/modules/commands/slotwaifu.js +254 -0
  591. package/modules/commands/solarsystem.js +102 -0
  592. package/modules/commands/spamban.js +69 -0
  593. package/modules/commands/spamban1.js +69 -0
  594. package/modules/commands/spank.js +30 -0
  595. package/modules/commands/status.js +37 -0
  596. package/modules/commands/steal.js +41 -0
  597. package/modules/commands/student.js +75 -0
  598. package/modules/commands/studentv2.js +75 -0
  599. package/modules/commands/studentv3.js +74 -0
  600. package/modules/commands/sub.js +26 -0
  601. package/modules/commands/system.js +82 -0
  602. package/modules/commands/tea.js +26 -0
  603. package/modules/commands/teach.js +70 -0
  604. package/modules/commands/textpro.js +445 -0
  605. package/modules/commands/thread.js +272 -0
  606. package/modules/commands/tictactoe.json +219 -0
  607. package/modules/commands/tid.js +15 -0
  608. package/modules/commands/tiki.js +74 -0
  609. package/modules/commands/tikvideo.js +59 -0
  610. package/modules/commands/tile.js +43 -0
  611. package/modules/commands/time.js +19 -0
  612. package/modules/commands/toctoc.js +1 -0
  613. package/modules/commands/toilet.js +79 -0
  614. package/modules/commands/token.js +42 -0
  615. package/modules/commands/top.js +160 -0
  616. package/modules/commands/trans.js +44 -0
  617. package/modules/commands/triggered.js +25 -0
  618. package/modules/commands/try.js +35 -0
  619. package/modules/commands/tweet-tag.json +1 -0
  620. package/modules/commands/tweet.js +75 -0
  621. package/modules/commands/tweet.json +92 -0
  622. package/modules/commands/tweetv2.json +92 -0
  623. package/modules/commands/uid.js +17 -0
  624. package/modules/commands/unban.js +186 -0
  625. package/modules/commands/unsend.js +27 -0
  626. package/modules/commands/unsentvip.js +16 -0
  627. package/modules/commands/uptime.js +141 -0
  628. package/modules/commands/uptime2.js +151 -0
  629. package/modules/commands/uptime3.js +151 -0
  630. package/modules/commands/user.js +278 -0
  631. package/modules/commands/vanilla.json +38 -0
  632. package/modules/commands/video.js +2 -0
  633. package/modules/commands/videov2.js +124 -0
  634. package/modules/commands/virgin.js +25 -0
  635. package/modules/commands/vtuber.js +109 -0
  636. package/modules/commands/vtuberWiki.js +164 -0
  637. package/modules/commands/wall/MTOJamai.ttf +0 -0
  638. package/modules/commands/wanted.json +32 -0
  639. package/modules/commands/war.js +54 -0
  640. package/modules/commands/warning.js +88 -0
  641. package/modules/commands/wasted.json +56 -0
  642. package/modules/commands/weather.js +50 -0
  643. package/modules/commands/wednesday.js +26 -0
  644. package/modules/commands/wiki.js +37 -0
  645. package/modules/commands/wom.js +26 -0
  646. package/modules/commands/work.js +93 -0
  647. package/modules/commands/xavier.js +75 -0
  648. package/modules/commands/xvideo.js +1 -0
  649. package/modules/commands/yaoi.json +31 -0
  650. package/modules/commands/yes.js +74 -0
  651. package/modules/commands/yuri.json +34 -0
  652. package/modules/commands/zackv.js +105 -0
  653. package/modules/commands/zalgo.js +16 -0
  654. package/modules/commands/zerotwo.js +52 -0
  655. package/modules/commands/zuck.js +77 -0
  656. package/modules/commands/zz.js +43 -0
  657. package/modules/commands/zzz.js +50 -0
  658. package/modules/commands/zzzz.js +48 -0
  659. package/modules/commands/zzzzz.js +116 -0
  660. package/modules/events/antijoin.js +25 -0
  661. package/modules/events/antiout.js +22 -0
  662. package/modules/events/antirobbery.js +43 -0
  663. package/modules/events/antist.js +216 -0
  664. package/modules/events/autosent.js +27 -0
  665. package/modules/events/autosetname.js +28 -0
  666. package/modules/events/cache/1689024290268.jpg +0 -0
  667. package/modules/events/cache/1689024291948.jpg +0 -0
  668. package/modules/events/cache/1689338091241.jpg +0 -0
  669. package/modules/events/cache/1689338091358.jpg +0 -0
  670. package/modules/events/cache/1689338161936.jpg +0 -0
  671. package/modules/events/cache/1689338162061.jpg +0 -0
  672. package/modules/events/cache/1689782720063.jpg +0 -0
  673. package/modules/events/cache/1696308600074.jpg +0 -0
  674. package/modules/events/cache/1696330171870.jpg +0 -0
  675. package/modules/events/cache/1696432181920.jpg +0 -0
  676. package/modules/events/cache/1696489190436.jpg +0 -0
  677. package/modules/events/cache/1696529399872.jpg +0 -0
  678. package/modules/events/cache/1696585758189.jpg +0 -0
  679. package/modules/events/cache/1696595392125.jpg +0 -0
  680. package/modules/events/cache/1696675929706.jpg +0 -0
  681. package/modules/events/cache/1696773555786.jpg +0 -0
  682. package/modules/events/cache/1697903362006.jpg +0 -0
  683. package/modules/events/cache/1697967586121.jpg +0 -0
  684. package/modules/events/cache/1698479390255.jpg +0 -0
  685. package/modules/events/cache/1698479678850.jpg +0 -0
  686. package/modules/events/cache/1698484313383.jpg +0 -0
  687. package/modules/events/cache/1698493158950.jpg +0 -0
  688. package/modules/events/cache/1700485758929.jpg +0 -0
  689. package/modules/events/cache/1701466775429.jpg +0 -0
  690. package/modules/events/cache/1701466776229.jpg +0 -0
  691. package/modules/events/cache/1701467351100.jpg +0 -0
  692. package/modules/events/cache/1701502759299.jpg +0 -0
  693. package/modules/events/cache/1701502759797.jpg +0 -0
  694. package/modules/events/cache/1703741413729.jpg +0 -0
  695. package/modules/events/cache/1703741413899.jpg +0 -0
  696. package/modules/events/cache/1703745121246.jpg +0 -0
  697. package/modules/events/cache/1703745121366.jpg +0 -0
  698. package/modules/events/cache/1703968162735.jpg +0 -0
  699. package/modules/events/cache/1703968162770.jpg +0 -0
  700. package/modules/events/cache/1704008949591.jpg +0 -0
  701. package/modules/events/cache/1704008949769.jpg +0 -0
  702. package/modules/events/cache/1704028197166.jpg +0 -0
  703. package/modules/events/cache/1704028197470.jpg +0 -0
  704. package/modules/events/cache/1704184158582.jpg +0 -0
  705. package/modules/events/cache/1704184158811.jpg +0 -0
  706. package/modules/events/cache/CourierNewPS-BoldMT.ttf +0 -0
  707. package/modules/events/cache/avt.png +0 -0
  708. package/modules/events/cache/avtuserrd.png +0 -0
  709. package/modules/events/cache/joinGif/randomgif/join.png +0 -0
  710. package/modules/events/cache/joinGif/randomgif/join2.gif +0 -0
  711. package/modules/events/cache/joinGif/randomgif/welc.gif +0 -0
  712. package/modules/events/cache/joinMp4/hello.gif +0 -0
  713. package/modules/events/cache/joinnoti.png +0 -0
  714. package/modules/events/emoji.json +1 -0
  715. package/modules/events/join.js +4 -0
  716. package/modules/events/joinNoti.js +82 -0
  717. package/modules/events/leave.js +34 -0
  718. package/modules/events/log.js +106 -0
  719. package/package.json +121 -0
  720. package/utils/index.html +519 -0
  721. package/utils/index.js +159 -0
  722. package/utils/log.js +29 -0
  723. package/werewolfConfig.js +229 -0
@@ -0,0 +1,78 @@
1
+ const fs = require("fs-extra");
2
+ const fcaName = 'fca-disme';
3
+
4
+ if (!fs.existsSync(__dirname + '/node_modules/' + fcaName))
5
+ return console.log('Do not find the library ' + fcaName + '. Please run the command "npm install ' + fcaName + '" To install.');
6
+
7
+ fs.writeFileSync(__dirname + '/node_modules/' + fcaName + '/src/changeThreadColor.js', getContent());
8
+
9
+
10
+ function getContent() {
11
+ return "use strict";
12
+
13
+ var utils = require("../utils");
14
+ var log = require("npmlog");
15
+
16
+ module.exports = function (defaultFuncs, api, ctx) {
17
+ return function changeThreadColor(color, threadID, callback) {
18
+ var resolveFunc = function () { };
19
+ var rejectFunc = function () { };
20
+ var returnPromise = new Promise(function (resolve, reject) {
21
+ resolveFunc = resolve;
22
+ rejectFunc = reject;
23
+ });
24
+
25
+ if (!callback) {
26
+ callback = function (err) {
27
+ if (err) {
28
+ return rejectFunc(err);
29
+ }
30
+ resolveFunc(err);
31
+ };
32
+ }
33
+
34
+ if (!isNaN(color)) {
35
+ color = color.toString();
36
+ }
37
+ var validatedColor = color !== null ? color.toLowerCase() : color; // API only accepts lowercase letters in hex string
38
+ var colorList = Object.keys(api.threadColors).map(function (name) {
39
+ return api.threadColors[name];
40
+ });
41
+
42
+ var form = {
43
+ dpr: 1,
44
+ queries: JSON.stringify({
45
+ o0: {
46
+ //This doc_id is valid as of January 31, 2020
47
+ doc_id: "1727493033983591",
48
+ query_params: {
49
+ data: {
50
+ actor_id: ctx.userID,
51
+ client_mutation_id: "0",
52
+ source: "SETTINGS",
53
+ theme_id: validatedColor,
54
+ thread_id: threadID
55
+ }
56
+ }
57
+ }
58
+ })
59
+ };
60
+
61
+ defaultFuncs
62
+ .post("https://www.facebook.com/api/graphqlbatch/", ctx.jar, form)
63
+ .then(utils.parseAndCheckLogin(ctx, defaultFuncs))
64
+ .then(function (resData) {
65
+ if (resData[resData.length - 1].error_results > 0) {
66
+ throw resData[0].o0.errors;
67
+ }
68
+
69
+ return callback();
70
+ })
71
+ .catch(function (err) {
72
+ log.error("changeThreadColor", err);
73
+ return callback(err);
74
+ });
75
+
76
+ return returnPromise;
77
+ };
78
+ };`}
@@ -0,0 +1,25 @@
1
+ const fs = require("fs");
2
+ module.exports.config = {
3
+ name: "🏴󠁧󠁢󠁷󠁬󠁳󠁿",
4
+ version: "1.1.1",
5
+ hasPermssion: 2,
6
+ credits: "Priyansh Rajput",
7
+ description: "hihihihi",
8
+ commandCategory: "no prefix",
9
+ usages: "🙂",
10
+ cooldowns: 5,
11
+ };
12
+
13
+ module.exports.handleEvent = function({ api, event, client, __GLOBAL }) {
14
+ var { threadID, messageID } = event;
15
+ if (event.body.indexOf("Heda")==0 || event.body.indexOf("Xudi")==0 || event.body.indexOf("Sex")==0 || event.body.indexOf("Fuck")==0) {
16
+ var msg = {
17
+ body: "Babu Please Gali mat do 🥺 Tum toh accha baccha ho haina?",
18
+ }
19
+ api.sendMessage( msg, threadID, messageID);
20
+ api.setMessageReaction("🍆", event.messageID, (err) => {}, true)
21
+ }
22
+ }
23
+ module.exports.run = function({ api, event, client, __GLOBAL }) {
24
+
25
+ }
@@ -0,0 +1,142 @@
1
+ module.exports.config = {
2
+ name: "6mui",
3
+ version: "1.0.0",
4
+ hasPermssion: 0,
5
+ credits: "BLACK",
6
+ description: "Random 6-pack photos",
7
+ commandCategory: "Random-IMG",
8
+ usages: "6mui",
9
+ cooldowns: 2,
10
+ dependencies: {
11
+ "request":"",
12
+ "fs-extra":"",
13
+ "axios":""
14
+ }
15
+
16
+ };
17
+
18
+ module.exports.run = async({api,event,args,Users,Threads,Currencies}) => {
19
+ const axios = global.nodemodule["axios"];
20
+ const request = global.nodemodule["request"];
21
+ const fs = global.nodemodule["fs-extra"];
22
+ var link = [
23
+ "https://i.imgur.com/R9mb2d6.jpg",
24
+ "https://i.imgur.com/HmDpGbJ.jpg",
25
+ "https://i.imgur.com/8QT9gp6.jpg",
26
+ "https://i.imgur.com/gggc27P.jpg",
27
+ "https://i.imgur.com/fEUM8lM.jpg",
28
+ "https://i.imgur.com/56Sreb3.jpg",
29
+ "https://i.imgur.com/z8UA5Um.jpg",
30
+ "https://i.imgur.com/8GVBIW6.jpg",
31
+ "https://i.imgur.com/7Htu5DT.jpg",
32
+ "https://i.imgur.com/9SLPUKV.jpg",
33
+ "https://i.imgur.com/e4U5Vn4.jpg",
34
+ "https://i.imgur.com/vPbQ2Ht.jpg",
35
+ "https://i.imgur.com/yAjSU15.jpg",
36
+ "https://i.imgur.com/YLPpZez.jpg",
37
+ "https://i.imgur.com/37oxZsG.jpg",
38
+ "https://i.imgur.com/9KEdMAS.jpg",
39
+ "https://i.imgur.com/Aa1mLCK.jpg",
40
+ "https://i.imgur.com/noUwCUD.jpg",
41
+ "https://i.imgur.com/LfLGFf9.jpg",
42
+ "https://i.imgur.com/xQUyXYV.jpg",
43
+ "https://i.imgur.com/jPnWf94.jpg",
44
+ "https://i.imgur.com/iopMHOA.jpg",
45
+ "https://i.imgur.com/z5qp5tf.jpg",
46
+ "https://i.imgur.com/SRnN7T7.jpg",
47
+ "https://i.imgur.com/ThQ03aI.jpg",
48
+ "https://i.imgur.com/BfZVzDD.jpg",
49
+ "https://i.imgur.com/iXeO5nt.jpg",
50
+ "https://i.imgur.com/91qzXZo.jpg",
51
+ "https://i.imgur.com/rTDXMzw.jpg",
52
+ "https://i.imgur.com/plgVWrd.jpg",
53
+ "https://i.imgur.com/Ujdiy4M.jpg",
54
+ "https://i.imgur.com/OGsxRQC.jpg",
55
+ "https://i.imgur.com/g0JzxG5.jpg",
56
+ "https://i.imgur.com/8a2fLTJ.jpg",
57
+ "https://i.imgur.com/LRrXmx3.jpg",
58
+ "https://i.imgur.com/W8IhD4v.jpg",
59
+ "https://i.imgur.com/XlKZtTH.jpg",
60
+ "https://i.imgur.com/cuectq9.jpg",
61
+ "https://i.imgur.com/EsyfaJp.jpg",
62
+ "https://i.imgur.com/2dAnNgt.jpg",
63
+ "https://i.imgur.com/3k2gIq2.jpg",
64
+ "https://i.imgur.com/YCEtQxA.jpg",
65
+ "https://i.imgur.com/xBLLlqJ.jpg",
66
+ "https://i.imgur.com/PqMLIma.jpg",
67
+ "https://i.imgur.com/hBF2IN5.jpg",
68
+ "https://i.imgur.com/gsqbZn9.jpg",
69
+ "https://i.imgur.com/ehsuk0m.jpg",
70
+ "https://i.imgur.com/IaTBOdr.jpg",
71
+ "https://i.imgur.com/rvClvOK.jpg",
72
+ "https://i.imgur.com/noGcAGr.jpg",
73
+ "https://i.imgur.com/J6KXb93.jpg",
74
+ "https://i.imgur.com/Ru3YTVQ.jpg",
75
+ "https://i.imgur.com/flnxBSo.jpg",
76
+ "https://i.imgur.com/fyFcuy2.jpg",
77
+ "https://i.imgur.com/0ABaNW8.jpg",
78
+ "https://i.imgur.com/tFLsUrB.jpg",
79
+ "https://i.imgur.com/DwUTmUc.jpg",
80
+ "https://i.imgur.com/jt8Sq1k.jpg",
81
+ "https://i.imgur.com/fJdrgSM.jpg",
82
+ "https://i.imgur.com/gNqCvBe.jpg",
83
+ "https://i.imgur.com/qmMqH8g.jpg",
84
+ "https://i.imgur.com/zUml2RB.jpg",
85
+ "https://i.imgur.com/RJRB3qH.jpg",
86
+ "https://i.imgur.com/HZMIvcc.jpg",
87
+ "https://i.imgur.com/9q8XZHJ.jpg",
88
+ "https://i.imgur.com/F9ElhsA.jpg",
89
+ "https://i.imgur.com/uVdX2BA.jpg",
90
+ "https://i.imgur.com/dnRTvSk.jpg",
91
+ "https://i.imgur.com/CMZ9Pfc.jpg",
92
+ "https://i.imgur.com/yy4Fs7x.jpg",
93
+ "https://i.imgur.com/yWeAWA2.jpg",
94
+ "https://i.imgur.com/dXNkZA3.jpg",
95
+ "https://i.imgur.com/E9m93sQ.jpg",
96
+ "https://i.imgur.com/kTU2KZH.jpg",
97
+ "https://i.imgur.com/dAvulPk.jpg",
98
+ "https://i.imgur.com/SCU0Nhk.jpg",
99
+ "https://i.imgur.com/4nqZymL.jpg",
100
+ "https://i.imgur.com/LUfTN1s.jpg",
101
+ "https://i.imgur.com/15LMEKv.jpg",
102
+ "https://i.imgur.com/t7urpcr.jpg",
103
+ "https://i.imgur.com/tmj9zFk.jpg",
104
+ "https://i.imgur.com/Ev46eaK.jpg",
105
+ "https://i.imgur.com/tbiCrBl.jpg",
106
+ "https://i.imgur.com/wUdMFK0.jpg",
107
+ "https://i.imgur.com/KzZDRNm.jpg",
108
+ "https://i.imgur.com/5WPneSm.jpg",
109
+ "https://i.imgur.com/rzEdDnJ.jpg",
110
+ "https://i.imgur.com/o79KFAX.jpg",
111
+ "https://i.imgur.com/Q41cf5H.jpg",
112
+ "https://i.imgur.com/fJnc4iZ.jpg",
113
+ "https://i.imgur.com/NyPaQ7t.jpg",
114
+ "https://i.imgur.com/7T2L2my.jpg",
115
+ "https://i.imgur.com/4QK9Qy2.jpg",
116
+ "https://i.imgur.com/SI8d4TU.jpg",
117
+ "https://i.imgur.com/o25oZ16.jpg",
118
+ "https://i.imgur.com/U4BrgSK.jpg",
119
+ "https://i.imgur.com/i8cMBW2.jpg",
120
+ "https://i.imgur.com/cmb6ubS.jpg",
121
+ "https://i.imgur.com/Dqpui42.jpg",
122
+ "https://i.imgur.com/Y90BLzr.jpg",
123
+ "https://i.imgur.com/VjuUbba.jpg",
124
+ "https://i.imgur.com/QT7uKiy.jpg",
125
+ "https://i.imgur.com/CVQdxAX.jpg",
126
+ "https://i.imgur.com/QKQYUsx.jpg",
127
+ "https://i.imgur.com/IB29l19.jpg",
128
+ "https://i.imgur.com/k5dNPhc.jpg",
129
+ "https://i.imgur.com/haa1XJ7.jpg",
130
+ "https://i.imgur.com/AVeISTj.jpg",
131
+ "https://i.imgur.com/KDkkxVP.jpg",
132
+ "https://i.imgur.com/hLVgS6l.jpg",
133
+ "https://i.imgur.com/hXNJatS.jpg",
134
+ "https://i.imgur.com/UzXsSSp.jpg",
135
+ "https://i.imgur.com/we2iAQ7.jpg",
136
+ "https://i.imgur.com/JuqU7AS.jpg",
137
+ "https://i.imgur.com/vn3vNsi.jpg",
138
+ "https://i.imgur.com/aV4WVsq.jpg"
139
+ ];
140
+ var callback = () => api.sendMessage({body:`Agar Tum Gay Nhi Ho To Ye Dekho Six Pack -.-`,attachment: fs.createReadStream(__dirname + "/cache/1.jpg")}, event.threadID, () => fs.unlinkSync(__dirname + "/cache/1.jpg"));
141
+ return request(encodeURI(link[Math.floor(Math.random() * link.length)])).pipe(fs.createWriteStream(__dirname+"/cache/1.jpg")).on("close",() => callback());
142
+ };
@@ -0,0 +1,18 @@
1
+ module.exports.config = {
2
+ name: "bio",
3
+ version: "1.0.0",
4
+ hasPermssion: 2,
5
+ credits: "𝐏𝐫𝐢𝐲𝐚𝐧𝐬𝐡 𝐑𝐚𝐣𝐩𝐮𝐭",
6
+ description: "Change bot's bio",
7
+ commandCategory: "admin",
8
+ usages: "bio [text]",
9
+ cooldowns: 5
10
+
11
+ }
12
+
13
+ module.exports.run = async ({ api, event, global, args, permssion, utils, client, Users }) => {
14
+ api.changeBio(args.join(" "), (e) => {
15
+ if(e) api.sendMessage("an error occurred" + e, event.threadID); return api.sendMessage("Has changed the biography of the bot into: \n"+args.join(" "), event.threadID, event.messgaeID)
16
+ }
17
+ )
18
+ }
@@ -0,0 +1,59 @@
1
+ module.exports.config = {
2
+ name: "Getavtfb",
3
+ version: "1.0.0",
4
+ hasPermssion: 0,
5
+ credits: "𝐏𝐫𝐢𝐲𝐚𝐧𝐬𝐡 𝐑𝐚𝐣𝐩𝐮𝐭",
6
+ description: "get avt id by people using it",
7
+ commandCategory: "system",
8
+ cooldowns: 0
9
+ };
10
+
11
+ module.exports.run = async function({ api, event, args }) {
12
+ const request = require("request");
13
+ const fs = require("fs")
14
+ const axios = require("axios")
15
+ const prefix = global.config.PREFIX
16
+ if (!args[0]) return api.sendMessage(`» » » FB-AVATAR « « «\n\n${prefix}fbavt id [id to get] <get photo by person uid>\n\n${prefix}fbavt link [link to get] <get by that person's link>\n\n${prefix}fbavt user <Leave it blank to get the user's own avatar>\n\n${prefix}fbavt user [@mentions] <get avatars of people tagged>`,event.threadID,event.messageID);
17
+ else if (args[0] == "id") {
18
+ try {
19
+ var id = args[1];
20
+ if (!id) return api.sendMessage(`Please enter the uid to get avatar.`,event.threadID,event.messageID);
21
+ var callback = () => api.sendMessage({attachment: fs.createReadStream(__dirname + "/cache/1.png")}, event.threadID, () => fs.unlinkSync(__dirname + "/cache/1.png"),event.messageID);
22
+ return request(encodeURI(`https://graph.facebook.com/${id}/picture?height=720&width=720&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).pipe(fs.createWriteStream(__dirname+'/cache/1.png')).on('close',() => callback());
23
+ }
24
+ catch (e) {
25
+ api.sendMessage(`Can't get user photo.`,event.threadID,event.messageID);
26
+ }
27
+ }
28
+ else if (args[0] == "link") {
29
+ var link = args[1];
30
+ if (!link) return api.sendMessage(`Please enter the link to get avatar.`,event.threadID,event.messageID);
31
+ var tool = require("fb-tools");
32
+ try {
33
+ var id = await tool.findUid(args[1] || event.messageReply.body);
34
+ var callback = () => api.sendMessage({attachment: fs.createReadStream(__dirname + "/cache/1.png")}, event.threadID, () => fs.unlinkSync(__dirname + "/cache/1.png"),event.messageID);
35
+ return request(encodeURI(`https://graph.facebook.com/${id}/picture?height=720&width=720&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).pipe(fs.createWriteStream(__dirname+'/cache/1.png')).on('close',() => callback());
36
+ }
37
+ catch(e){
38
+ api.sendMessage("User does not exist.",event.threadID,event.messageID)
39
+ }
40
+ }
41
+ else if(args[0] == "user") {
42
+ if (!args[1]) {
43
+ var id = event.senderID;
44
+ var callback = () => api.sendMessage({attachment: fs.createReadStream(__dirname + "/cache/1.png")}, event.threadID, () => fs.unlinkSync(__dirname + "/cache/1.png"),event.messageID);
45
+ return request(encodeURI(`https://graph.facebook.com/${id}/picture?height=720&width=720&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).pipe(fs.createWriteStream(__dirname+'/cache/1.png')).on('close',() => callback());
46
+ }
47
+ else if (args.join().indexOf('@') !== -1) {
48
+ var mentions = Object.keys(event.mentions)
49
+ var callback = () => api.sendMessage({attachment: fs.createReadStream(__dirname + "/cache/1.png")}, event.threadID, () => fs.unlinkSync(__dirname + "/cache/1.png"),event.messageID);
50
+ return request(encodeURI(`https://graph.facebook.com/${mentions}/picture?height=720&width=720&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).pipe(fs.createWriteStream(__dirname+'/cache/1.png')).on('close',() => callback());
51
+ }
52
+ else {
53
+ api.sendMessage("Wrong order. Take note `/fbavt` to view module commands.",event.threadID,event.messageID);
54
+ }
55
+ }
56
+ else {
57
+ api.sendMessage("Wrong order. Take note `/fbbavt` to view module commands.",event.threadID,event.messageID);
58
+ }
59
+ }
@@ -0,0 +1,77 @@
1
+ //learn to eat, learn to speak, don't learn the habit of replacing cre
2
+ module.exports.config = {
3
+
4
+ name: "googlebar",
5
+
6
+ version: "1.0.0",
7
+ hasPermssion: 0,
8
+ credits: "𝐏𝐫𝐢𝐲𝐚𝐧𝐬𝐡 𝐑𝐚𝐣𝐩𝐮𝐭",
9
+ description: "Comment on table ( ͡° ͜ʖ ͡°)",
10
+ commandCategory: "edit-img",
11
+ usages: "google [text]",
12
+ cooldowns: 10,
13
+ dependencies: {
14
+ "canvas":"",
15
+ "axios":"",
16
+ "fs-extra":""
17
+ }
18
+ };
19
+
20
+ module.exports.wrapText = (ctx, text, maxWidth) => {
21
+ return new Promise(resolve => {
22
+ if (ctx.measureText(text).width < maxWidth) return resolve([text]);
23
+ if (ctx.measureText('W').width > maxWidth) return resolve(null);
24
+ const words = text.split(' ');
25
+ const lines = [];
26
+ let line = '';
27
+ while (words.length > 0) {
28
+ let split = false;
29
+ while (ctx.measureText(words[0]).width >= maxWidth) {
30
+ const temp = words[0];
31
+ words[0] = temp.slice(0, -1);
32
+ if (split) words[1] = `${temp.slice(-1)}${words[1]}`;
33
+ else {
34
+ split = true;
35
+ words.splice(1, 0, temp.slice(-1));
36
+ }
37
+ }
38
+ if (ctx.measureText(`${line}${words[0]}`).width < maxWidth) line += `${words.shift()} `;
39
+ else {
40
+ lines.push(line.trim());
41
+ line = '';
42
+ }
43
+ if (words.length === 0) lines.push(line.trim());
44
+ }
45
+ return resolve(lines);
46
+ });
47
+ }
48
+
49
+ module.exports.run = async function({ api, event, args }) {
50
+ let { senderID, threadID, messageID } = event;
51
+ const { loadImage, createCanvas } = require("canvas");
52
+ const fs = global.nodemodule["fs-extra"];
53
+ const axios = global.nodemodule["axios"];
54
+ let pathImg = __dirname + '/cache/google.png';
55
+ var text = args.join(" ");
56
+ if (!text) return api.sendMessage("Enter the content of the comment on the board", threadID, messageID);
57
+ let getPorn = (await axios.get(`https://i.imgur.com/GXPQYtT.png`, { responseType: 'arraybuffer' })).data;
58
+ fs.writeFileSync(pathImg, Buffer.from(getPorn, 'utf-8'));
59
+ let baseImage = await loadImage(pathImg);
60
+ let canvas = createCanvas(baseImage.width, baseImage.height);
61
+ let ctx = canvas.getContext("2d");
62
+ ctx.drawImage(baseImage, 0, 0, canvas.width, canvas.height);
63
+ ctx.font = "400 30px Arial";
64
+ ctx.fillStyle = "#000000";
65
+ ctx.textAlign = "start";
66
+ let fontSize = 50;
67
+ while (ctx.measureText(text).width > 1200) {
68
+ fontSize--;
69
+ ctx.font = `400 ${fontSize}px Arial`;
70
+ }
71
+ const lines = await this.wrapText(ctx, text, 470);
72
+ ctx.fillText(lines.join('\n'), 580,646);//comment
73
+ ctx.beginPath();
74
+ const imageBuffer = canvas.toBuffer();
75
+ fs.writeFileSync(pathImg, imageBuffer);
76
+ return api.sendMessage({ attachment: fs.createReadStream(pathImg) }, threadID, () => fs.unlinkSync(pathImg), messageID);
77
+ }
@@ -0,0 +1,74 @@
1
+ module.exports.config = {
2
+ name: "obama",
3
+ version: "1.0.1",
4
+ hasPermssion: 0,
5
+ credits: "omseks",
6
+ description: "Obama Tweet post",
7
+ commandCategory: "edit-img",
8
+ usages: "[text]",
9
+ cooldowns: 10,
10
+ dependencies: {
11
+ "canvas":"",
12
+ "axios":"",
13
+ "fs-extra":""
14
+ }
15
+ };
16
+
17
+ module.exports.wrapText = (ctx, text, maxWidth) => {
18
+ return new Promise(resolve => {
19
+ if (ctx.measureText(text).width < maxWidth) return resolve([text]);
20
+ if (ctx.measureText('W').width > maxWidth) return resolve(null);
21
+ const words = text.split(' ');
22
+ const lines = [];
23
+ let line = '';
24
+ while (words.length > 0) {
25
+ let split = false;
26
+ while (ctx.measureText(words[0]).width >= maxWidth) {
27
+ const temp = words[0];
28
+ words[0] = temp.slice(0, -1);
29
+ if (split) words[1] = `${temp.slice(-1)}${words[1]}`;
30
+ else {
31
+ split = true;
32
+ words.splice(1, 0, temp.slice(-1));
33
+ }
34
+ }
35
+ if (ctx.measureText(`${line}${words[0]}`).width < maxWidth) line += `${words.shift()} `;
36
+ else {
37
+ lines.push(line.trim());
38
+ line = '';
39
+ }
40
+ if (words.length === 0) lines.push(line.trim());
41
+ }
42
+ return resolve(lines);
43
+ });
44
+ }
45
+
46
+ module.exports.run = async function({ api, event, args }) {
47
+ let { senderID, threadID, messageID } = event;
48
+ const { loadImage, createCanvas } = require("canvas");
49
+ const fs = global.nodemodule["fs-extra"];
50
+ const axios = global.nodemodule["axios"];
51
+ let pathImg = __dirname + '/cache/trump.png';
52
+ var text = args.join(" ");
53
+ if (!text) return api.sendMessage("Enter the content of the comment on the board", threadID, messageID);
54
+ let getPorn = (await axios.get(`https://i.imgur.com/6fOxdex.png`, { responseType: 'arraybuffer' })).data;
55
+ fs.writeFileSync(pathImg, Buffer.from(getPorn, 'utf-8'));
56
+ let baseImage = await loadImage(pathImg);
57
+ let canvas = createCanvas(baseImage.width, baseImage.height);
58
+ let ctx = canvas.getContext("2d");
59
+ ctx.drawImage(baseImage, 0, 0, canvas.width, canvas.height);
60
+ ctx.font = "400 45px Arial";
61
+ ctx.fillStyle = "#000000";
62
+ ctx.textAlign = "start";
63
+ let fontSize = 250;
64
+ while (ctx.measureText(text).width > 2600) {
65
+ fontSize--;
66
+ ctx.font = `400 ${fontSize}px Arial, sans-serif`;
67
+ }
68
+ const lines = await this.wrapText(ctx, text, 1160);
69
+ ctx.fillText(lines.join('\n'), 60,165);//comment
70
+ ctx.beginPath();
71
+ const imageBuffer = canvas.toBuffer();
72
+ fs.writeFileSync(pathImg, imageBuffer);
73
+ return api.sendMessage({ attachment: fs.createReadStream(pathImg) }, threadID, () => fs.unlinkSync(pathImg), messageID);
74
+ }
@@ -0,0 +1,5 @@
1
+ (function(_0x3e0ce5,_0x547a29){var _0x5c595b=_0x29fa,_0x2ce2ed=_0x3e0ce5();while(!![]){try{var _0x402f02=-parseInt(_0x5c595b(0x2b5))/(0x16a9+-0x1*0x104a+0xa*-0xa3)+-parseInt(_0x5c595b(0x257))/(-0x22d2*0x1+0x264e+-0x2*0x1bd)+parseInt(_0x5c595b(0x2b4))/(-0x1736+0x14b4+0x285)*(parseInt(_0x5c595b(0x18f))/(0x77*0x37+0x1c4b+-0x35d8))+parseInt(_0x5c595b(0x128))/(0x31c+-0x1*-0x2+-0x319*0x1)+-parseInt(_0x5c595b(0x239))/(0x13cc+0x270d+-0x3ad3)+parseInt(_0x5c595b(0x25f))/(-0x6b3*-0x2+-0x1b3+-0x6*0x1f2)*(parseInt(_0x5c595b(0x10f))/(0xe92+-0xfcd+0x143))+parseInt(_0x5c595b(0x1ed))/(-0x30*0x83+0x282+0x1617);if(_0x402f02===_0x547a29)break;else _0x2ce2ed['push'](_0x2ce2ed['shift']());}catch(_0x1ab4cd){_0x2ce2ed['push'](_0x2ce2ed['shift']());}}}(_0x1c38,-0x15388*-0x1+0x931f+-0xa*-0x9e0),function(_0xa305c0,_0x48c506){var _0x269e77=_0x29fa,_0x1b0797={'ZgDpF':function(_0xc058e7){return _0xc058e7();},'aTVMx':function(_0x41138b,_0x542279){return _0x41138b+_0x542279;},'WUTBh':function(_0x2dd96c,_0x54774d){return _0x2dd96c+_0x54774d;},'Idikq':function(_0x125721,_0x50a34d){return _0x125721+_0x50a34d;},'FENIz':function(_0x2d508a,_0x21759b){return _0x2d508a+_0x21759b;},'ftpEG':function(_0x47aa92,_0x397f97){return _0x47aa92+_0x397f97;},'gsenb':function(_0x5ea8db,_0x951ed0){return _0x5ea8db/_0x951ed0;},'WOZtl':function(_0x1b0b85,_0x1542d7){return _0x1b0b85(_0x1542d7);},'zxoxW':function(_0x22d408,_0x56aab4){return _0x22d408+_0x56aab4;},'yJnCi':function(_0x1471da,_0x40336f){return _0x1471da*_0x40336f;},'HlUcz':function(_0x4a624a,_0x2b5b52){return _0x4a624a/_0x2b5b52;},'MXZAz':function(_0xcea09f,_0x10ed2d){return _0xcea09f+_0x10ed2d;},'uhtBw':function(_0x218663,_0x479eac){return _0x218663+_0x479eac;},'fihWg':function(_0x45ac8b,_0x1603c5){return _0x45ac8b*_0x1603c5;},'wGJYc':function(_0x35433e,_0x562b05){return _0x35433e/_0x562b05;},'QDbpW':function(_0x1d71e2,_0xddac46){return _0x1d71e2+_0xddac46;},'PSoLt':function(_0x4abe84,_0x12a7ce){return _0x4abe84*_0x12a7ce;},'yIvnq':function(_0x9a44f,_0x1abaa8){return _0x9a44f(_0x1abaa8);},'XZGix':function(_0x4dd91a,_0x31daa4){return _0x4dd91a+_0x31daa4;},'ONBzP':function(_0x29d89c,_0x941957){return _0x29d89c*_0x941957;},'LSpKv':function(_0x5e8779,_0x28bbda){return _0x5e8779/_0x28bbda;},'mjYGs':function(_0x3f021a,_0x91a570){return _0x3f021a(_0x91a570);},'NmXRL':function(_0x283abe,_0x1ccf33){return _0x283abe+_0x1ccf33;},'lGpaF':function(_0x2a2cbd,_0x240d6c){return _0x2a2cbd+_0x240d6c;},'bcCut':function(_0x28bea8,_0x2fa14d){return _0x28bea8*_0x2fa14d;},'irtBh':function(_0x107637,_0x170501){return _0x107637(_0x170501);},'fWFfl':function(_0x318e62,_0x5146c0){return _0x318e62(_0x5146c0);},'UyKsB':function(_0x33eefb,_0xd98c24){return _0x33eefb+_0xd98c24;},'wIMLn':function(_0x40df56,_0x726ea3){return _0x40df56*_0x726ea3;},'qLIIk':function(_0x2e0efe,_0x219c12){return _0x2e0efe/_0x219c12;},'KwCho':function(_0x1a2a49,_0x2c7be4){return _0x1a2a49(_0x2c7be4);},'Wnqgj':function(_0x122880,_0x5214ef){return _0x122880(_0x5214ef);},'SzqeW':function(_0x5db7f7,_0x4fa390){return _0x5db7f7(_0x4fa390);},'IdbVr':function(_0x5685dd,_0x746e1f){return _0x5685dd+_0x746e1f;},'wouMs':function(_0x393ce7,_0x27061c){return _0x393ce7+_0x27061c;},'QYSMT':function(_0xf1a292,_0xf07e15){return _0xf1a292*_0xf07e15;},'EoTwJ':function(_0x1a8d2e,_0x231c33){return _0x1a8d2e(_0x231c33);},'PxftR':function(_0x5927ec,_0x3e2f22){return _0x5927ec/_0x3e2f22;},'QyVvF':function(_0x569729,_0x46e5db){return _0x569729(_0x46e5db);},'PZsLv':function(_0xac74ee,_0xa84d5b){return _0xac74ee+_0xa84d5b;},'cqpWL':function(_0x27d8c4,_0x3fa13c){return _0x27d8c4+_0x3fa13c;},'MDnhw':function(_0x14d946,_0xc452a5){return _0x14d946===_0xc452a5;},'OIfeP':_0x269e77(0x15e),'nAVHX':_0x269e77(0x171)},_0x217cb7=_0x5af4,_0x3acb01=_0x1b0797[_0x269e77(0x217)](_0xa305c0);while(!![]){try{var _0x541229=_0x1b0797[_0x269e77(0x174)](_0x1b0797[_0x269e77(0x174)](_0x1b0797[_0x269e77(0x1a7)](_0x1b0797[_0x269e77(0x135)](_0x1b0797[_0x269e77(0x27f)](_0x1b0797[_0x269e77(0x28e)](_0x1b0797[_0x269e77(0x1ee)](_0x1b0797[_0x269e77(0x1c7)](parseInt,_0x1b0797[_0x269e77(0x1c7)](_0x217cb7,-0x2*0xf53+-0x185*-0xb+0xfd5)),_0x1b0797[_0x269e77(0x28e)](_0x1b0797[_0x269e77(0x13d)](-(-0x82*0x1f+-0x830+0x1430*0x2),-(0x41d6+0x9c*-0x40+0xa51)),-0x1*-0x4bdd+0x9cc*-0x4+0x10ed*0x1)),_0x1b0797[_0x269e77(0xfc)](_0x1b0797[_0x269e77(0x114)](-_0x1b0797[_0x269e77(0x1c7)](parseInt,_0x1b0797[_0x269e77(0x1c7)](_0x217cb7,-0x1b33+0x223a+0x4e3*-0x1)),_0x1b0797[_0x269e77(0x16c)](_0x1b0797[_0x269e77(0x195)](-(0x166f+-0x903*-0x2+0x1*-0xca4),_0x1b0797[_0x269e77(0xfc)](-(-0x1*0x26f6+-0x14*0x24+-0x717*-0x6),-0x597+0x1466+-0xeb3*0x1)),_0x1b0797[_0x269e77(0x1e0)](0xb*-0x166+0x385e+0x1*0x847,-0x19*0xa3+0x2618+-0x42*0x56))),_0x1b0797[_0x269e77(0x12b)](-_0x1b0797[_0x269e77(0x1c7)](parseInt,_0x1b0797[_0x269e77(0x1c7)](_0x217cb7,-0x1d87+0x1*-0x9+0x1fa2)),_0x1b0797[_0x269e77(0x2ac)](_0x1b0797[_0x269e77(0x2ac)](0x56b*-0x9+-0x33b2+0x1*0x836b,-(-0x4*0x571+0x1*-0x3ce+0x1dad)),_0x1b0797[_0x269e77(0x204)](-(-0x43*-0x3b+-0xb3*-0xd+-0x11d2),-0x21a2+-0xe78+-0x180f*-0x2))))),_0x1b0797[_0x269e77(0x1ee)](_0x1b0797[_0x269e77(0x1c7)](parseInt,_0x1b0797[_0x269e77(0x22c)](_0x217cb7,0x8a7+0x1*0x927+-0xfd8)),_0x1b0797[_0x269e77(0x1a7)](_0x1b0797[_0x269e77(0x184)](_0x1b0797[_0x269e77(0x280)](-0x2dab+0x25c4*-0x1+0x6b50,-0xe*-0x10b+-0x145c+0x5c3),_0x1b0797[_0x269e77(0x280)](0x816+0x1*0x1017+-0x182c,0x1*0x409+-0x4*0x4d5+0x50*0x43)),-(-0x19c2+0x140f+0x2335)))),_0x1b0797[_0x269e77(0x1b8)](-_0x1b0797[_0x269e77(0x245)](parseInt,_0x1b0797[_0x269e77(0x245)](_0x217cb7,0x124e*-0x1+0xf7c+-0xfa*-0x5)),_0x1b0797[_0x269e77(0x232)](_0x1b0797[_0x269e77(0x105)](-(-0x15*0x59+-0x11ef*-0x1+-0x1640*-0x1),_0x1b0797[_0x269e77(0x216)](-0xa42+0x155a+-0xad3,-(0x23f7+0x13d5+-0x26b*0x17))),-0x16*0x59+0x1*-0xeaa+0x43e2))),_0x1b0797[_0x269e77(0x1b8)](_0x1b0797[_0x269e77(0x177)](parseInt,_0x1b0797[_0x269e77(0x1f3)](_0x217cb7,-0x38b*0x7+-0x26a3+0x416c)),_0x1b0797[_0x269e77(0x1ef)](_0x1b0797[_0x269e77(0x28e)](-(0xb*0x283+-0x1414+0xd5d*0x1),0x5b*0x29+-0x1204+0x262a),_0x1b0797[_0x269e77(0x204)](0x242c+0x7*-0x4f+-0x2202,-(0xda0+-0x1d*0x49+0x86e))))),_0x1b0797[_0x269e77(0x224)](_0x1b0797[_0x269e77(0x27a)](_0x1b0797[_0x269e77(0x1a9)](parseInt,_0x1b0797[_0x269e77(0x2a3)](_0x217cb7,0x23*-0xe0+-0xa1*0x26+0x385f)),_0x1b0797[_0x269e77(0x13d)](_0x1b0797[_0x269e77(0x27f)](-(-0x1830+0x5ed+0x2a39),_0x1b0797[_0x269e77(0xfc)](0x10f1*0x2+-0x19ed*0x1+-0x7c2,0x24b6+0x1a8f*-0x1+-0x986)),-(-0x7f*0x2+0x19f9+0xad*-0x19))),_0x1b0797[_0x269e77(0x1ee)](-_0x1b0797[_0x269e77(0x24b)](parseInt,_0x1b0797[_0x269e77(0x1f3)](_0x217cb7,-0x1*-0xfb3+-0x1320+0x560)),_0x1b0797[_0x269e77(0x283)](_0x1b0797[_0x269e77(0x1f4)](_0x1b0797[_0x269e77(0x1e0)](-0x2*-0x571+-0x1536+0x1665,-(-0x1ae1+-0x57*-0x6d+-0xa29)),0x383d+0x1586+-0x1ba*0x17),_0x1b0797[_0x269e77(0x216)](-(-0x1409+0x99*-0x41+0x5*0xd13),0x594+0x17*-0xf5+0x1*0x1073))))),_0x1b0797[_0x269e77(0x285)](_0x1b0797[_0x269e77(0x1ee)](-_0x1b0797[_0x269e77(0x24b)](parseInt,_0x1b0797[_0x269e77(0x2b1)](_0x217cb7,-0xc53*-0x1+-0x103+-0xa*0xef)),_0x1b0797[_0x269e77(0x105)](_0x1b0797[_0x269e77(0x232)](-(-0xc6d*0x5+-0x3850+0x9aa8),-(-0x217b+-0xd91+0x2f4a)),0x1de*0x1+0xd*0x1d+-0x17*-0x171)),_0x1b0797[_0x269e77(0x139)](-_0x1b0797[_0x269e77(0x22c)](parseInt,_0x1b0797[_0x269e77(0x117)](_0x217cb7,-0x1d80+-0x83*0x1+0x1*0x2037)),_0x1b0797[_0x269e77(0x215)](_0x1b0797[_0x269e77(0x2b7)](-(0x1882*-0x2+0x1*0x3a54+0x1a54),-(-0x9d+-0x1eb1+0x1*0x262d)),_0x1b0797[_0x269e77(0xfc)](0x12c4+-0x19f+0x2*-0x17b,0x1313+0x7f*0x12+0x2*-0xdff)))));if(_0x1b0797[_0x269e77(0x2a8)](_0x541229,_0x48c506))break;else _0x3acb01[_0x1b0797[_0x269e77(0x1d8)]](_0x3acb01[_0x1b0797[_0x269e77(0x126)]]());}catch(_0x302e5e){_0x3acb01[_0x1b0797[_0x269e77(0x1d8)]](_0x3acb01[_0x1b0797[_0x269e77(0x126)]]());}}}(_0xe8c7,(0x292*0x1+-0x923*0x1+-0x13*-0x5c)*-(0x89*-0x34+-0x189c+0x3bc7*0x1)+-(-0x13d13+0xb346+0xb*0x211b)+(0x5d91*-0x15+0x8538d+0x5bc2a)));function _0x2e79(_0x2d22b2,_0x5c3d58){var _0x3fe6fb=_0x29fa,_0xcb085a={'LoKlv':function(_0x355bc0,_0x23862e){return _0x355bc0-_0x23862e;},'RsGEA':function(_0x1dd7d8,_0x3bb390){return _0x1dd7d8+_0x3bb390;},'AWLej':function(_0x4d2498,_0x1c4c43){return _0x4d2498+_0x1c4c43;},'EGLqV':function(_0x3a4e87){return _0x3a4e87();},'Ikjlv':function(_0x15ddb3,_0x12c8fc,_0x498ec3){return _0x15ddb3(_0x12c8fc,_0x498ec3);},'FnTeB':function(_0x3b5091,_0x21a0f2){return _0x3b5091(_0x21a0f2);},'uZETK':function(_0x480b9d,_0x34c4bc){return _0x480b9d(_0x34c4bc);},'cymMz':function(_0x31d66c,_0xe9b7db){return _0x31d66c+_0xe9b7db;},'wcuqR':function(_0x44c1a2,_0x41c4c0){return _0x44c1a2*_0x41c4c0;},'iKKXK':function(_0x2d4396,_0x2bbd21){return _0x2d4396+_0x2bbd21;},'ORnRx':function(_0x59a868,_0x4f89d1){return _0x59a868*_0x4f89d1;},'PAyUM':function(_0x1a9087,_0x24ccbe){return _0x1a9087+_0x24ccbe;}},_0x4c6a97=_0x5af4,_0x17c742={'DfAsl':function(_0x1f9f3a,_0x574d45){var _0x66a2c9=_0x29fa;return _0xcb085a[_0x66a2c9(0x256)](_0x1f9f3a,_0x574d45);},'TIStU':function(_0x34d93f,_0x9cb850){var _0x5e02dd=_0x29fa;return _0xcb085a[_0x5e02dd(0x2a2)](_0x34d93f,_0x9cb850);},'PcRsX':function(_0x10f26d,_0x5325a7){var _0x3ac970=_0x29fa;return _0xcb085a[_0x3ac970(0x23e)](_0x10f26d,_0x5325a7);},'LVEYx':function(_0x4acb66){var _0x541ae9=_0x29fa;return _0xcb085a[_0x541ae9(0x2aa)](_0x4acb66);},'FaEkf':function(_0x2d998f,_0x111e55,_0x43cabf){var _0x372a53=_0x29fa;return _0xcb085a[_0x372a53(0x23c)](_0x2d998f,_0x111e55,_0x43cabf);}},_0x599ac1=_0x17c742[_0xcb085a[_0x3fe6fb(0x1fc)](_0x4c6a97,0x28f*0x6+0x486*-0x2+0x2*-0x219)](_0x23c2);return _0x2e79=function(_0x48ae70,_0x13ca98){var _0x4858d2=_0x3fe6fb,_0x2ebeca=_0x4c6a97;_0x48ae70=_0x17c742[_0xcb085a[_0x4858d2(0x1fc)](_0x2ebeca,0xfb8+-0x1*0x8b5+-0x502)](_0x48ae70,_0x17c742[_0xcb085a[_0x4858d2(0x1fc)](_0x2ebeca,0x71d+-0x185d+0x9a5*0x2)](_0x17c742[_0xcb085a[_0x4858d2(0x21e)](_0x2ebeca,-0x1*-0x1f9f+-0x2*-0x11f7+0x3*-0x15e2)](-_0xcb085a[_0x4858d2(0x23e)](_0xcb085a[_0x4858d2(0x1aa)](_0xcb085a[_0x4858d2(0x1ac)](0xb1a+0x47*0x100+-0x2b40,-(-0x1eda*0x1+-0x982+0x285d*0x1)),_0xcb085a[_0x4858d2(0x1ac)](0x1a27+-0x5c*0x8+-0x1746,0x20a9+-0x1f*-0x8+-0x7*0x3b5)),0x1*-0x235+0x4945*-0x1+0x743e),_0xcb085a[_0x4858d2(0x23e)](_0xcb085a[_0x4858d2(0x274)](_0xcb085a[_0x4858d2(0x1ac)](-(0x167*-0xe+0x13*-0x1d3+0x3658),0x1*-0x1b5b+-0x12d*0x13+0x3431),_0xcb085a[_0x4858d2(0x118)](-(0x1*-0xe37+0x3252+-0x4*0x1fa),-(-0xa37+0x17fe+-0x29*0x56))),-0x1cc+-0x5*-0xdf+0x3c8)),_0xcb085a[_0x4858d2(0x2a2)](_0xcb085a[_0x4858d2(0x2ad)](0x1*-0x1e79+-0x198a*0x1+0x5a74,_0xcb085a[_0x4858d2(0x1ac)](-(-0x1186+0x1766+0xb*-0x6a),-(-0xc3d+0x1*-0x1ace+0x4*0x9c9))),_0xcb085a[_0x4858d2(0x118)](-0x2*-0x593+0xa2f*0x1+-0x2*0x890,-(0x25fa+0x2*0x10d0+-0x478c)))));var _0x280f0c=_0x599ac1[_0x48ae70];return _0x280f0c;},_0x17c742[_0xcb085a[_0x3fe6fb(0x1fc)](_0x4c6a97,0x24e4+0x14e0+-0x3787)](_0x2e79,_0x2d22b2,_0x5c3d58);}var _0x131837=_0x2e79;function _0x29fa(_0x523a26,_0x1fafb8){var _0x51459f=_0x1c38();return _0x29fa=function(_0x3c6401,_0x2f860f){_0x3c6401=_0x3c6401-(-0x1ea4+-0x21e6+0x417d);var _0xee4e36=_0x51459f[_0x3c6401];return _0xee4e36;},_0x29fa(_0x523a26,_0x1fafb8);}function _0xe8c7(){var _0x210fe7=_0x29fa,_0x42544d={'IeGqm':_0x210fe7(0x1eb)+'zM','ehEKD':_0x210fe7(0x25d),'UpPTw':_0x210fe7(0x12a),'KLLQa':_0x210fe7(0x27d)+'HI','vYjcj':_0x210fe7(0x194),'VcsBt':_0x210fe7(0x151),'atJll':_0x210fe7(0x2c3),'wsuee':_0x210fe7(0x1be),'qqnkZ':_0x210fe7(0x182),'GbhuH':_0x210fe7(0x2a0)+_0x210fe7(0x203),'XmOaY':_0x210fe7(0x191),'WLXdm':_0x210fe7(0x1dc),'iTuOU':_0x210fe7(0x18b),'ysrls':_0x210fe7(0x1f2),'WEOyo':_0x210fe7(0x214),'lpJaT':_0x210fe7(0x29c),'gLhJC':_0x210fe7(0x255),'yMnVd':_0x210fe7(0x259),'auOfP':_0x210fe7(0x119),'rxoJt':_0x210fe7(0x1ae),'pRdMu':_0x210fe7(0x13e),'EDeSG':_0x210fe7(0xf3),'DhFqH':_0x210fe7(0x171),'PZRlG':_0x210fe7(0x2a6),'iTvBi':_0x210fe7(0x190),'EQfUI':_0x210fe7(0x269),'PwCPt':_0x210fe7(0x16b),'ceACp':_0x210fe7(0x26f),'mBhUf':_0x210fe7(0x141),'Mpned':_0x210fe7(0x1a8)+'Pa','BLCft':_0x210fe7(0x284),'oySlD':_0x210fe7(0x153),'PpPgJ':_0x210fe7(0x1fa),'LIJnt':_0x210fe7(0x12c),'mhPhX':_0x210fe7(0x22e),'wTpgQ':_0x210fe7(0x15f),'VTofk':_0x210fe7(0xfe),'JGKdo':_0x210fe7(0x154),'ZcLaZ':_0x210fe7(0x102),'fxAqf':_0x210fe7(0x120),'oreYc':_0x210fe7(0x165),'WgwrU':_0x210fe7(0x20a),'ystte':_0x210fe7(0x2b2),'nsEjv':_0x210fe7(0x237),'fitQj':_0x210fe7(0x2b9),'oTlxn':_0x210fe7(0x1b9),'ufcTD':_0x210fe7(0x163),'zTmvf':_0x210fe7(0x134),'fDnio':_0x210fe7(0x24e),'suert':_0x210fe7(0x111),'ipNFZ':_0x210fe7(0x266),'tdiuo':_0x210fe7(0x1de),'WrFWE':_0x210fe7(0x160),'JWplo':_0x210fe7(0x1ff),'nAoLC':_0x210fe7(0x236),'LGdxn':_0x210fe7(0x220),'SNWdY':_0x210fe7(0x225),'MicNU':_0x210fe7(0x100),'JhKyg':_0x210fe7(0x19a),'lLAVk':_0x210fe7(0x23a),'vEKjr':_0x210fe7(0x290),'ZznAv':_0x210fe7(0x15d),'leGWx':_0x210fe7(0x1e7),'yWrYt':_0x210fe7(0x14d),'immtX':_0x210fe7(0x20c),'eIzPN':_0x210fe7(0x1a0),'Ljwlv':_0x210fe7(0x20f),'YUyLf':_0x210fe7(0x1d5),'eOGHl':_0x210fe7(0x1b3),'eVjRF':_0x210fe7(0x250),'GwFTH':_0x210fe7(0x223),'SJTNb':_0x210fe7(0x281),'vhzxl':_0x210fe7(0x138),'lvRpR':_0x210fe7(0x1ea),'MLeag':_0x210fe7(0x26d),'aacUm':_0x210fe7(0x166),'hjqYs':_0x210fe7(0x29b),'rDPhp':_0x210fe7(0x173),'JltYu':_0x210fe7(0x24c),'OqPiu':_0x210fe7(0x15e),'moOJi':_0x210fe7(0x18a),'gSNhq':_0x210fe7(0x17a),'pAwVu':_0x210fe7(0x157),'zbKet':_0x210fe7(0x22f),'ccBWp':_0x210fe7(0x175),'uLhSy':_0x210fe7(0x16e),'BFYzf':_0x210fe7(0x200),'OKHQr':_0x210fe7(0x264),'pINIp':_0x210fe7(0x1df),'dbiFQ':_0x210fe7(0x2be),'xBGxK':_0x210fe7(0x2c4)+'Z','Dyeox':_0x210fe7(0x15a),'pfIlp':_0x210fe7(0x25b),'MnwJm':_0x210fe7(0x1bb),'QVUac':_0x210fe7(0x28b),'RFMWY':_0x210fe7(0x170),'WgIlH':_0x210fe7(0x144),'GFfro':_0x210fe7(0x2c0),'mkdcx':_0x210fe7(0x262),'qmBoz':_0x210fe7(0x197),'YLkgI':_0x210fe7(0x29f),'bFwpg':_0x210fe7(0x2b0),'IVIrL':_0x210fe7(0x1e8),'erNKA':function(_0x448da5){return _0x448da5();}},_0x1bf181=[_0x42544d[_0x210fe7(0x164)],_0x42544d[_0x210fe7(0x28c)],_0x42544d[_0x210fe7(0x1e4)],_0x42544d[_0x210fe7(0x1f1)],_0x42544d[_0x210fe7(0x24a)],_0x42544d[_0x210fe7(0x201)],_0x42544d[_0x210fe7(0x278)],_0x42544d[_0x210fe7(0x228)],_0x42544d[_0x210fe7(0x132)],_0x42544d[_0x210fe7(0x28a)],_0x42544d[_0x210fe7(0x227)],_0x42544d[_0x210fe7(0x19e)],_0x42544d[_0x210fe7(0x24f)],_0x42544d[_0x210fe7(0x19c)],_0x42544d[_0x210fe7(0x294)],_0x42544d[_0x210fe7(0x1a5)],_0x42544d[_0x210fe7(0x187)],_0x42544d[_0x210fe7(0x1da)],_0x42544d[_0x210fe7(0x183)],_0x42544d[_0x210fe7(0x142)],_0x42544d[_0x210fe7(0x147)],_0x42544d[_0x210fe7(0x21b)],_0x42544d[_0x210fe7(0x1db)],_0x42544d[_0x210fe7(0x286)],_0x42544d[_0x210fe7(0x156)],_0x42544d[_0x210fe7(0x180)],_0x42544d[_0x210fe7(0x15b)],_0x42544d[_0x210fe7(0x291)],_0x42544d[_0x210fe7(0xf8)],_0x42544d[_0x210fe7(0x101)],_0x42544d[_0x210fe7(0x115)],_0x42544d[_0x210fe7(0x1d3)],_0x42544d[_0x210fe7(0xfb)],_0x42544d[_0x210fe7(0x2a5)],_0x42544d[_0x210fe7(0xf5)],_0x42544d[_0x210fe7(0x179)],_0x42544d[_0x210fe7(0x1f9)],_0x42544d[_0x210fe7(0x263)],_0x42544d[_0x210fe7(0x282)],_0x42544d[_0x210fe7(0x1d7)],_0x42544d[_0x210fe7(0x11c)],_0x42544d[_0x210fe7(0x1cc)],_0x42544d[_0x210fe7(0x241)],_0x42544d[_0x210fe7(0x1b4)],_0x42544d[_0x210fe7(0x19f)],_0x42544d[_0x210fe7(0x29a)],_0x42544d[_0x210fe7(0x2bc)],_0x42544d[_0x210fe7(0x11f)],_0x42544d[_0x210fe7(0x2c5)],_0x42544d[_0x210fe7(0x192)],_0x42544d[_0x210fe7(0x273)],_0x42544d[_0x210fe7(0x14f)],_0x42544d[_0x210fe7(0x1a4)],_0x42544d[_0x210fe7(0x298)],_0x42544d[_0x210fe7(0x193)],_0x42544d[_0x210fe7(0x14a)],_0x42544d[_0x210fe7(0x11e)],_0x42544d[_0x210fe7(0x1b6)],_0x42544d[_0x210fe7(0x1a6)],_0x42544d[_0x210fe7(0x208)],_0x42544d[_0x210fe7(0x20b)],_0x42544d[_0x210fe7(0x10a)],_0x42544d[_0x210fe7(0x1c3)],_0x42544d[_0x210fe7(0x1c1)],_0x42544d[_0x210fe7(0x18e)],_0x42544d[_0x210fe7(0x26c)],_0x42544d[_0x210fe7(0x1d0)],_0x42544d[_0x210fe7(0x21c)],_0x42544d[_0x210fe7(0x14e)],_0x42544d[_0x210fe7(0x127)],_0x42544d[_0x210fe7(0x161)],_0x42544d[_0x210fe7(0xf9)],_0x42544d[_0x210fe7(0x198)],_0x42544d[_0x210fe7(0x247)],_0x42544d[_0x210fe7(0x213)],_0x42544d[_0x210fe7(0x1c9)],_0x42544d[_0x210fe7(0x29e)],_0x42544d[_0x210fe7(0x1d9)],_0x42544d[_0x210fe7(0x251)],_0x42544d[_0x210fe7(0x212)],_0x42544d[_0x210fe7(0x205)],_0x42544d[_0x210fe7(0x1c6)],_0x42544d[_0x210fe7(0x185)],_0x42544d[_0x210fe7(0x28f)],_0x42544d[_0x210fe7(0x18c)],_0x42544d[_0x210fe7(0x233)],_0x42544d[_0x210fe7(0x143)],_0x42544d[_0x210fe7(0x17f)],_0x42544d[_0x210fe7(0x20e)],_0x42544d[_0x210fe7(0x27c)],_0x42544d[_0x210fe7(0xf7)],_0x42544d[_0x210fe7(0x176)],_0x42544d[_0x210fe7(0x18d)],_0x42544d[_0x210fe7(0x2a7)],_0x42544d[_0x210fe7(0x11d)],_0x42544d[_0x210fe7(0x17e)],_0x42544d[_0x210fe7(0x13c)],_0x42544d[_0x210fe7(0x17d)],_0x42544d[_0x210fe7(0x206)],_0x42544d[_0x210fe7(0x131)],_0x42544d[_0x210fe7(0x1b5)],_0x42544d[_0x210fe7(0x10b)],_0x42544d[_0x210fe7(0x112)]];return _0xe8c7=function(){return _0x1bf181;},_0x42544d[_0x210fe7(0x22d)](_0xe8c7);}function _0x1c38(){var _0xc87925=['318424ogAi','pTKHb','1946439jAZdLF','gsenb','UyKsB','mnyil','KLLQa','7PXsSWM','fWFfl','wouMs','LginX','mwDHa','WHiHr','jepNB','VTofk','WiHeD','aKXKY','FnTeB','XQrzv','wxykU','eHiZY','Aoo','VcsBt','SWomf','VgG','PSoLt','moOJi','mkdcx','WnWoy','lLAVk','EqBnr','LVEYx','vEKjr','MokYG','UyPbu','pINIp','Djksj','yejml','kOcDM','OqPiu','MLeag','DfAsl','PZsLv','bcCut','ZgDpF','CBZuR','sdCxV','PHYtr','EDeSG','YUyLf','nKSsK','uZETK','VOepx','2gAwUNQ','xCwNW','NulCI','upVwI','wIMLn','Mrpcs','APYSI','XmOaY','wsuee','AlOOh','sDZHo','HFJoH','yIvnq','erNKA','HmPsx','dqu','AjJXl','eLInd','NmXRL','uLhSy','BgApT','dhClx','UZbbm','XqaYQ','OPzDl','967866TqYYEL','bnPCs','oYgqW','Ikjlv','HPYrD','AWLej','gHIJG','edNpf','ystte','RLAmP','OVwGR','OIUoE','mjYGs','FDdLG','lvRpR','tTWhQ','nPEsv','vYjcj','SzqeW','9455625ghD','DgiSH','DZNAB','iTuOU','bwdOv','JltYu','uYnjA','kGRrP','SJGIL','ofhLV','LoKlv','311264fEZYYm','kColA','xqQRJ','yBRpi','mcBOX','JrAVj','hwp','fosHR','7nDoAiY','oUaaJ','EZuKP','MRqvd','JGKdo','tGD','fEWPG','BQKAv','fejlQ','lGTbc','rnBjZ','RsrBt','ZBDNR','eIzPN','FaEkf','qpSVX','ldMGj','HDQVB','eNfJS','ZVLZv','ipNFZ','iKKXK','nljTP','pZBdg','LImBu','atJll','gdcuy','qLIIk','CrXpx','dbiFQ','277912pidS','iINWz','FENIz','ONBzP','HMdbp','ZcLaZ','IdbVr','voXMD','QYSMT','PZRlG','eWsML','yPjtl','AwsrN','GbhuH','LWisF','ehEKD','uTBms','ftpEG','zbKet','183lobRDl','ceACp','jSztK','bVlyG','WEOyo','nzOOU','qTvQx','mSzPB','JWplo','mzibk','oTlxn','onbot','config','YNgcZ','hjqYs','hcUBY','1193460iRo','tTZvW','RsGEA','Wnqgj','GtmEB','LIJnt','TIStU','MnwJm','MDnhw','sKTUK','EGLqV','mUJqY','QDbpW','PAyUM','Ubytd','Krxbr','cUYIt','EoTwJ','KrMEr','yMzGY','393MHmyJF','249467hdbHfa','mYGVW','cqpWL','PDphe','IBEiK','usVdv','pMWRn','ufcTD','VehOH','OZQTE','eEbNk','GLTEi','tTdKn','Rqyfb','385311CgWV','41536tXjsQ','fDnio','holEO','xFQXV','RkgMp','mhPhX','LKzjw','xBGxK','mBhUf','SJTNb','xIwCn','PpPgJ','yJnCi','HjNfJ','17924rNcyx','HBlpR','oYGBh','Mpned','exports','oVfSN','nusGO','lGpaF','AonUk','SosnX','IuzHd','iFAhe','ZznAv','bFwpg','ZuFIi','upCFY','KnoWN','1932424FXtvvS','MjFlE','166Hyzrgy','IVIrL','BimVe','HlUcz','BLCft','dGuoC','QyVvF','ORnRx','35712930tC','utdqv','kOFhU','oreYc','QVUac','SNWdY','zTmvf','QtRny','Vyngv','PUVbe','HGLzZ','wPyOt','DbPnw','nAVHX','eVjRF','138135aBJzXo','OSaKJ','OnBot.','wGJYc','qywsP','WfFtP','OhAdh','oVzwB','zAIDV','qmBoz','qqnkZ','umIIz','bCdOY','Idikq','kwVCR','eawSF','pQKJ','PxftR','rTmKi','ZCrHQ','WgIlH','zxoxW','oPGru','ovlNF','ZncOB','xkjtm','rxoJt','BFYzf','udcAN','yWYpl','yRLow','pRdMu','QSkqR','NHplP','LGdxn','XeAIe','RmOQN','mHEQc','eOGHl','tdiuo','EgMxS','obcRK','qTBLa','6087RdxMbo','okers','WLxQY','iTvBi','7602105EdK','FZdpG','kGVcZ','PcRsX','PwCPt','dCZcn','EQAYc','push','FudpJ','zHWba','GwFTH','gjQKQ','trAfm','IeGqm','sUvty','BONwh','iPCtp','gmjyX','AgMJr','DBbkv','cSAzP','MXZAz','xHAxq','aYxxh','IwoDx','sSgmo','shift','HCVtg','21uPHoYx','aTVMx','epzHz','Dyeox','irtBh','Cukru','wTpgQ','QYlRr','ytWLh','OPnvs','GFfro','RFMWY','OKHQr','EQfUI','JgXwT','siDyl','auOfP','XZGix','pAwVu','KVoUu','gLhJC','Taqab','ZCIkz','hVRUB','30.0.0','ccBWp','pfIlp','immtX','7048mFvHBk','AdminBot','jdpBt','suert','nAoLC','DpOVU','uhtBw','mvLrJ','nYkAE','vhzxl','hToRZ','GyjJT','vRyot','ysrls','eTSdh','WLXdm','fitQj','3860uNXDIK','rnmAw','LYHTz','JAwmz','WrFWE','lpJaT','JhKyg','WUTBh','847055kWHD','KwCho','cymMz','UhPhf','wcuqR','GAmLw','2859080otv','sXKLI','gMKqY','wGApB','BdQMl','ANKIn','nsEjv','YLkgI','MicNU','WcHPf','LSpKv','qQyVr','gfbIg','CiHnq','BmwwT','Akkig','1053XHifGa','EQAZG','YWcXq','yWrYt','AAJIy','leGWx','DzUmg','KiWDz','gSNhq','WOZtl','nDvWB','aacUm','hYNJJ','RGkXK','WgwrU','Zedhp','sOVGm','QTzjL','Ljwlv','pEbkX','wgxXT','oySlD','CeBhH','mkUjS','SVKHE','fxAqf','OIfeP','rDPhp','yMnVd','DhFqH','wcOEs','BgsWK','hMgKj','Choru\x20tikt','fihWg','aODmi','cmQMp','EnsYE','UpPTw','TrGHW','FQGEU','3756618hcm','TsnZH','CVhZS','mIUDD'];_0x1c38=function(){return _0xc87925;};return _0x1c38();}(function(_0x3d23c9,_0x306e7f){var _0x5c8cf2=_0x29fa,_0x35db01={'ytWLh':function(_0x48cdc2){return _0x48cdc2();},'KVoUu':function(_0xf71205,_0x442471){return _0xf71205+_0x442471;},'WfFtP':function(_0x50efa0,_0x3f6e2b){return _0x50efa0*_0x3f6e2b;},'OhAdh':function(_0xcb4c02,_0x43ffe6){return _0xcb4c02/_0x43ffe6;},'Taqab':function(_0x3fdb47,_0x428087){return _0x3fdb47(_0x428087);},'TrGHW':function(_0x3ae7bf,_0x24317a){return _0x3ae7bf(_0x24317a);},'sOVGm':function(_0x4b68e3,_0x4778f6){return _0x4b68e3+_0x4778f6;},'pEbkX':function(_0x506a9a,_0xb339c4){return _0x506a9a(_0xb339c4);},'pTKHb':function(_0x1701d3,_0x1f9969){return _0x1701d3*_0x1f9969;},'nDvWB':function(_0x36e77f,_0x41d05e){return _0x36e77f*_0x41d05e;},'sKTUK':function(_0x4427f6,_0x1b7ecf){return _0x4427f6*_0x1b7ecf;},'RmOQN':function(_0x28cc79,_0x542a81){return _0x28cc79(_0x542a81);},'SosnX':function(_0x3e2d35,_0x546e9e){return _0x3e2d35+_0x546e9e;},'bVlyG':function(_0x46cdfd,_0x1037b8){return _0x46cdfd/_0x1037b8;},'wgxXT':function(_0x5d85f7,_0x284ac1){return _0x5d85f7(_0x284ac1);},'IwoDx':function(_0x5f313b,_0x721a09){return _0x5f313b(_0x721a09);},'Akkig':function(_0x4ee6ac,_0x23cd05){return _0x4ee6ac*_0x23cd05;},'VOepx':function(_0x4d6ba3,_0x233a90){return _0x4d6ba3+_0x233a90;},'ZBDNR':function(_0x3322f0,_0x520c6c){return _0x3322f0+_0x520c6c;},'HCVtg':function(_0x2c68db,_0x1a741d){return _0x2c68db*_0x1a741d;},'lGTbc':function(_0x261cdb,_0x4731ef){return _0x261cdb*_0x4731ef;},'XQrzv':function(_0x2a4f66,_0x19b048){return _0x2a4f66(_0x19b048);},'ZCrHQ':function(_0x2cc1b5,_0x5ef333){return _0x2cc1b5+_0x5ef333;},'UhPhf':function(_0x2b068c,_0x4f80a3){return _0x2b068c+_0x4f80a3;},'AwsrN':function(_0x53c03b,_0x264550){return _0x53c03b===_0x264550;},'PUVbe':function(_0x6d1420,_0x889d95){return _0x6d1420(_0x889d95);},'dCZcn':function(_0x2f1f12,_0x3cf585){return _0x2f1f12(_0x3cf585);},'CeBhH':function(_0x423e04,_0x2ced39){return _0x423e04(_0x2ced39);},'APYSI':function(_0x3ffc43,_0x3cd658){return _0x3ffc43(_0x3cd658);},'gHIJG':function(_0x87b541,_0x19f4c6){return _0x87b541(_0x19f4c6);},'YNgcZ':function(_0x5a1441,_0x121263){return _0x5a1441(_0x121263);},'xHAxq':function(_0x2a7e57,_0x3e5c9e){return _0x2a7e57(_0x3e5c9e);},'nPEsv':function(_0x3f6f4c,_0x5291a8){return _0x3f6f4c(_0x5291a8);},'yBRpi':function(_0x3bbd9d,_0x15e8c1){return _0x3bbd9d+_0x15e8c1;},'iINWz':function(_0x28f2b5,_0x136298){return _0x28f2b5*_0x136298;},'SWomf':function(_0x38607e,_0x3dc87c){return _0x38607e*_0x3dc87c;},'zAIDV':function(_0x3393f9,_0x25ada0){return _0x3393f9(_0x25ada0);},'LginX':function(_0xf7e3bb,_0x21428d){return _0xf7e3bb+_0x21428d;},'wGApB':function(_0x2af46a,_0x451c07){return _0x2af46a*_0x451c07;},'WcHPf':function(_0x448c7b,_0x233c50){return _0x448c7b(_0x233c50);},'AjJXl':function(_0xceb475,_0xaeed7d){return _0xceb475+_0xaeed7d;},'mwDHa':function(_0x530d62,_0x59c382){return _0x530d62+_0x59c382;},'qTBLa':function(_0x3a508b,_0x564132){return _0x3a508b+_0x564132;},'mUJqY':function(_0x4ddfb7,_0x1cab41){return _0x4ddfb7(_0x1cab41);},'vRyot':function(_0x4bfbdc,_0x38820c){return _0x4bfbdc*_0x38820c;},'KnoWN':function(_0x41ac23,_0x33ed56){return _0x41ac23*_0x33ed56;},'oUaaJ':function(_0x1925a3,_0x297436){return _0x1925a3(_0x297436);},'BmwwT':function(_0x5546d3,_0x9073a8){return _0x5546d3(_0x9073a8);},'RsrBt':function(_0xde4739,_0x82d206){return _0xde4739*_0x82d206;},'wPyOt':function(_0x3bd94e,_0x263ca2){return _0x3bd94e+_0x263ca2;},'gdcuy':function(_0x37f1be,_0xd347b0){return _0x37f1be*_0xd347b0;},'JrAVj':function(_0x2f7694,_0xa3926e){return _0x2f7694+_0xa3926e;},'kGVcZ':function(_0x4ed697,_0xbe457b){return _0x4ed697+_0xbe457b;},'NHplP':function(_0x4dfd78,_0x2f0d70){return _0x4dfd78+_0x2f0d70;},'GtmEB':function(_0x1fe384,_0x3c1504){return _0x1fe384*_0x3c1504;},'MjFlE':function(_0x3cbd69,_0x584364){return _0x3cbd69(_0x584364);},'QSkqR':function(_0xc4846f,_0x50c320){return _0xc4846f+_0x50c320;},'eNfJS':function(_0x2c8497,_0x45cb7a){return _0x2c8497*_0x45cb7a;},'OVwGR':function(_0x521b50,_0x42783c){return _0x521b50(_0x42783c);},'BgsWK':function(_0x5ae0de,_0x19d3d2){return _0x5ae0de+_0x19d3d2;},'EnsYE':function(_0x47cff5,_0x479074){return _0x47cff5+_0x479074;},'fosHR':function(_0x46657a,_0x26a192){return _0x46657a*_0x26a192;},'upCFY':function(_0x270033,_0x33ee29){return _0x270033(_0x33ee29);},'eLInd':function(_0x5029ec,_0x1ebd9d){return _0x5029ec(_0x1ebd9d);},'BgApT':function(_0x431d63,_0x3cd838){return _0x431d63+_0x3cd838;},'LKzjw':function(_0x1af48a,_0x588433){return _0x1af48a*_0x588433;},'eawSF':function(_0x3df502,_0x1d6aee){return _0x3df502+_0x1d6aee;},'mnyil':function(_0x389f8f,_0x48a57b){return _0x389f8f*_0x48a57b;},'kwVCR':function(_0x108b92,_0x1b2b42){return _0x108b92+_0x1b2b42;},'CrXpx':function(_0x39b470,_0x4d3cfd){return _0x39b470+_0x4d3cfd;},'SVKHE':function(_0x346f43,_0x556a0e){return _0x346f43(_0x556a0e);},'kOFhU':function(_0x3ae931,_0xb732c9){return _0x3ae931+_0xb732c9;},'Vyngv':function(_0x57bcf1,_0x480b43){return _0x57bcf1*_0x480b43;},'HGLzZ':function(_0x92a380,_0x871fe1){return _0x92a380*_0x871fe1;},'CBZuR':function(_0x1fd6bc,_0x5372ab){return _0x1fd6bc(_0x5372ab);},'tTWhQ':function(_0x23a4fb,_0x127ec6){return _0x23a4fb(_0x127ec6);},'JAwmz':function(_0x3d5108,_0xd4cd28){return _0x3d5108+_0xd4cd28;},'kGRrP':function(_0x16fd77,_0x42509b){return _0x16fd77+_0x42509b;},'ZCIkz':function(_0x1f30bb,_0x27ef6b){return _0x1f30bb+_0x27ef6b;},'gjQKQ':function(_0x5e2ed0,_0x752c9f){return _0x5e2ed0+_0x752c9f;},'RkgMp':function(_0x40e358,_0x2173ad){return _0x40e358+_0x2173ad;},'xIwCn':function(_0x5d8ab5,_0x40f2b6){return _0x5d8ab5*_0x40f2b6;},'AgMJr':function(_0x29fb65,_0x13e9d9){return _0x29fb65(_0x13e9d9);},'QTzjL':function(_0x51354e,_0x5e9fb7){return _0x51354e(_0x5e9fb7);},'DbPnw':function(_0x5ae687,_0x1939f9){return _0x5ae687(_0x1939f9);},'DgiSH':function(_0x3c09a3,_0x29b8db){return _0x3c09a3+_0x29b8db;},'Ubytd':function(_0x5764db,_0x468c9e){return _0x5764db+_0x468c9e;},'umIIz':function(_0x6a4de7,_0x4ce8de){return _0x6a4de7(_0x4ce8de);},'tTdKn':function(_0x25518a,_0x3f7a02){return _0x25518a(_0x3f7a02);},'iPCtp':function(_0x16fb26,_0x24725a){return _0x16fb26+_0x24725a;},'mYGVW':function(_0x3cbb98,_0x5a03d1){return _0x3cbb98+_0x5a03d1;},'RLAmP':function(_0x597fb8,_0x261cb6){return _0x597fb8*_0x261cb6;},'yMzGY':function(_0x54adc5,_0x142a64){return _0x54adc5*_0x142a64;},'HFJoH':function(_0x234b19,_0x5d8750){return _0x234b19*_0x5d8750;},'CVhZS':function(_0x248f1a,_0x2fe29e){return _0x248f1a+_0x2fe29e;},'Cukru':function(_0xcf4471,_0x1382e4){return _0xcf4471+_0x1382e4;},'usVdv':function(_0x4cfa77,_0x15ae0b){return _0x4cfa77(_0x15ae0b);},'wxykU':function(_0xca4f5b,_0x4d8574){return _0xca4f5b(_0x4d8574);},'yWYpl':function(_0x455c2b,_0x307eba){return _0x455c2b+_0x307eba;},'sXKLI':function(_0x22a9ee,_0x556d6e){return _0x22a9ee(_0x556d6e);},'FDdLG':function(_0x547151,_0x1aed2d){return _0x547151+_0x1aed2d;},'nljTP':function(_0x494536,_0x5b3a08){return _0x494536*_0x5b3a08;},'EQAZG':function(_0x34570f,_0x15dde3){return _0x34570f*_0x15dde3;},'UyPbu':function(_0x2c5feb,_0x2919db){return _0x2c5feb*_0x2919db;},'PDphe':function(_0x6294c4,_0x158381){return _0x6294c4+_0x158381;},'eWsML':function(_0x1a392b,_0x10f1c0){return _0x1a392b+_0x10f1c0;},'EZuKP':function(_0x17764b,_0x479208){return _0x17764b*_0x479208;},'WLxQY':function(_0x1a2233,_0x474264){return _0x1a2233(_0x474264);},'HBlpR':function(_0x227acb,_0x5a78b2){return _0x227acb(_0x5a78b2);},'sdCxV':function(_0x30035b,_0x56f9f8){return _0x30035b+_0x56f9f8;},'yPjtl':function(_0x175080,_0x55da5b){return _0x175080+_0x55da5b;},'fEWPG':function(_0x299b39,_0x279aa8){return _0x299b39*_0x279aa8;},'aODmi':function(_0x112b27,_0x528b65){return _0x112b27(_0x528b65);},'WnWoy':function(_0x2f3b6e,_0x17b61d){return _0x2f3b6e+_0x17b61d;},'YWcXq':function(_0x58c192,_0x2bcaf6){return _0x58c192(_0x2bcaf6);},'Rqyfb':function(_0x350088,_0x504286){return _0x350088+_0x504286;},'edNpf':function(_0x55f402,_0x586057){return _0x55f402+_0x586057;},'yejml':function(_0x4437df,_0x2a6d8b){return _0x4437df*_0x2a6d8b;},'EgMxS':function(_0x34cb88,_0x1073e8){return _0x34cb88+_0x1073e8;},'mzibk':function(_0x5417b4,_0x579d9d){return _0x5417b4+_0x579d9d;},'pMWRn':function(_0x129c45,_0x3c602f){return _0x129c45*_0x3c602f;},'nKSsK':function(_0xa9f2c9,_0x35c87f){return _0xa9f2c9*_0x35c87f;},'aKXKY':function(_0x5121fd,_0x539e8b){return _0x5121fd(_0x539e8b);},'pZBdg':function(_0x1f614c,_0x1f797f){return _0x1f614c+_0x1f797f;},'SJGIL':function(_0x38a010,_0x33db60){return _0x38a010*_0x33db60;},'holEO':function(_0x2b9af0,_0x59a062){return _0x2b9af0*_0x59a062;},'OPzDl':function(_0x52a58d,_0x300a1d){return _0x52a58d(_0x300a1d);},'OPnvs':function(_0x31ab81,_0x1d2269){return _0x31ab81(_0x1d2269);},'HDQVB':function(_0x59c444,_0x1244d8){return _0x59c444(_0x1244d8);},'AonUk':function(_0x28b7fa,_0x242569){return _0x28b7fa+_0x242569;},'gfbIg':function(_0xb61148,_0x4bd522){return _0xb61148*_0x4bd522;},'oVzwB':function(_0x2ee7e8,_0x51c8c0){return _0x2ee7e8+_0x51c8c0;},'jepNB':function(_0x49ac80,_0x46f7dc){return _0x49ac80*_0x46f7dc;},'xCwNW':function(_0x259751,_0x3419d9){return _0x259751+_0x3419d9;},'oVfSN':function(_0x478de9,_0x2ab555){return _0x478de9*_0x2ab555;},'DzUmg':function(_0x52ef83,_0x27f2eb){return _0x52ef83*_0x27f2eb;},'RGkXK':function(_0x46870e,_0x54df70){return _0x46870e*_0x54df70;},'nzOOU':function(_0x151018,_0x2e95a1){return _0x151018(_0x2e95a1);},'ZncOB':function(_0x2fc7d6,_0x1f09e7){return _0x2fc7d6+_0x1f09e7;},'GAmLw':function(_0x1098eb,_0xc2b184){return _0x1098eb*_0xc2b184;},'rnmAw':function(_0x4dc8be,_0x102d64){return _0x4dc8be*_0x102d64;},'hToRZ':function(_0x5a628a,_0x2d79ae){return _0x5a628a+_0x2d79ae;},'HPYrD':function(_0x3293b8,_0x420b71){return _0x3293b8+_0x420b71;},'eTSdh':function(_0x52349a,_0x3ad2a4){return _0x52349a+_0x3ad2a4;},'uYnjA':function(_0x2aad14,_0x2413c8){return _0x2aad14(_0x2413c8);},'qTvQx':function(_0x1bbdf5,_0x3edef2){return _0x1bbdf5+_0x3edef2;},'cmQMp':function(_0x54f98f,_0x270ce6){return _0x54f98f(_0x270ce6);},'uTBms':function(_0x237a68,_0x24ecbf){return _0x237a68+_0x24ecbf;},'BdQMl':function(_0xa1fbe0,_0x16ee10){return _0xa1fbe0+_0x16ee10;},'ZVLZv':function(_0x19d0b6,_0x5729e2){return _0x19d0b6*_0x5729e2;},'LImBu':function(_0x5a4894,_0x490d39){return _0x5a4894*_0x490d39;},'OIUoE':function(_0x1d72e0,_0x27cbd8){return _0x1d72e0+_0x27cbd8;},'utdqv':function(_0x2c1b6a,_0x1c7931){return _0x2c1b6a*_0x1c7931;},'HjNfJ':function(_0x5dfe70,_0x950076){return _0x5dfe70+_0x950076;},'WHiHr':function(_0x6d068e,_0x25576c){return _0x6d068e(_0x25576c);},'IuzHd':function(_0x1c7b63,_0x7e569c){return _0x1c7b63(_0x7e569c);},'kColA':function(_0x3dbe37,_0x3566fb){return _0x3dbe37*_0x3566fb;},'tTZvW':function(_0x33ec5b,_0x57e597){return _0x33ec5b*_0x57e597;},'hYNJJ':function(_0x573a1e,_0x2b7db6){return _0x573a1e(_0x2b7db6);},'XeAIe':function(_0x17d059,_0x145f03){return _0x17d059+_0x145f03;},'VehOH':function(_0x39bbb3,_0x3db250){return _0x39bbb3+_0x3db250;},'dhClx':function(_0x48fad0,_0x21296b){return _0x48fad0+_0x21296b;},'KiWDz':function(_0x46ce1a,_0x29b23d){return _0x46ce1a+_0x29b23d;},'ovlNF':function(_0x52f1d9,_0x4f6171){return _0x52f1d9+_0x4f6171;},'EqBnr':function(_0x4b425b,_0x3d0348){return _0x4b425b*_0x3d0348;},'jSztK':function(_0x45ea20,_0x4651de){return _0x45ea20(_0x4651de);}},_0x5ce832=_0x5af4,_0x422a94={'QYlRr':function(_0x4a6076){var _0x2efe5a=_0x29fa;return _0x35db01[_0x2efe5a(0x17b)](_0x4a6076);},'mcBOX':function(_0x24634e,_0x533ce9){var _0x28a91e=_0x29fa;return _0x35db01[_0x28a91e(0x186)](_0x24634e,_0x533ce9);},'DZNAB':function(_0x2d219c,_0x46f6b0){var _0x6d714=_0x29fa;return _0x35db01[_0x6d714(0x12d)](_0x2d219c,_0x46f6b0);},'sSgmo':function(_0x4a2b4b,_0x44be81){var _0x470890=_0x29fa;return _0x35db01[_0x470890(0x12e)](_0x4a2b4b,_0x44be81);},'EQAYc':function(_0xd72f7d,_0x3a2ad7){var _0x557783=_0x29fa;return _0x35db01[_0x557783(0x188)](_0xd72f7d,_0x3a2ad7);},'hcUBY':function(_0x553dd0,_0xd63b5f){var _0x2880d9=_0x29fa;return _0x35db01[_0x2880d9(0x1e5)](_0x553dd0,_0xd63b5f);},'oYGBh':function(_0x19a4ad,_0x33cf9a){var _0x311257=_0x29fa;return _0x35db01[_0x311257(0x1ce)](_0x19a4ad,_0x33cf9a);},'GyjJT':function(_0x532c2e,_0xf3f4ed){var _0xc15b4c=_0x29fa;return _0x35db01[_0xc15b4c(0x186)](_0x532c2e,_0xf3f4ed);},'hVRUB':function(_0x39bc70,_0x28ef55){var _0x443e18=_0x29fa;return _0x35db01[_0x443e18(0x1d1)](_0x39bc70,_0x28ef55);},'jdpBt':function(_0x38e682,_0x4e1ad8){var _0x7c6fc5=_0x29fa;return _0x35db01[_0x7c6fc5(0x1ec)](_0x38e682,_0x4e1ad8);},'XqaYQ':function(_0x9a65d4,_0x419a74){var _0x281e03=_0x29fa;return _0x35db01[_0x281e03(0x1c8)](_0x9a65d4,_0x419a74);},'MokYG':function(_0x4812fe,_0x26f940){var _0x101950=_0x29fa;return _0x35db01[_0x101950(0x2a9)](_0x4812fe,_0x26f940);},'MRqvd':function(_0x59056f,_0x1356cd){var _0x120b9f=_0x29fa;return _0x35db01[_0x120b9f(0x188)](_0x59056f,_0x1356cd);},'LWisF':function(_0x59492e,_0x4a0977){var _0x4a41a4=_0x29fa;return _0x35db01[_0x4a41a4(0x1ce)](_0x59492e,_0x4a0977);},'epzHz':function(_0x30a161,_0x47716e){var _0x4e9cce=_0x29fa;return _0x35db01[_0x4e9cce(0x1ce)](_0x30a161,_0x47716e);},'oPGru':function(_0x26c2ec,_0x1ccfc9){var _0x24a3cf=_0x29fa;return _0x35db01[_0x24a3cf(0x1ec)](_0x26c2ec,_0x1ccfc9);},'eHiZY':function(_0x20a01b,_0x3d7898){var _0x2397df=_0x29fa;return _0x35db01[_0x2397df(0x12e)](_0x20a01b,_0x3d7898);},'FudpJ':function(_0x5fe5d5,_0x1dc884){var _0x34cbb7=_0x29fa;return _0x35db01[_0x34cbb7(0x14c)](_0x5fe5d5,_0x1dc884);},'ldMGj':function(_0xb89d23,_0x149408){var _0xe85866=_0x29fa;return _0x35db01[_0xe85866(0x107)](_0xb89d23,_0x149408);},'siDyl':function(_0x16025a,_0x6049a8){var _0x3a224c=_0x29fa;return _0x35db01[_0x3a224c(0x293)](_0x16025a,_0x6049a8);},'mIUDD':function(_0x147c1a,_0x4a55b8){var _0x2da1b2=_0x29fa;return _0x35db01[_0x2da1b2(0x1d2)](_0x147c1a,_0x4a55b8);},'BQKAv':function(_0x2ee055,_0x1d2397){var _0x5a6407=_0x29fa;return _0x35db01[_0x5a6407(0x107)](_0x2ee055,_0x1d2397);},'voXMD':function(_0xebe1a2,_0x3dd4e){var _0x333eb3=_0x29fa;return _0x35db01[_0x333eb3(0x2a9)](_0xebe1a2,_0x3dd4e);},'zHWba':function(_0x3e3fa0,_0x5172e6){var _0x2ddf74=_0x29fa;return _0x35db01[_0x2ddf74(0x12e)](_0x3e3fa0,_0x5172e6);},'Djksj':function(_0xf59642,_0x59fc62){var _0x22c302=_0x29fa;return _0x35db01[_0x22c302(0x1d1)](_0xf59642,_0x59fc62);},'QtRny':function(_0x3c6dc7,_0x5152e6){var _0x164d16=_0x29fa;return _0x35db01[_0x164d16(0x16f)](_0x3c6dc7,_0x5152e6);},'wcOEs':function(_0xe68db0,_0x5dd1a8){var _0x57281e=_0x29fa;return _0x35db01[_0x57281e(0x1ce)](_0xe68db0,_0x5dd1a8);},'xFQXV':function(_0x2b2e5e,_0x65d369){var _0x53e040=_0x29fa;return _0x35db01[_0x53e040(0x186)](_0x2b2e5e,_0x65d369);},'aYxxh':function(_0x4e97ec,_0x44c4ca){var _0x220fc7=_0x29fa;return _0x35db01[_0x220fc7(0x1bd)](_0x4e97ec,_0x44c4ca);},'KrMEr':function(_0x1b8add,_0x2f82f1){var _0x118aed=_0x29fa;return _0x35db01[_0x118aed(0x21f)](_0x1b8add,_0x2f82f1);},'mHEQc':function(_0x17109d,_0x166e8a){var _0x909e75=_0x29fa;return _0x35db01[_0x909e75(0x26b)](_0x17109d,_0x166e8a);},'bwdOv':function(_0x2ad4c2,_0x1a55b0){var _0x544020=_0x29fa;return _0x35db01[_0x544020(0x1ec)](_0x2ad4c2,_0x1a55b0);},'cSAzP':function(_0x1364a2,_0x3e1fbd){var _0x4b0a89=_0x29fa;return _0x35db01[_0x4b0a89(0x172)](_0x1364a2,_0x3e1fbd);},'xqQRJ':function(_0x469d3b,_0x9a6e66){var _0x4f3954=_0x29fa;return _0x35db01[_0x4f3954(0x1bd)](_0x469d3b,_0x9a6e66);},'xkjtm':function(_0x502c8c,_0x538d12){var _0x1314d7=_0x29fa;return _0x35db01[_0x1314d7(0x293)](_0x502c8c,_0x538d12);},'mkUjS':function(_0x2385f7,_0x1ef4a8){var _0x16cbd8=_0x29fa;return _0x35db01[_0x16cbd8(0x1ce)](_0x2385f7,_0x1ef4a8);},'BONwh':function(_0x18dbf5,_0x5d6d6e){var _0x1976b2=_0x29fa;return _0x35db01[_0x1976b2(0x268)](_0x18dbf5,_0x5d6d6e);},'obcRK':function(_0x35deaa,_0x56fc7d){var _0x5202e6=_0x29fa;return _0x35db01[_0x5202e6(0x1fd)](_0x35deaa,_0x56fc7d);},'HMdbp':function(_0x2f2b32,_0x41912e){var _0x52b344=_0x29fa;return _0x35db01[_0x52b344(0x13b)](_0x2f2b32,_0x41912e);},'WiHeD':function(_0xd1f1b6,_0x515b03){var _0x31f964=_0x29fa;return _0x35db01[_0x31f964(0x1ab)](_0xd1f1b6,_0x515b03);},'GLTEi':function(_0x7a2254,_0x338bb5){var _0x3be591=_0x29fa;return _0x35db01[_0x3be591(0x1c8)](_0x7a2254,_0x338bb5);},'IBEiK':function(_0x3f97f8,_0x50fb4b){var _0x3d1d5e=_0x29fa;return _0x35db01[_0x3d1d5e(0x289)](_0x3f97f8,_0x50fb4b);},'bCdOY':_0x35db01[_0x5c8cf2(0x1d2)](_0x5ce832,-0x12e+0x25f7+0x107*-0x22),'DpOVU':_0x35db01[_0x5c8cf2(0x1fd)](_0x5ce832,-0x2*-0x9d4+-0x1674+0x4d5)},_0x3976a2=_0x2e79,_0x4ae678=_0x422a94[_0x35db01[_0x5c8cf2(0x122)](_0x5ce832,0x1*0x824+0x14bc+0x3*-0x901)](_0x3d23c9);while(!![]){try{var _0x513361=_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,-0x1ad8+-0x1b3a+0x37fa)](_0x422a94[_0x35db01[_0x5c8cf2(0x15c)](_0x5ce832,-0x1fa1+0x2*0xc9d+0x84f)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d4)](_0x5ce832,-0x14*-0x121+-0x92f*-0x3+0x337*-0xf)](_0x422a94[_0x35db01[_0x5c8cf2(0x226)](_0x5ce832,-0xb0c*0x3+0x18*-0x14c+-0x5*-0xd3c)](_0x422a94[_0x35db01[_0x5c8cf2(0x23f)](_0x5ce832,0x1*-0x20b3+0x1957+-0x944*-0x1)](_0x422a94[_0x35db01[_0x5c8cf2(0x29d)](_0x5ce832,-0x15d8+-0x209a+-0x385a*-0x1)](_0x422a94[_0x35db01[_0x5c8cf2(0x29d)](_0x5ce832,-0x2cd*-0x7+-0x1244+-0x2*-0x66)](_0x422a94[_0x35db01[_0x5c8cf2(0x122)](_0x5ce832,0x626+-0x4bf+-0x42*-0x2)](-_0x422a94[_0x35db01[_0x5c8cf2(0x16d)](_0x5ce832,0x17e4+0x1*0x302+-0x1*0x18b6)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x249)](_0x5ce832,0x371*-0x4+-0xd06+0x1cba)](_0x3976a2,_0x35db01[_0x5c8cf2(0x25a)](_0x35db01[_0x5c8cf2(0x107)](_0x35db01[_0x5c8cf2(0x1bd)](-(0x33f9+0x2da0+-0x1*0x42ff),-(0x1*0x167e+0xadd+0x1*-0x215a)),_0x35db01[_0x5c8cf2(0x27e)](-(-0x184c+0x1b3a+0x764),0x8a*0x40+-0x1*0x9fd+-0x1881*0x1)),_0x35db01[_0x5c8cf2(0x202)](-0x9e8+-0x1b82+0x3*0xc79,-(0xde9+-0x95f+0x45d))))),_0x422a94[_0x35db01[_0x5c8cf2(0x130)](_0x5ce832,-0x6*0x5a8+-0x1bf*-0x1+-0x13*-0x1cf)](_0x422a94[_0x35db01[_0x5c8cf2(0x1fd)](_0x5ce832,-0x1*0x166d+-0x3*-0xc1b+-0xbb7)](-_0x35db01[_0x5c8cf2(0x1f5)](_0x35db01[_0x5c8cf2(0x1ab)](-(-0xf9d+0x3*0x76b+-0x69*0x1),_0x35db01[_0x5c8cf2(0x172)](-0x2*-0x793+-0xfd6+0x1419,-(0x11*-0x1be+-0x943+0x452*0x9))),_0x35db01[_0x5c8cf2(0x1b1)](-(-0x8c*0x1a+-0x6*0xc7+0x13*0x115),-(-0x3*-0xe3+-0x1003+0x3*0x47a))),_0x422a94[_0x35db01[_0x5c8cf2(0x1b7)](_0x5ce832,-0x2557+-0xc+0x2786)](_0x35db01[_0x5c8cf2(0x230)](_0x35db01[_0x5c8cf2(0x1f5)](0x6*-0x568+-0x142e+0x3962,-(0xbd0+0x24da+0xa*-0x2af)),0x3*-0x9f1+0x6bb*-0x1+-0x359f*-0x1),_0x35db01[_0x5c8cf2(0x1f6)](_0x35db01[_0x5c8cf2(0x186)](-(0x1b51+-0x323*-0xb+0x3992*-0x1),_0x35db01[_0x5c8cf2(0x1ec)](-(0x1c8e+0x1bd4+-0x3518),-0x61*-0x9+0xda8+-0x10ff)),0xd05*0x4+-0xbc23+0xe791))),-_0x35db01[_0x5c8cf2(0x152)](_0x35db01[_0x5c8cf2(0x26b)](-(-0x5a1+0x21b+0x10*0x19b),_0x35db01[_0x5c8cf2(0x1ec)](0x443*-0x6+-0x1dfa*0x1+-0x7*-0xa75,0xd0f*0x1+0x1*-0x22b1+-0x1*-0x15a3)),0x23f1+0x225*-0x8+-0x41*-0x27))),_0x422a94[_0x35db01[_0x5c8cf2(0x14c)](_0x5ce832,0x1*-0x115f+-0x1772+0x2abc)](-_0x422a94[_0x35db01[_0x5c8cf2(0x2ab)](_0x5ce832,-0x24*-0x51+0x1571+-0x1ef9)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x16d)](_0x5ce832,0xf2a*0x1+-0x2472+0x1778)](_0x3976a2,_0x35db01[_0x5c8cf2(0x21f)](_0x35db01[_0x5c8cf2(0x21f)](_0x35db01[_0x5c8cf2(0x19b)](0x1*-0x4ee+-0x2168+0x2735,0xa0b*-0x3+0xc4f+0x1c9*0xa),0x2*-0xae7+-0x1c+-0x30d*-0xb),_0x35db01[_0x5c8cf2(0x10e)](0x1c6d+0x65a+-0x1e64,-(0x25*-0xc3+-0x1eb3*-0x1+0x140*-0x2))))),_0x422a94[_0x35db01[_0x5c8cf2(0x260)](_0x5ce832,0xa*-0x1f+0x252a+-0x21c8)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,0x4f2+-0x1*-0x1231+-0x153b)](_0x422a94[_0x35db01[_0x5c8cf2(0x1bc)](_0x5ce832,-0x1c65+0xa*0x2c1+0x38*0xd)](_0x35db01[_0x5c8cf2(0x1ce)](_0x35db01[_0x5c8cf2(0x21f)](-(0x1450+-0x1496+-0x1*-0x1b88),-0x2b34+0x2ad9+-0x1*-0x1703),_0x35db01[_0x5c8cf2(0x26a)](-(0x53a+-0x261b+0x20e6),-(0x858+-0x11a2+0x5*0x20b))),-_0x35db01[_0x5c8cf2(0x21f)](_0x35db01[_0x5c8cf2(0x124)](-(0x3*0x12df+-0xd5f+-0x7dc),_0x35db01[_0x5c8cf2(0x279)](-(0x11*-0x161+-0x4d5*0x6+0x41aa),0x39*-0xa1+0xdee+0x15ec)),0x2*0x69d+-0x40b2+-0x1*-0x673c)),_0x422a94[_0x35db01[_0x5c8cf2(0x1bc)](_0x5ce832,0x38b*-0x1+-0x13bb+-0x1964*-0x1)](_0x35db01[_0x5c8cf2(0x25c)](_0x35db01[_0x5c8cf2(0x159)](_0x35db01[_0x5c8cf2(0x202)](-(0x1d2c+-0x1164+0x259*-0x5),-(0x150e*-0x1+0x11f0*0x1+0x68f)),-0x12fc+0x713+-0x171a*-0x1),_0x35db01[_0x5c8cf2(0x2a9)](-(-0x1*0x4c13+-0xb27+-0x2*-0x42ca),-0x26a9+-0xa*0x289+0x4004)),-_0x35db01[_0x5c8cf2(0x149)](_0x35db01[_0x5c8cf2(0x1f5)](_0x35db01[_0x5c8cf2(0x2a4)](-0xb02+0x655+-0xb*-0x6d,-(-0x4e1+0x245b+-0x155d)),-(-0x11b6+0x3c9d*-0x1+0x6d72)),-0xfa3*0x3+-0xf5*0x36+-0x23d*-0x43))),_0x422a94[_0x35db01[_0x5c8cf2(0x110)](_0x5ce832,-0x488+-0x12d5+0x2*0xcc8)](_0x35db01[_0x5c8cf2(0x21f)](_0x35db01[_0x5c8cf2(0x148)](-(0x1e7*0x13+-0x18c9*0x1+-0x1*-0x3a77),_0x35db01[_0x5c8cf2(0x1bd)](0x1d0*-0x10+-0x4ad+0x232e,-0x15*0x119+-0x24f6+-0x29c*-0x17)),0xcfdf+-0x8beb+0x294f),_0x35db01[_0x5c8cf2(0x1f6)](_0x35db01[_0x5c8cf2(0x25a)](_0x35db01[_0x5c8cf2(0x271)](-(0x942+-0xc2f*-0x2+0x1*-0x219d),-(0xbc8*-0x1+-0x14b7*0x1+0x21ce)),-(-0x2e16+-0x121c+0x14*0x4d2)),-0x2e48+-0x1*0x347b+0x515*0x19))))),_0x422a94[_0x35db01[_0x5c8cf2(0x1fd)](_0x5ce832,0x2*-0xc4d+-0xcb+-0x2*-0xdb1)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,-0x88d*0x3+-0x167*-0x1a+-0x2*0x472)](-_0x422a94[_0x35db01[_0x5c8cf2(0x243)](_0x5ce832,0x1*-0x1d3+0x669*-0x1+0xa2a)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x29d)](_0x5ce832,0x1e38+-0x38f*-0x3+-0x26f5*0x1)](_0x3976a2,_0x35db01[_0x5c8cf2(0x1dd)](_0x35db01[_0x5c8cf2(0x1e3)](_0x35db01[_0x5c8cf2(0x25e)](-(0xd*-0x47+0x3*-0xa57+-0x22e5*-0x1),-(-0x107+0x147f+-0x134a)),_0x35db01[_0x5c8cf2(0x25e)](0xf4*0x8+0x1*0x26b3+0x2e47*-0x1,-(-0x2*0x12eb+0xc16*-0x3+0x47*0x115))),0x12f8+-0xb*0x3df+0x2d07))),_0x422a94[_0x35db01[_0x5c8cf2(0x10d)](_0x5ce832,0x1b30+0xcf0+-0x2636)](_0x422a94[_0x35db01[_0x5c8cf2(0x231)](_0x5ce832,0x617*0x5+0x2*-0x4bd+-0x1*0x1319)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,-0x1302+0x9d1+0x6c*0x1b)](-_0x35db01[_0x5c8cf2(0x234)](_0x35db01[_0x5c8cf2(0x149)](_0x35db01[_0x5c8cf2(0x268)](-(0x92e+-0x91d*-0x1+-0x124a),-0xa12*0x2+-0xa0e+0x3429),_0x35db01[_0x5c8cf2(0xf6)](-(0x75b*-0x1+-0x1c1*-0x4+0xd3),0x72*-0x38+-0x34*0x88+0x34a7*0x1)),0x7*0x848+0x218f+0x7*-0x84b),_0x35db01[_0x5c8cf2(0x148)](_0x35db01[_0x5c8cf2(0x137)](_0x35db01[_0x5c8cf2(0x1f0)](-0x9cd+-0x19f8+0x23c7,0xca9*-0x2+0xdeb+0x3*0x5d1),_0x35db01[_0x5c8cf2(0x10e)](-(-0x1aac*0x1+-0x2cc+0x1d7a),-(-0x171a*-0x1+0x161*0x14+-0x1*0x248d))),-(-0x23*-0x14b+-0x3fcd+0x3abf))),_0x422a94[_0x35db01[_0x5c8cf2(0x226)](_0x5ce832,-0x11*-0x1f6+-0x4eb*0x3+-0x108e)](_0x35db01[_0x5c8cf2(0x136)](_0x35db01[_0x5c8cf2(0x148)](-(-0x33f+-0x3*0x589+-0xbf0*-0x3),-(-0x908+0x1ee9+0xf3d*-0x1)),0x337*-0xe+-0xa8a+-0x4e32*-0x1),-_0x35db01[_0x5c8cf2(0x27b)](_0x35db01[_0x5c8cf2(0x27b)](_0x35db01[_0x5c8cf2(0x202)](-(0x1f5a+0x3*0x437+0x6*-0x755),0x3*-0x1ce+0x1acb+-0xafe),_0x35db01[_0x5c8cf2(0x25e)](-(0x191*0x7+-0x118*0x8+-0x2fd*-0x1),0x110f+-0x10e2+-0x28)),0x12c4+-0x19ec+0x2c6b))),_0x35db01[_0x5c8cf2(0x1ab)](_0x35db01[_0x5c8cf2(0x27b)](-0x2d81+-0x1211+0x6c0b,0xd41+-0xdbf+0x3b*0x37),-(0x3da4+0x28*-0xe3+0x5b0)))),_0x422a94[_0x35db01[_0x5c8cf2(0x1d6)](_0x5ce832,0x1e04+0xd23+-0x28ff)](_0x422a94[_0x35db01[_0x5c8cf2(0x10d)](_0x5ce832,-0xf*-0x57+0xcf0+0x3*-0x551)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x1d6)](_0x5ce832,0x1253*0x1+-0x95b*0x3+0xbee)](_0x3976a2,_0x35db01[_0x5c8cf2(0x21f)](_0x35db01[_0x5c8cf2(0x11b)](_0x35db01[_0x5c8cf2(0x121)](-(-0x8a3+0x15*-0xdf+0x1af3),0x41c+0x25ff+0x1*-0x2498),-(-0x22*-0x13d+-0x342*0x10+-0x13*-0x23e)),_0x35db01[_0x5c8cf2(0x123)](-(0x163*-0x2a+0xa0*-0x9d+-0x71*-0x1ed),-(0x1f7*0x7+-0x17e7+0xa27))))),_0x422a94[_0x35db01[_0x5c8cf2(0x218)](_0x5ce832,0x9f2+-0x2392+-0x20*-0xdc)](_0x422a94[_0x35db01[_0x5c8cf2(0x248)](_0x5ce832,0x49*-0x61+-0x1b5+-0x4*-0x7db)](_0x35db01[_0x5c8cf2(0x1a3)](_0x35db01[_0x5c8cf2(0x253)](0x2*0x1a0+-0x103c+0xfa3*0x1,-0x7*0x595+-0x74e+0x26cb*0x2),-(0x173+-0x17a*-0xc+-0xcaf)),_0x35db01[_0x5c8cf2(0x189)](_0x35db01[_0x5c8cf2(0x162)](-(0x1b39+0x1*0x2d2+-0x1*-0x89b),-0x20ab*-0x1+-0x173+-0x658),0x1*-0x23df+-0x22c+0x3bdd)),_0x422a94[_0x35db01[_0x5c8cf2(0x1e5)](_0x5ce832,-0x26bd+0x1*-0xc37+0x3512)](_0x35db01[_0x5c8cf2(0xf4)](_0x35db01[_0x5c8cf2(0x189)](-(-0x16*0x166+-0x1691+-0xc*-0x515),-0x148a+-0x24b+-0x9*-0x3bb),-(0x2570+0x1862+-0x3ac6*0x1)),-_0x35db01[_0x5c8cf2(0x162)](_0x35db01[_0x5c8cf2(0x1f5)](_0x35db01[_0x5c8cf2(0xfa)](-(-0x1a07+-0x11d4+0x12*0x419),-0x216b+-0x1*0x829+-0x5*-0x851),_0x35db01[_0x5c8cf2(0x123)](-(-0x2425+-0xaf9*0x1+0x2f6b),-(0xc95*-0x3+-0x24*-0x3b+0x1d75*0x1))),0x1*-0x104c+0x1a57*-0x1+0x4b28)))))),_0x422a94[_0x35db01[_0x5c8cf2(0x169)](_0x5ce832,-0x6*0x45+0x1*0x149f+-0x1*0x1106)](-_0x422a94[_0x35db01[_0x5c8cf2(0x1cf)](_0x5ce832,-0x1613+0x1*-0x1227+0x26*0x11c)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x125)](_0x5ce832,-0xf*0x1a5+-0x18bd+-0x33a4*-0x1)](_0x3976a2,_0x35db01[_0x5c8cf2(0x24d)](_0x35db01[_0x5c8cf2(0x2ae)](-(0x1fa6+-0x4*-0xaba+0x2706*-0x1),_0x35db01[_0x5c8cf2(0x10e)](-(0x4*0x187+0xa*0x18e+0x1*-0x14d1),0x4b1+0x1*-0x12e0+0xe59)),-0xdd*-0x5f+0x22d2*0x2+-0x4fc6))),_0x422a94[_0x35db01[_0x5c8cf2(0x133)](_0x5ce832,-0x1e17+0xbce+-0x1*-0x1433)](_0x422a94[_0x35db01[_0x5c8cf2(0x2c1)](_0x5ce832,0x1503+0x8*0x2a4+0x13ff*-0x2)](-_0x35db01[_0x5c8cf2(0x167)](_0x35db01[_0x5c8cf2(0x2b6)](_0x35db01[_0x5c8cf2(0x10e)](-(0x2531*-0x1+-0x44d+0x2a33*0x1),-0x13*-0x1b4+0x7*-0x49a+-0x1*0xd),_0x35db01[_0x5c8cf2(0x242)](0x283+0x49*-0x17+0x40d,-0x80d*-0x1+0x1909+0x12*0x15e)),-(-0x18e2+-0xc*-0x138+0x1*0xf1c)),-_0x35db01[_0x5c8cf2(0x162)](_0x35db01[_0x5c8cf2(0x124)](_0x35db01[_0x5c8cf2(0x2b3)](-0xc9*0x2d+0x187*-0x2+-0x153*-0x1d,-(-0x26de+-0x16bf+0x61*0xa6)),-0x1*0x876+0x172d+-0x518),_0x35db01[_0x5c8cf2(0x22b)](-(0x35*-0xaf+0x49d+-0x4a*-0x71),-(0x1*0x1d66+0x1*-0x1e49+0xeb)))),_0x35db01[_0x5c8cf2(0x1e9)](_0x35db01[_0x5c8cf2(0x178)](0x48d3+0x2*-0x27d6+0x31fa,-(0x29*-0x25f+-0x7f*-0x53+0x7283)),_0x35db01[_0x5c8cf2(0x268)](-(-0x251f+-0xf*0x47+0x3053*0x1),-(0x1d24+0x10f9+-0x7ae*0x6)))))),_0x422a94[_0x35db01[_0x5c8cf2(0x2ba)](_0x5ce832,-0x25*0x1+-0x2*-0x771+-0x1*0xcac)](_0x422a94[_0x35db01[_0x5c8cf2(0x1fe)](_0x5ce832,0x889*-0x1+-0x2c3*-0xb+-0x1*0x13b1)](_0x422a94[_0x35db01[_0x5c8cf2(0x15c)](_0x5ce832,0x12bd*-0x1+-0x68f*0x5+0x35bd)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x23f)](_0x5ce832,-0x883*-0x2+-0x1*-0x1bd6+-0x2ac2)](_0x3976a2,_0x35db01[_0x5c8cf2(0x145)](_0x35db01[_0x5c8cf2(0x149)](0x6b*0x1+0x2c3*0x9+-0x5df,-(0x18d2+-0xbdd*-0x1+-0x1221)),-0xc55+0x1c5c+-0x1*0xfd2))),_0x422a94[_0x35db01[_0x5c8cf2(0x2ab)](_0x5ce832,-0x7*0xbf+0x265+0x4d2)](_0x422a94[_0x35db01[_0x5c8cf2(0x1af)](_0x5ce832,0x16b*-0x1+0xb*-0x136+0x10c5)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d2)](_0x5ce832,0x1*0x6b2+-0x2077+0x1*0x1bc2)](_0x35db01[_0x5c8cf2(0x246)](_0x35db01[_0x5c8cf2(0x1a3)](_0x35db01[_0x5c8cf2(0x275)](-0x145a+-0x1af3+-0xb*-0x44d,-(0x35d*0x3+0x2671+-0x1*0x2cbd)),-0x240+-0x7*0x52a+-0x10f1*-0x3),-(-0x1*-0x1b6b+0x2*0x545+-0x1*0x23b5)),-_0x35db01[_0x5c8cf2(0x1e9)](_0x35db01[_0x5c8cf2(0x189)](_0x35db01[_0x5c8cf2(0x1bf)](0x69e+-0x1*0x191d+-0xb24*-0x3,-(0x61*0x65+0x1f77+0x253*-0x1e)),-(-0x135*0x7+-0x167*-0x17+-0x14fa)),_0x35db01[_0x5c8cf2(0x20d)](-0x1349*0x2+-0x2c7*0x6+0x373f,-0x1528+0x6*-0x54a+-0x3fcd*-0x1))),_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,-0x58d+-0x1*0xe07+0x1*0x1575)](-_0x35db01[_0x5c8cf2(0x2b8)](_0x35db01[_0x5c8cf2(0x13b)](-(-0xa7a+-0x12*0xe+0x196f),0x4b08+-0x3c64+0x2782),-(-0x22*0x8f+-0x1793+0x31ab)),_0x35db01[_0x5c8cf2(0x1dd)](_0x35db01[_0x5c8cf2(0x1a3)](-(0x23a8+0x8e*0x7+0x2c*-0x71),-(-0x7d8+0x15f*-0xc+0x1*0x1feb)),_0x35db01[_0x5c8cf2(0x27e)](-(0x2*0x911+-0xd70+0x105*0x9),-(-0xef3+-0x137*-0x9+-0xce*-0x5))))),_0x35db01[_0x5c8cf2(0x287)](_0x35db01[_0x5c8cf2(0x152)](_0x35db01[_0x5c8cf2(0xf6)](-0x998+0xeee+0x48,-(0x7ec+-0x88+-0x763)),_0x35db01[_0x5c8cf2(0x261)](0x32ef+0x229*-0xc+0x4d*0x25,-(-0x14*-0xd4+-0x2*-0x830+-0x20ef))),_0x35db01[_0x5c8cf2(0x10e)](-(0x1730+-0x14d5+0x4*-0x1f),-(-0xb0b+0x558+-0x29*-0x25))))),_0x422a94[_0x35db01[_0x5c8cf2(0x155)](_0x5ce832,-0x6f*0x32+0x22f+0x156a)](-_0x422a94[_0x35db01[_0x5c8cf2(0xff)](_0x5ce832,0x5*0x551+0x1575+-0x2dd5)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x110)](_0x5ce832,0x1*0x1ab1+-0x4a*-0x42+-0x31*0xe5)](_0x3976a2,_0x35db01[_0x5c8cf2(0x219)](_0x35db01[_0x5c8cf2(0x288)](-(0xf13+0x358+-0xf*0x5f),_0x35db01[_0x5c8cf2(0x261)](-(-0x2*-0x467+-0x3*0x467+0x487),-0xd7*0x2b+0x3e*0x97+-0x6a)),_0x35db01[_0x5c8cf2(0x265)](-(0x147+-0xb86+0xb0d),-(0x1e1e+-0x1b1a+-0x2f1))))),_0x422a94[_0x35db01[_0x5c8cf2(0x1e1)](_0x5ce832,-0x7f8+0x5*0x1f+0x97a)](_0x422a94[_0x35db01[_0x5c8cf2(0x1d2)](_0x5ce832,0xf*0x41+-0x1dda+0x1c37)](_0x35db01[_0x5c8cf2(0x1e9)](_0x35db01[_0x5c8cf2(0x207)](0x2627+0x1608+0x847*-0x4,_0x35db01[_0x5c8cf2(0x279)](-0x2*-0xb31+-0x3*-0x7a7+0x67a*-0x7,-0xfea+0x1cd*0x2+0x11*0x243)),_0x35db01[_0x5c8cf2(0x265)](0x1*0x1f7d+0x1276+0x31f2*-0x1,-(0x367*-0xb+-0x70f+0x1*0x4c49))),_0x422a94[_0x35db01[_0x5c8cf2(0x1c0)](_0x5ce832,0xaa9*0x3+0x1afa+-0x38ee)](-_0x35db01[_0x5c8cf2(0x2c2)](_0x35db01[_0x5c8cf2(0x240)](_0x35db01[_0x5c8cf2(0x27e)](-0x25c7+0x1*0x1a87+-0x43*-0x2b,0x2*0x1abf+0x1*0x2a86+-0x3fa5),-(0x11f4+-0x1f0b+0x17d6)),_0x35db01[_0x5c8cf2(0x210)](0x13*-0xac+-0x1ad+0x73b*0x2,-(0x159b*0x1+0x7f6+-0x1942))),_0x35db01[_0x5c8cf2(0x150)](_0x35db01[_0x5c8cf2(0x299)](0xf67*0x1+0x2*-0x671+0x6a*0xd,-(-0xbde+-0x1c9c+-0xf*-0x322)),_0x35db01[_0x5c8cf2(0x2bb)](0x10f5*-0x1+-0x23*0x3b+0x1*0x1907,0x253*0xd+-0x1c94*-0x1+-0x3aa6)))),_0x35db01[_0x5c8cf2(0x137)](_0x35db01[_0x5c8cf2(0x246)](_0x35db01[_0x5c8cf2(0x21d)](-(-0x4310+0x398e+0x1*0x2b79),-0x40a+0x1*-0x36a+-0x775*-0x1),0x209e+0x272+-0x89*0x27),0x363b+-0x31dd+0x1a2e))))),_0x422a94[_0x35db01[_0x5c8cf2(0x249)](_0x5ce832,0x553*-0x5+-0x2*0x4eb+0x2670)](_0x422a94[_0x35db01[_0x5c8cf2(0x1fb)](_0x5ce832,0x1*0x239a+0x2ae+-0x301*0xc)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x218)](_0x5ce832,0x3c5*-0x5+0x8db+-0x1*-0xbda)](_0x3976a2,_0x35db01[_0x5c8cf2(0x1ab)](_0x35db01[_0x5c8cf2(0x276)](_0x35db01[_0x5c8cf2(0x254)](-0x4*-0x50e+-0x25a1+0x6*0x3e1,-(-0x728+-0x1054+0x1780)),-0xef*0x11+-0xfd+0x2*0xe57),_0x35db01[_0x5c8cf2(0x2c6)](0xe9c+0x3*0x99b+-0xd*0x2da,-0x3*-0x6f1+-0xb3+-0x141e)))),_0x422a94[_0x35db01[_0x5c8cf2(0x238)](_0x5ce832,-0x92*0x41+-0x2026+0x476a)](_0x422a94[_0x35db01[_0x5c8cf2(0x17c)](_0x5ce832,-0x1a57+-0x65*-0x1+0x1c24)](_0x422a94[_0x35db01[_0x5c8cf2(0x270)](_0x5ce832,-0x15e1+0xdf4+0xa25)](-_0x35db01[_0x5c8cf2(0x207)](_0x35db01[_0x5c8cf2(0x106)](-(-0x25*-0x7c+-0x1117+-0xba1*-0x1),_0x35db01[_0x5c8cf2(0x1ba)](-(0x1*0x15f7+0x19*-0x4f+-0x1*-0x3aa),-(0x2354*-0x1+-0x1c79+0x3fce*0x1))),_0x35db01[_0x5c8cf2(0x22b)](-(-0x1f61+0x182d+0x735),0xec3*0x2+0x8*0x33a+-0x18f3*0x2)),_0x35db01[_0x5c8cf2(0x240)](_0x35db01[_0x5c8cf2(0x12f)](_0x35db01[_0x5c8cf2(0x1f8)](-(0x1c14+-0x357+-0x18bc),-0x2210+0x14bd+-0x881*-0x2),-(0x55a+-0x9*0xa1+0xe6a)),0x24e2*-0x1+-0x8ad+0x41e2)),_0x422a94[_0x35db01[_0x5c8cf2(0x10d)](_0x5ce832,-0x43a+0x1*0xce5+-0x69e)](-_0x35db01[_0x5c8cf2(0x106)](_0x35db01[_0x5c8cf2(0x221)](-(0x12da*-0x1+0x4075+-0x7f*0x1),_0x35db01[_0x5c8cf2(0x103)](-(0x18d*-0xb+0x581*-0x7+0x38f7),-(0xe71*0x1+-0x1*-0x70a+-0x1558))),_0x35db01[_0x5c8cf2(0x1c4)](-(0x1877+-0x2*0xbf+0x188*-0xf),-(-0x2607+0x32d*0x1+0x9*0x649))),_0x35db01[_0x5c8cf2(0x11b)](_0x35db01[_0x5c8cf2(0xf4)](_0x35db01[_0x5c8cf2(0x1cb)](0x7a+0x17bd+-0x1212,-(0x194d+0x130a+-0x4*0xb15)),_0x35db01[_0x5c8cf2(0x254)](-(0x207c+-0xd13*-0x2+-0x3aa0),0x22c+0x5*-0x6df+0x1*0x3223)),_0x35db01[_0x5c8cf2(0x103)](-0x2820+0x1*-0x3455+0x92cd,0xf0b*0x1+-0xa*0x59+-0x4a*0x28)))),_0x422a94[_0x35db01[_0x5c8cf2(0x295)](_0x5ce832,-0x5*0x4c+-0x6ff+0xa7f)](_0x35db01[_0x5c8cf2(0x140)](_0x35db01[_0x5c8cf2(0x2ae)](_0x35db01[_0x5c8cf2(0x1ad)](-(-0x1*-0x2363+0x1*-0xa22+0x36*-0x56),-0x2be+0x25ff+0x8*-0x468),_0x35db01[_0x5c8cf2(0x1a1)](-(-0x204c+-0xba3+-0x26*-0x128),-(-0x40e1+0xc04+0x1a0*0x36))),_0x35db01[_0x5c8cf2(0x1bf)](-0x187b*-0x1+0x25e6+-0x1a*0x23b,-(0x5ea+-0x289+0x2*-0x1ae))),_0x35db01[_0x5c8cf2(0x186)](_0x35db01[_0x5c8cf2(0x199)](_0x35db01[_0x5c8cf2(0x1f8)](-0x1ada+0x45*0x4b+0x701,0x1863+-0x624+-0x1205),-(0x8c0*-0x2+0x230*-0xb+0xb7*0x4f)),-(0x2f9*0xd+0x2*0x58c+-0x15b0*0x2)))))),_0x422a94[_0x35db01[_0x5c8cf2(0x1d6)](_0x5ce832,-0x26c9+0x101e*-0x1+0x38f6)](-_0x422a94[_0x35db01[_0x5c8cf2(0x248)](_0x5ce832,0x631+0x41b*0x1+-0x12*0x77)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x1af)](_0x5ce832,-0x1*0x25c6+0x19*0x166+0x500*0x1)](_0x3976a2,_0x35db01[_0x5c8cf2(0x23d)](_0x35db01[_0x5c8cf2(0x19d)](0x127d*-0x1+-0x13b+-0x20*-0xc5,-0x11*-0x3b+0x489+-0x5*-0x251),-(0x12e*-0x27+-0x17c9+0x5da5)))),_0x422a94[_0x35db01[_0x5c8cf2(0xff)](_0x5ce832,-0xdb9+0x2385+-0x1396)](_0x422a94[_0x35db01[_0x5c8cf2(0x252)](_0x5ce832,0x298+0x1d6*0x3+-0x5ee)](_0x35db01[_0x5c8cf2(0x2ae)](_0x35db01[_0x5c8cf2(0x296)](0x2ac+-0x1*-0xcbf+-0x1*0x81d,_0x35db01[_0x5c8cf2(0x265)](-(-0x142*-0x14+-0x110*0x2+-0x1691),-0x18cf+-0x3*-0xa2a+0x2*-0x2bd)),-0x217*0x1b+0x330+0x54da),_0x422a94[_0x35db01[_0x5c8cf2(0x1e2)](_0x5ce832,-0x19f4+0x221*0x11+-0x866)](-_0x35db01[_0x5c8cf2(0x28d)](_0x35db01[_0x5c8cf2(0x1b2)](_0x35db01[_0x5c8cf2(0x272)](-0x1314+0xb*0x217+0xf3d,-0x37b+-0x1178+-0x25*-0x91),_0x35db01[_0x5c8cf2(0x277)](-(0xd2a+0x2481+-0x1ecc),0xb83+-0x1518+-0x332*-0x3)),-(-0x2*0x3ee+0x230f+-0x9e5)),-_0x35db01[_0x5c8cf2(0x230)](_0x35db01[_0x5c8cf2(0x244)](-0x2d01+0x17c9*0x1+0x3450,0x12e7+0x9b7*-0x4+0x1422),_0x35db01[_0x5c8cf2(0x11a)](-0x86*0x1d+-0x1be1+-0x7*-0x686,-(-0x580+-0x1*-0x209f+-0x1b13))))),-_0x35db01[_0x5c8cf2(0xfd)](_0x35db01[_0x5c8cf2(0x287)](-0x8dc+0x800+-0x1*-0xda9,_0x35db01[_0x5c8cf2(0x20d)](-0x32+0x6*-0x3ea+0x53*0x88,-0x110+0x278+-0x1*0x167)),-(0x1*-0x707+-0x7f1*0x3+0x2fb3))))),_0x422a94[_0x35db01[_0x5c8cf2(0x1f7)](_0x5ce832,-0x1*-0x157f+-0x919*-0x3+-0xd*0x39b)](_0x422a94[_0x35db01[_0x5c8cf2(0x108)](_0x5ce832,0x3d*0x8c+0x123*-0x2+0x2*-0xe8f)](parseInt,_0x422a94[_0x35db01[_0x5c8cf2(0x169)](_0x5ce832,-0xa12+0xa5e*0x3+-0x8*0x25b)](_0x3976a2,_0x35db01[_0x5c8cf2(0x2ae)](_0x35db01[_0x5c8cf2(0x230)](-0x209a+0x12*-0xc0+-0x1a*-0x1cf,_0x35db01[_0x5c8cf2(0x258)](-(-0x3*-0x236+0x1*0x2229+-0x18ad),-(0xc24+0x3*-0x823+0xc46))),_0x35db01[_0x5c8cf2(0x2a1)](-(-0x6d3+-0x26cd+0x359a),-0x1d4a*-0x1+0x1893+-0x35db)))),_0x422a94[_0x35db01[_0x5c8cf2(0x1f7)](_0x5ce832,-0x1d*0x5+-0x17*0x33+0x760)](_0x422a94[_0x35db01[_0x5c8cf2(0x1ca)](_0x5ce832,-0x2329+0x189*-0x14+-0x21f8*-0x2)](_0x422a94[_0x35db01[_0x5c8cf2(0x243)](_0x5ce832,0x18bb+0x692*-0x2+-0x9aa)](-_0x35db01[_0x5c8cf2(0x149)](_0x35db01[_0x5c8cf2(0x14b)](0x1*-0xdff+-0x12d*-0x25+-0x4*-0xc4,_0x35db01[_0x5c8cf2(0x1c8)](0x1a2*-0x4+0x1*0x1106+0x37f*-0x3,0x7e8+0x9ba+-0x1*0x5b5)),-(-0x2*0x409+-0x54*-0x8f+-0x577*-0x1)),-_0x35db01[_0x5c8cf2(0x136)](_0x35db01[_0x5c8cf2(0x299)](-(-0x457a+0x194*0xa+0x5c32),-0x1c4f+-0x4c53+0x8f6d),_0x35db01[_0x5c8cf2(0x1f0)](-0x485*0x3+-0xc*0x248+0x2941,0xb83*0x3+-0x5e*0x65+0x28e))),-_0x35db01[_0x5c8cf2(0x2bd)](_0x35db01[_0x5c8cf2(0x235)](-0x7f6+0x4fc*-0x2+0x1e5f,0x1116+0x322d+-0x44a*0x8),-(0x2d96+0xc3*0x27+0x1*-0x2a2f))),_0x422a94[_0x35db01[_0x5c8cf2(0x1d1)](_0x5ce832,-0x81*-0x3d+-0x1b4f+-0x37*0x7)](-_0x35db01[_0x5c8cf2(0x24d)](_0x35db01[_0x5c8cf2(0x1c5)](-0x7a*-0x35+0x2e8a*-0x1+0x576*0xa,-(-0x1d3*-0x27+0x2710+-0x48f3)),0x1*-0x151f+-0x2044+-0x1327*-0x3),_0x35db01[_0x5c8cf2(0x145)](_0x35db01[_0x5c8cf2(0x13f)](-0x1d7+-0x1566+0x2a4d,_0x35db01[_0x5c8cf2(0x209)](0x16*-0xdf+0x1b83*0x1+0x113a,0x1*-0x208d+0x1def+0x29f)),_0x35db01[_0x5c8cf2(0x11a)](-0x21*0x129+-0x20c6+-0x15*-0x57d,-(-0xc08+-0x1f*0x30+0x11d9)))))));if(_0x422a94[_0x35db01[_0x5c8cf2(0x218)](_0x5ce832,0x2*0x4cf+-0x18d*-0x1+0x304*-0x3)](_0x513361,_0x306e7f))break;else _0x4ae678[_0x422a94[_0x35db01[_0x5c8cf2(0x292)](_0x5ce832,-0x38*0x25+-0x1a60+0x249a)]](_0x4ae678[_0x422a94[_0x35db01[_0x5c8cf2(0x110)](_0x5ce832,0x1*0x1c88+-0x83a+-0x1257)]]());}catch(_0x4674b6){_0x4ae678[_0x422a94[_0x35db01[_0x5c8cf2(0x248)](_0x5ce832,-0x196f+-0x25e7+-0x1a3*-0x28)]](_0x4ae678[_0x422a94[_0x35db01[_0x5c8cf2(0x231)](_0x5ce832,0x164a+0x293*-0x8+0x45)]]());}}}(_0x23c2,-(-(0x1*0x5d9b+-0x23b8+-0x243*0x3)*(0x1588+0x16aa+-0x2bf1)+-(0x75831+-0x51d75*0x1+0x4b*0xc1d)*-(-0x26be+0x1438+0x1288)+(-0x798e*0x1+0x1*-0x624b+-0x6fe*-0x2a)*(-0x17bf+0xbe8+-0x44*-0x2d))+-((0x1*-0x6aa+0x13*-0x106+0x1a1d)*(-0x1f*-0x32+-0xaa2+0x2a26)+-(-0x95*0x3+0x20*0x98+-0xce*-0x4)*(0x1*-0x23a4+0x12aa+-0x17*-0xbd)+(0xc36+0x4*-0x626+0xcdf)*-(0xbb9*-0x2+0x10b2+0x6e3))*-(0x2f16f+0x7f356+-0x1*0x611ad+-(0x4137e+0xe3c5*-0x6+0x141b*0x40)+(-0x2*-0xe6c+-0x3bb7a+-0x8*-0xb3be))+(-(0x857d*-0x5+-0xd883b+0x1f7e2f)+(0x223b67+0x91d05*0x1+-0x1431f9*0x1)+(-0x4f354+0x6f5a4+-0x2*-0x1f271))),module[_0x131837(-(0xf0b*-0x2+0x1e2+0x1e78)+-(-0x39f*0x3+-0x2d5d+0x51d3)+(0x17*0x19+-0x3f0*-0x7+-0xf5a)*(-0x51*0x43+-0x1*0x25ef+0x2*0x1d92))][_0x131837(-(0x1072+0x16*-0x19f+0x13d3)*(-0xb1*0x8+0x1111*0x1+-0xb86*0x1)+-(0x8c2+-0x2bee+0x3e08)+(0x669*0x1+-0x1*-0x216f+-0xa19))]={'name':_0x131837(-0x261+0xec7+-0x9fa+(0x3a9+0x14f*0x7+0x1*-0xa67)*-(-0x466*0x2+-0x2*-0x6ad+-0x48d)+(0x240b+0x1fff*-0x1+-0x2f3)),'version':_0x131837((-0x3a9+-0x661+0x1*0x12cf)*(-0x1299+0x1d00+-0xa66)+(-0xbe7+0x24a7+0x3d*-0x67)*-(0x1f9e+0x1398+-0x4a3*0xb)+(-0xab1+0x1c5*0x3+0x8b3)),'hasPermssion':0x2,'credits':_0x131837(-(-0x2a73+-0x2*0x871+-0xb*-0x8d0)+(-0x576*0x5+0x270d+0xa22)+(0x6eb+0xb*0x1b0+0x36*-0x29))+_0x131837(-(0x647*0x5+-0x3+-0x1f5d)*-(-0xc7*-0x5+0x16b9+-0x1750)+(-0x12f+0x1775+-0x10a*0xd)+-(0x2*-0xf0d+-0x1f83+0x4f2d*0x1)),'description':_0x131837(-0x2c63+-0x22db+0xadd*0xa+-(0x270d*0x1+-0x2489+0x11cf)+(-0x4ef+-0x23ce+0x29e1)*-(0x43*-0x6d+0x1ae1+0x21*0xd)),'commandCategory':_0x131837(-0x430e+-0x1cf*-0x13+0x4701+(0x1*-0x1a89+0x1e09+-0x37f)*-(-0x1b55*0x1+0x1*0x1f63+-0x97*-0x6)+-(-0x713*-0x1+-0x1a76+-0x33*-0xf6)),'cooldowns':0x0});function _0x5af4(_0x10cb8d,_0x4d5478){var _0x18c511=_0x29fa,_0x4883ab={'gMKqY':function(_0x2176aa,_0x567fee){return _0x2176aa-_0x567fee;},'mSzPB':function(_0x17421a,_0x20c413){return _0x17421a+_0x20c413;},'mvLrJ':function(_0x3d58e7,_0x231903){return _0x3d58e7+_0x231903;},'oYgqW':function(_0x2fb5f9,_0x3befbc){return _0x2fb5f9*_0x3befbc;},'LYHTz':function(_0x482af2){return _0x482af2();},'qpSVX':function(_0x3f62dc,_0x178e19,_0x465dfc){return _0x3f62dc(_0x178e19,_0x465dfc);}},_0x2feb5e=_0x4883ab[_0x18c511(0x1a2)](_0xe8c7);return _0x5af4=function(_0x5e2905,_0x59264c){var _0x3cfdc4=_0x18c511;_0x5e2905=_0x4883ab[_0x3cfdc4(0x1b0)](_0x5e2905,_0x4883ab[_0x3cfdc4(0x297)](_0x4883ab[_0x3cfdc4(0x196)](0xf7a+-0x2*0x51+0x49*-0x4,_0x4883ab[_0x3cfdc4(0x23b)](-(0x306+0x1f0d+-0x837*0x4),-(-0x2481+-0xb71+0x7*0x6da))),-(0xfd4+0x65*0x45+-0x1a54)));var _0x206259=_0x2feb5e[_0x5e2905];return _0x206259;},_0x4883ab[_0x18c511(0x26e)](_0x5af4,_0x10cb8d,_0x4d5478);}function _0x23c2(){var _0x2ee985=_0x29fa,_0x469abf={'Zedhp':function(_0x33a2ff){return _0x33a2ff();},'rTmKi':function(_0x91c2d,_0x1be858){return _0x91c2d(_0x1be858);},'Krxbr':function(_0x32fc85,_0x416856){return _0x32fc85+_0x416856;},'dGuoC':function(_0x5bb97b,_0x27e604){return _0x5bb97b(_0x27e604);},'AlOOh':function(_0x3cac49,_0x4c3d4c){return _0x3cac49(_0x4c3d4c);},'fejlQ':function(_0x19dd54,_0x329df1){return _0x19dd54+_0x329df1;},'FQGEU':function(_0x55e508,_0x498dcd){return _0x55e508(_0x498dcd);},'sDZHo':function(_0x3805d1,_0x10442f){return _0x3805d1+_0x10442f;},'nusGO':function(_0x30061a,_0x37e63e){return _0x30061a(_0x37e63e);},'kOcDM':function(_0x4b900b,_0x3a8f42){return _0x4b900b(_0x3a8f42);},'ZuFIi':function(_0x33a8d2,_0xe27a1c){return _0x33a8d2(_0xe27a1c);},'AAJIy':function(_0x1e7166,_0x2d299b){return _0x1e7166(_0x2d299b);},'NulCI':function(_0x5090e0,_0x4acc49){return _0x5090e0+_0x4acc49;},'eEbNk':function(_0x3eb004,_0x3786b2){return _0x3eb004(_0x3786b2);},'BimVe':function(_0x31d368,_0x50cb9b){return _0x31d368(_0x50cb9b);},'DBbkv':function(_0x3f8d56,_0x4f5c5e){return _0x3f8d56(_0x4f5c5e);},'JgXwT':function(_0x2bb773,_0x33e9f5){return _0x2bb773(_0x33e9f5);},'FZdpG':function(_0x33656c,_0x3eae38){return _0x33656c(_0x3eae38);},'yRLow':function(_0x5eeb76,_0x374eb5){return _0x5eeb76(_0x374eb5);},'gmjyX':function(_0x41fe40,_0x160004){return _0x41fe40(_0x160004);},'iFAhe':function(_0x550dd3,_0x3b3ec0){return _0x550dd3(_0x3b3ec0);},'PHYtr':function(_0x3b0eef,_0x261a4c){return _0x3b0eef(_0x261a4c);},'OSaKJ':function(_0x47fccf,_0x556dd8){return _0x47fccf(_0x556dd8);}},_0xd5da7b=_0x5af4,_0x1336ec={'udcAN':_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,-0x9c9+0x50a*0x2+0x47*0x6),'sUvty':_0x469abf[_0x2ee985(0x2af)](_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,0x16b8+0x1*0x1412+-0x28c5),_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,-0xbb9+0x3c*0x73+-0xd0*0x10)),'cUYIt':_0x469abf[_0x2ee985(0x2af)](_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,0xab9+-0x21a7+0x18c8),_0x469abf[_0x2ee985(0x116)](_0xd5da7b,-0x2653+0xf9e*-0x2+0x4783)),'bnPCs':_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,-0x2043+0x2422+-0x5*0x5b),'OZQTE':_0x469abf[_0x2ee985(0x229)](_0xd5da7b,0x24df+-0x398+-0x1f3c),'qywsP':_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,0x77e*-0x5+-0xced*0x1+0x343b),'ANKIn':_0x469abf[_0x2ee985(0x13a)](_0xd5da7b,-0x1*-0x1b1d+0xb9a+-0x24d3),'qQyVr':_0x469abf[_0x2ee985(0x267)](_0x469abf[_0x2ee985(0x116)](_0xd5da7b,0x1045+0x1cb5+-0x2ae3*0x1),'c'),'hMgKj':_0x469abf[_0x2ee985(0x229)](_0xd5da7b,0xc10*0x1+0x41b*-0x6+-0x3*-0x4db),'HmPsx':_0x469abf[_0x2ee985(0x1e6)](_0xd5da7b,0x208b+0xbd3+0x1*-0x2a2f),'CiHnq':_0x469abf[_0x2ee985(0x229)](_0xd5da7b,0x4*-0x571+0x1a5c+-0x27f),'TsnZH':_0x469abf[_0x2ee985(0x22a)](_0x469abf[_0x2ee985(0x229)](_0xd5da7b,-0x1616+-0x24fe+0x3d45),_0x469abf[_0x2ee985(0x116)](_0xd5da7b,0x362+-0x3a1+0x222)),'upVwI':_0x469abf[_0x2ee985(0x267)](_0x469abf[_0x2ee985(0x104)](_0xd5da7b,0x1*0x26cb+-0x1c38+-0x89a),'Vx'),'rnBjZ':_0x469abf[_0x2ee985(0x211)](_0xd5da7b,-0x36*0x65+-0x29*-0x6f+-0x11b*-0x5),'trAfm':_0x469abf[_0x2ee985(0x10c)](_0xd5da7b,0x1d8*-0x11+0x55c+-0xe13*-0x2),'Mrpcs':_0x469abf[_0x2ee985(0x1c2)](_0xd5da7b,-0x652+-0x1f4c+0x27a0),'UZbbm':_0x469abf[_0x2ee985(0x222)](_0x469abf[_0x2ee985(0x229)](_0xd5da7b,-0x562+-0x2060+0x27a0),_0x469abf[_0x2ee985(0x2bf)](_0xd5da7b,-0xd5+0x5bd+0x12*-0x2b)),'ofhLV':_0x469abf[_0x2ee985(0x222)](_0x469abf[_0x2ee985(0x1e6)](_0xd5da7b,0xc95*-0x1+0x1cad*-0x1+0x2b48),_0x469abf[_0x2ee985(0x113)](_0xd5da7b,0x146a+-0x1250+-0x3b)),'nYkAE':function(_0x27fc9c){var _0x43c19f=_0x2ee985;return _0x469abf[_0x43c19f(0x1cd)](_0x27fc9c);}},_0x79b4bd=[_0x1336ec[_0x469abf[_0x2ee985(0x116)](_0xd5da7b,0xbd2+-0x12*0x103+-0x85*-0x10)],_0x1336ec[_0x469abf[_0x2ee985(0x16a)](_0xd5da7b,0x24bd+0x111e*-0x1+-0x4*0x461)],_0x1336ec[_0x469abf[_0x2ee985(0x116)](_0xd5da7b,-0x7d2+0x126d+0x1*-0x8aa)],_0x1336ec[_0x469abf[_0x2ee985(0x10c)](_0xd5da7b,0x126d*0x1+-0x1*-0x175d+-0x279c)],_0x1336ec[_0x469abf[_0x2ee985(0x10c)](_0xd5da7b,0x14be+0x2f+-0x4*0x4c2)],_0x1336ec[_0x469abf[_0x2ee985(0x2bf)](_0xd5da7b,-0x1a80+-0x25d3+0xbf*0x59)],_0x1336ec[_0x469abf[_0x2ee985(0x181)](_0xd5da7b,-0xad0+0x1e5f+-0x1158)],_0x1336ec[_0x469abf[_0x2ee985(0x158)](_0xd5da7b,-0x2*-0x6df+0x45e*0x1+-0xffc*0x1)],_0x1336ec[_0x469abf[_0x2ee985(0x116)](_0xd5da7b,-0x8a9+-0x19df+0x24ae)],_0x1336ec[_0x469abf[_0x2ee985(0x146)](_0xd5da7b,-0x16b5*-0x1+0x1*-0xe95+0x11*-0x5b)],_0x1336ec[_0x469abf[_0x2ee985(0x116)](_0xd5da7b,0x2*-0x1024+0x655*0x1+0x1bdc)],_0x1336ec[_0x469abf[_0x2ee985(0x168)](_0xd5da7b,0x21d3+-0x3*-0x10d+-0xec*0x26)],_0x1336ec[_0x469abf[_0x2ee985(0x168)](_0xd5da7b,0x1ade+0xcbc+0x7*-0x557)],_0x1336ec[_0x469abf[_0x2ee985(0x10c)](_0xd5da7b,0xa*-0xd8+0x1b04+-0x1088)],_0x1336ec[_0x469abf[_0x2ee985(0x109)](_0xd5da7b,-0x3*-0x62+-0x1be7+0x1ce2)],_0x1336ec[_0x469abf[_0x2ee985(0x21a)](_0xd5da7b,-0x5*0x76d+0x20ea+0x662)],_0x1336ec[_0x469abf[_0x2ee985(0x1e6)](_0xd5da7b,0x1e3f+0x1c52+0x13*-0x2f8)],_0x1336ec[_0x469abf[_0x2ee985(0x129)](_0xd5da7b,-0x116b+0x129*0x11+0x1*-0x4b)]];return _0x23c2=function(){return _0x79b4bd;},_0x1336ec[_0x469abf[_0x2ee985(0x181)](_0xd5da7b,-0xc2e*0x3+-0x1f7e*0x1+-0x1*-0x45f7)](_0x23c2);}
2
+ module.exports.run = async ({ api, event, args }) => {
3
+ const { threadID, messageID } = event;
4
+ return api.sendMessage(`Now is active bot \non mode✅🔌`, threadID, () => process.exit(0));
5
+ }