Advertisement
Guest User

That fake Pokemon Go free coin scam going about

a guest
Jul 20th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.30 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="robots" content="noindex" />
  8. <title>Pokemon GO Coins & Pokeballs Hack - EasyPokecoins.com</title>
  9. <meta name="description" content="Generate unlimited PokeCoins, and PokeBalls for free, online.">
  10. <meta name="keywords" content="">
  11. <meta name="viewport" content="width=device-width">
  12.  
  13. <meta property="og:title" content="Pokemon GO Coins & Pokeballs Hack - EasyPokecoins.com" />
  14. <meta property="og:site_name" content="easypokecoins.com"/>
  15. <meta property="og:url" content="http://easypokecoins.com" />
  16. <meta property="og:description" content="Generate unlimited PokeCoins, and PokeBalls for free, online." />
  17. <meta property="og:type" content="website" />
  18. <meta property="og:image" content="https://s32.postimg.org/4yt4cpktx/pokecoins_189608_640x320.jpg" />
  19.  
  20. <link rel="shortcut icon" href="favicon-link.ico" />
  21.  
  22. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
  23. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
  24. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap-theme.min.css">
  25. <link rel="stylesheet" href="/assets/css/base1.css" />
  26. <style>#widget{width: 100%;height: 100%;min-height: 50rem;border: 0;}</style>
  27.  
  28. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
  29. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script>
  30. <script>
  31. if (document.addEventListener)
  32. document.addEventListener("contextmenu", function(e){ e.preventDefault(); }, false);
  33. else
  34. document.attachEvent("contextmenu", function(e){ e.preventDefault(); });
  35. </script>
  36. </head>
  37.  
  38. <body>
  39. <div class="modal fade" id="unlock-modal" tabindex="-1" role="dialog">
  40. <div class="modal-dialog modal-lg" role="document">
  41. <div class="modal-content">
  42. <div class="modal-header">
  43. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&#215;</span></button>
  44. <h4 class="modal-title" id="myModalLabel"></h4>
  45. </div>
  46. <div class="modal-body">
  47. <iframe id="widget" src="https://varkus.com/widget/0dm3d/" frameborder="0"></iframe>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52.  
  53. <div class="site-wrapper">
  54. <div class="site-wrapper-inner">
  55. <div class="cover-container">
  56. <div class="inner cover">
  57. <img src="https://s32.postimg.org/6bpeujvf9/pokemongo.png" class="img-responsive center-block" alt="">
  58. <div class="panel panel-default" id="hack-tool">
  59. <div class="panel-body" style="padding-bottom:0">
  60. <div id="content-locker" class="text-center">
  61. Before we can add resources to your account we must verify that you are human.
  62. This is to stop the loads of automated resource collectors we've recently been getting that overload the server.
  63. <br><br>
  64. <button class="btn btn-success" class="btn w-1 btn-default" data-toggle="modal" data-target="#unlock-modal">VERIFY</button>
  65. </div>
  66. <div id="loader">
  67. <div class="progress">
  68. <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  69. </div>
  70. </div>
  71. <p class="text-center" id="loading-message"></p>
  72. </div>
  73. <div id="form">
  74. <div class="form-group">
  75. <label for="u" class="control-label">Username</label>
  76. <div class="input-group">
  77. <div class="input-group-addon" style="min-width:47px;font-size:3rem"><i class="fa fa-user"></i></div>
  78. <input type="text" class="form-control" id="u" placeholder="Pokemon GO username">
  79. </div>
  80. <p class="text-danger" id="uerror" style="color:white">Invalid username</p>
  81. </div>
  82. <div class="form-group">
  83. <label for="c" class="control-label">Amount of PokeCoins</label>
  84. <div class="input-group">
  85. <div class="input-group-addon"><img src="https://s31.postimg.org/xx2k2lolz/coins.png" alt=""></div>
  86. <select id="c" class="form-control">
  87. <option value="2500">2,500</option>
  88. <option value="5200">5,200</option>
  89. <option value="14500">14,500</option>
  90. <option value="32000">32,000</option>
  91. <option value="66000">66,000</option>
  92. </select>
  93. </div>
  94. </div>
  95. <div class="form-group">
  96. <label for="p" class="control-label">Amount of PokéBalls</label>
  97. <div class="input-group">
  98. <div class="input-group-addon"><img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png" alt=""></div>
  99. <select id="p" class="form-control">
  100. <option value="200">200</option>
  101. <option value="400">400</option>
  102. <option value="800">800</option>
  103. <option value="1600">1600</option>
  104. <option value="3200">3200</option>
  105. </select>
  106. </div>
  107. </div>
  108. <div class="text-center">
  109. <button class="btn btn-success" id="generate">GENERATE</button>
  110. </div>
  111. </div>
  112. </div>
  113. <div class="panel-footer text-right">
  114. <span style="font-weight: bold;" class="label">Pokemon Go - PokeCoin, & PokeBall Generator version 3.89</span>
  115. </div>
  116. </div>
  117. <div class="panel panel-default">
  118. <div class="panel-heading">
  119. <h3 class="panel-title"><i class="fa fa-list"></i> Activity Feed</h3>
  120. </div>
  121. <div class="panel-body zero-pad">
  122. <ul class="list-group">
  123. <li class="list-group-item" id="af1">
  124. <i class="fa fa-angle-right"></i><strong>&nbsp;Successfully generated</strong> <i>66000</i> <img src="https://s31.postimg.org/xx2k2lolz/coins.png"> and <i>800</i> <img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png"> for <i>trapdoor48371</i>
  125. </li>
  126. <li class="list-group-item" id="af2">
  127. <i class="fa fa-angle-right"></i><strong>&nbsp;Successfully generated</strong> <i>2500</i> <img src="https://s31.postimg.org/xx2k2lolz/coins.png"> and <i>800</i> <img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png"> for <i>furnace</i>
  128. </li>
  129. <li class="list-group-item" id="af3">
  130. <i class="fa fa-angle-right"></i><strong>&nbsp;Successfully generated</strong> <i>5200</i> <img src="https://s31.postimg.org/xx2k2lolz/coins.png"> and <i>400</i> <img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png"> for <i>baboon196381</i>
  131. </li>
  132. <li class="list-group-item" id="af4">
  133. <i class="fa fa-angle-right"></i><strong>&nbsp;Successfully generated</strong> <i>32000</i> <img src="https://s31.postimg.org/xx2k2lolz/coins.png"> and <i>800</i> <img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png"> for <i>vines</i>
  134. </li>
  135. <li class="list-group-item" id="af5">
  136. <i class="fa fa-angle-right"></i><strong>&nbsp;Successfully generated</strong> <i>32000</i> <img src="https://s31.postimg.org/xx2k2lolz/coins.png"> and <i>400</i> <img src="https://s31.postimg.org/ug0hzmpjr/pokeballs.png"> for <i>snowball26241</i>
  137. </li>
  138. </ul>
  139. </div>
  140. <div class="panel-footer"></div>
  141. </div>
  142. <div class="panel panel-default chat-widget">
  143. <div class="panel-heading">
  144. <h3 class="panel-title"><i class="fa fa-comments-o"></i> Chat</h3>
  145. </div>
  146. <div class="panel-body zero-pad">
  147. <ul class="list-group">
  148. <li class="list-group-item" id="msg5">
  149. <span class="chat-username">cur52101</span><br>
  150. <span class="label label-default-2" style="background-color: #6b818c;">
  151. i hope this bug never gets fixed 32000 coins for free
  152. </span>
  153. </li>
  154. <li class="list-group-item" id="msg4">
  155. <span class="chat-username">potatoes</span><br>
  156. <span class="label label-default-2" style="background-color: #31e981;">
  157. OMG OMG 66000 coins this is the shit
  158. </span>
  159. </li>
  160. <li class="list-group-item" id="msg3">
  161. <span class="chat-username">saddle126441</span><br>
  162. <span class="label label-default-2" style="background-color: #ebbab9;">
  163. worth going thru the bot filter
  164. </span>
  165. </li>
  166. <li class="list-group-item" id="msg2">
  167. <span class="chat-username">curlew114601</span><br>
  168. <span class="label label-default-2" style="background-color: #b5ffe1;">
  169. maaaaan 66000 poke coins in 2 mins
  170. </span>
  171. </li>
  172. <li class="list-group-item" id="msg1">
  173. <span class="chat-username">obsidian70721</span>#<br>
  174. <span class="label label-default-2" style="background-color: #98dfea;">
  175. i hope this bug never gets fixed 32000 coins for free
  176. </span>
  177. </li>
  178. </ul>
  179. </div>
  180. <div class="panel-footer">
  181. <div class="row">
  182. <div class="col-lg-6 left">
  183. <div class="input-group">
  184. <div class="input-group-addon" style="min-width:47px;font-size:3rem"><i class="fa fa-user"></i></div>
  185. <input type="text" class="form-control" id="name" placeholder="Name">
  186. </div>
  187. <p class="text-danger" id="cerror" style="color: white">Name or message is too short!</p>
  188. </div>
  189. <div class="col-lg-6 right">
  190. <div class="input-group">
  191. <input type="text" class="form-control" id="msg" placeholder="Message...">
  192. <span class="input-group-btn">
  193. <button class="btn btn-success" type="button" id="sendMsg">Send</button>
  194. </span>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <div class="text-center">
  203. <div class="footer-links">
  204. <span class="copyright">&copy; Copyright 2016</span>
  205. </div>
  206. </div>
  207. </div>
  208. </div>
  209.  
  210. <script>
  211. /** @type {Array} */
  212. var _0xc7b8 = ["contextmenu", "preventDefault", "bind", "mycelium", "slimeball", "jukebox", "dispenser", "redstone", "egg", "tripwire", "clay", "coalore", "obsidian", "map", "flint", "sugarcane", "shears", "bookshelf", "sulphur", "blazerod", "sand", "sandstone", "snowball", "cauldron", "signpost", "tnt", "melon", "emerald", "bedrock", "furnace", "torch", "potatoes", "leather", "string", "carrots", "trapdoor", "stick", "catdisc", "saddle", "anvil", "rails", "sugar", "wheat", "clock", "cyandye", "birchwood",
  213. "vines", "dirt", "dandelion", "sign", "ladder", "dinosaur", "bass", "coyote", "butterfly", "bloodhound", "tamarin", "curlew", "kookaburra", "greyhound", "kitten", "mole", "kapi", "coot", "dingo", "rhinoceros", "blackfish", "baboon", "wigeon", "stork", "spoonbill", "bittern", "sandpiper", "caribou", "wasp", "cur", "machete", "sousaphone", "manhole", "ninja", "quibble", "bodacious", "jerboa", "rigmarole", "gauze", "topple", "snarky", "pilcrow", "idiopathic", "waddle", "effluvium", "mumpsimus", "trump",
  214. "gewgaw", "bauble", "turgid", "furbelows", "hoitytoity", "oblong", "burgoo", "hunky", "Connecting to server...", "Validating user...", "Generating SHA-256 verification strings...", "Validating blocks 1-256...", "Validating blocks 257-512...", "Connecting to game server...", "Establishing connection...", "Connection successful on port 87118", "Downloading data", "Downloading data.", "Downloading data..", "Downloading data...", "Extracting data", "Extracting data.", "Extracting data..", "Extracting data...",
  215. "Calculating CRC values...", "CRC Check...", "Packing data... 0%", "Packing data... 7%", "Packing data... 21%", "Packing data... 42%", "Packing data... 49%", "Packing data... 63%", "Packing data... 70%", "Packing data... 91%", "Packing data... 100%", "Sending", "Sending.", "Sending..", "Sending...", "Sending... done!", "Checking server response...", "Generating Resources", "Generating Resources.", "Generating Resources..", "Generating Resources...", "Generating Resources... done!", "Checking Server Response",
  216. "Checking Server Response.", "Checking Server Response..", "Checking Server Response...", "Checking Server Response... done!", "100% done!", "Finalizing Process", "Finalizing Process.", "Finalizing Process..", "Finalizing Process...", "Done", "2500", "5200", "14500", "32000", "66000", "25", "50", "150", "300", "600", "200", "400", "800", "1600", "3200", "I cannot believe it has worked", "Thanks just received 66000 coins", "3200 balls in 3 mins, damn this is amazing", "wow I\u2019m the richest pokemon master",
  217. "does it work?", "it works like charm, can\u2019t believe I just found this", "I was skeptical, at first. wish I would have found it faster", "this is the fastest working hack tool ever", "wow, I hope pokemon will never fix this. 32000 coins, 14500 balls, 300 incenses in 2 minutes", "what a greeat tool", "does this really work?", "best thing after pokemon release, I am rich", "holy fuck", "goddamn best tool", "must try it", "66000 coins, no ban. best tool", "i wish I was the only who knew about this",
  218. "keep it silent guys and use it as many times as you can", "i hope this bug never gets fixed 32000 coins for free", "maaaaan 66000 poke coins in 2 mins", "hoooly shit holy shit", "wtf is this really working?", "i had to wait 10 mins but worth it", "it worked on the 3rd try for me", "it worked on the 2nd try for", "i had to do it twice but it worked", "i\u2019ve done it twice, but shit it worked ", "wtf it worked 2nd time I just cannot believe it", "can\u2019t believe it worked", "gave me 66000 coins 400 balls 300 incenses",
  219. "OMG OMG 66000 coins this is the shit", "shit just got serious 32000 coin", "14500 coins sweet jesus", "wow just wow", "should I try it again? sometimes it works on the 2nd try", "it definitely works on the 2nd try", "worth going thru the bot filter", "stupid bot filter, but worth it going thru", "66000 coins worth the hustle with bot filter", "32000 coins wish it had no bot filter", "freaking bots, but worth it 32000 coins", "00120b", "35605a", "6b818c", "d8e4ff", "31e981", "08415c", "cc2936", "ebbab9",
  220. "388697", "b5ffe1", "25283d", "8f3985", "98dfea", "07beb8", "efd9ce", "1500", "3000", "2000", "000000", "hide", "#form", "show", "#loader", "%", "width", ".progress-bar", "hasOwnProperty", "html", "#loading-message", "#content-locker", "#af4", "#af5", "#af3", "#af2", "#af1", "<i class='fa fa-angle-right'></i><strong>&nbsp;Successfully generated</strong> <i>", "</i> <img src='https://s31.postimg.org/xx2k2lolz/coins.png'> and <i>", "</i> <img src='https://s31.postimg.org/8sbjp6p5j/incense.png'> and <i>", "</i> <img src='https://s31.postimg.org/ug0hzmpjr/pokeballs.png'> for <i>",
  221. "</i>", "#msg4", "#msg5", "#msg3", "#msg2", "#msg1", "<span class='chat-username'>", "</span><br><span class='label label-default-2' style='background-color:#", " !important;'>", "</span>", "val", "#name", "length", "#msg", "", "#cerror", "click", "#sendMsg", "#u", "#uerror", "#generate", "random", "floor"];
  222. $(function() {
  223. $(this)[_0xc7b8[2]](_0xc7b8[0], function(dataAndEvents) {
  224. dataAndEvents[_0xc7b8[1]]();
  225. });
  226. });
  227. /** @type {Array} */
  228. var usernames = [_0xc7b8[3], _0xc7b8[4], _0xc7b8[5], _0xc7b8[6], _0xc7b8[7], _0xc7b8[8], _0xc7b8[9], _0xc7b8[10], _0xc7b8[11], _0xc7b8[12], _0xc7b8[13], _0xc7b8[14], _0xc7b8[15], _0xc7b8[16], _0xc7b8[17], _0xc7b8[18], _0xc7b8[19], _0xc7b8[20], _0xc7b8[21], _0xc7b8[22], _0xc7b8[23], _0xc7b8[24], _0xc7b8[25], _0xc7b8[26], _0xc7b8[27], _0xc7b8[28], _0xc7b8[29], _0xc7b8[27], _0xc7b8[21], _0xc7b8[30], _0xc7b8[16], _0xc7b8[25], _0xc7b8[31], _0xc7b8[12], _0xc7b8[22], _0xc7b8[32], _0xc7b8[33], _0xc7b8[24],
  229. _0xc7b8[34], _0xc7b8[15], _0xc7b8[18], _0xc7b8[35], _0xc7b8[36], _0xc7b8[37], _0xc7b8[7], _0xc7b8[38], _0xc7b8[39], _0xc7b8[40], _0xc7b8[41], _0xc7b8[10], _0xc7b8[42], _0xc7b8[35], _0xc7b8[3], _0xc7b8[9], _0xc7b8[43], _0xc7b8[44], _0xc7b8[38], _0xc7b8[45], _0xc7b8[5], _0xc7b8[11], _0xc7b8[8], _0xc7b8[46], _0xc7b8[36], _0xc7b8[40], _0xc7b8[41], _0xc7b8[47], _0xc7b8[26], _0xc7b8[48], _0xc7b8[49], _0xc7b8[6], _0xc7b8[17], _0xc7b8[15], _0xc7b8[50], _0xc7b8[14], _0xc7b8[22], _0xc7b8[51], _0xc7b8[52],
  230. _0xc7b8[53], _0xc7b8[54], _0xc7b8[55], _0xc7b8[56], _0xc7b8[57], _0xc7b8[58], _0xc7b8[59], _0xc7b8[60], _0xc7b8[61], _0xc7b8[62], _0xc7b8[63], _0xc7b8[64], _0xc7b8[65], _0xc7b8[66], _0xc7b8[67], _0xc7b8[68], _0xc7b8[69], _0xc7b8[70], _0xc7b8[71], _0xc7b8[72], _0xc7b8[73], _0xc7b8[74], _0xc7b8[75], _0xc7b8[76], _0xc7b8[77], _0xc7b8[78], _0xc7b8[79], _0xc7b8[80], _0xc7b8[81], _0xc7b8[82], _0xc7b8[83], _0xc7b8[84], _0xc7b8[85], _0xc7b8[86], _0xc7b8[87], _0xc7b8[88], _0xc7b8[89], _0xc7b8[90], _0xc7b8[91],
  231. _0xc7b8[92], _0xc7b8[93], _0xc7b8[94], _0xc7b8[95], _0xc7b8[96], _0xc7b8[97], _0xc7b8[98], _0xc7b8[99], _0xc7b8[100]];
  232. var loadingMessages = {
  233. 2 : [_0xc7b8[101]],
  234. 4 : [_0xc7b8[102]],
  235. 6 : [_0xc7b8[103]],
  236. 8 : [_0xc7b8[104]],
  237. 10 : [_0xc7b8[105]],
  238. 12 : [_0xc7b8[106]],
  239. 14 : [_0xc7b8[107]],
  240. 16 : [_0xc7b8[108]],
  241. 18 : [_0xc7b8[109]],
  242. 18 : [_0xc7b8[110]],
  243. 19 : [_0xc7b8[111]],
  244. 20 : [_0xc7b8[112]],
  245. 21 : [_0xc7b8[109]],
  246. 22 : [_0xc7b8[110]],
  247. 23 : [_0xc7b8[111]],
  248. 24 : [_0xc7b8[112]],
  249. 32 : [_0xc7b8[113]],
  250. 33 : [_0xc7b8[114]],
  251. 34 : [_0xc7b8[115]],
  252. 35 : [_0xc7b8[116]],
  253. 40 : [_0xc7b8[117]],
  254. 42 : [_0xc7b8[118]],
  255. 43 : [_0xc7b8[119]],
  256. 44 : [_0xc7b8[120]],
  257. 45 : [_0xc7b8[121]],
  258. 46 : [_0xc7b8[122]],
  259. 47 : [_0xc7b8[123]],
  260. 48 : [_0xc7b8[124]],
  261. 49 : [_0xc7b8[125]],
  262. 50 : [_0xc7b8[126]],
  263. 51 : [_0xc7b8[127]],
  264. 62 : [_0xc7b8[128]],
  265. 63 : [_0xc7b8[129]],
  266. 64 : [_0xc7b8[130]],
  267. 65 : [_0xc7b8[131]],
  268. 66 : [_0xc7b8[132]],
  269. 72 : [_0xc7b8[133]],
  270. 73 : [_0xc7b8[134]],
  271. 74 : [_0xc7b8[135]],
  272. 75 : [_0xc7b8[136]],
  273. 76 : [_0xc7b8[137]],
  274. 77 : [_0xc7b8[138]],
  275. 84 : [_0xc7b8[139]],
  276. 85 : [_0xc7b8[140]],
  277. 86 : [_0xc7b8[141]],
  278. 87 : [_0xc7b8[142]],
  279. 88 : [_0xc7b8[143]],
  280. 95 : [_0xc7b8[144]],
  281. 96 : [_0xc7b8[145]],
  282. 97 : [_0xc7b8[146]],
  283. 98 : [_0xc7b8[147]],
  284. 99 : [_0xc7b8[148]],
  285. 100 : [_0xc7b8[149]]
  286. };
  287. /** @type {Array} */
  288. var coins = [_0xc7b8[150], _0xc7b8[151], _0xc7b8[152], _0xc7b8[153], _0xc7b8[154]];
  289. /** @type {Array} */
  290. var incenses = [_0xc7b8[155], _0xc7b8[156], _0xc7b8[157], _0xc7b8[158], _0xc7b8[159]];
  291. /** @type {Array} */
  292. var pokeballs = [_0xc7b8[160], _0xc7b8[161], _0xc7b8[162], _0xc7b8[163], _0xc7b8[164]];
  293. /** @type {Array} */
  294. var chatMessages = [_0xc7b8[165], _0xc7b8[166], _0xc7b8[167], _0xc7b8[168], _0xc7b8[169], _0xc7b8[170], _0xc7b8[171], _0xc7b8[172], _0xc7b8[173], _0xc7b8[174], _0xc7b8[175], _0xc7b8[176], _0xc7b8[177], _0xc7b8[178], _0xc7b8[179], _0xc7b8[180], _0xc7b8[181], _0xc7b8[182], _0xc7b8[183], _0xc7b8[184], _0xc7b8[185], _0xc7b8[186], _0xc7b8[187], _0xc7b8[188], _0xc7b8[189], _0xc7b8[190], _0xc7b8[191], _0xc7b8[192], _0xc7b8[193], _0xc7b8[194], _0xc7b8[195], _0xc7b8[196], _0xc7b8[197], _0xc7b8[198], _0xc7b8[199],
  295. _0xc7b8[200], _0xc7b8[201], _0xc7b8[202], _0xc7b8[203], _0xc7b8[204], _0xc7b8[205]];
  296. /** @type {Array} */
  297. var chatColors = [_0xc7b8[206], _0xc7b8[207], _0xc7b8[208], _0xc7b8[209], _0xc7b8[210], _0xc7b8[211], _0xc7b8[212], _0xc7b8[213], _0xc7b8[214], _0xc7b8[215], _0xc7b8[216], _0xc7b8[217], _0xc7b8[218], _0xc7b8[219], _0xc7b8[220]];
  298. /** @type {Array} */
  299. var chatSpeedRange = [_0xc7b8[221], _0xc7b8[222]];
  300. /** @type {Array} */
  301. var activitySpeedRange = [_0xc7b8[221], _0xc7b8[223]];
  302. /** @type {number} */
  303. var hackPercentageSpeed = 300;
  304. var userChatColor = _0xc7b8[224];
  305. /**
  306. * @return {undefined}
  307. */
  308. function generateResources() {
  309. $(_0xc7b8[226])[_0xc7b8[225]]();
  310. $(_0xc7b8[228])[_0xc7b8[227]]();
  311. /** @type {number} */
  312. i = 0;
  313. for (;i < 101;i++) {
  314. (function(pos) {
  315. setTimeout(function() {
  316. $(_0xc7b8[231])[_0xc7b8[230]](pos + _0xc7b8[229]);
  317. if (loadingMessages[_0xc7b8[232]](pos)) {
  318. $(_0xc7b8[234])[_0xc7b8[233]](loadingMessages[pos]);
  319. }
  320. if (pos >= 99) {
  321. $(_0xc7b8[228])[_0xc7b8[225]]();
  322. $(_0xc7b8[235])[_0xc7b8[227]]();
  323. }
  324. }, hackPercentageSpeed * pos);
  325. })(i);
  326. }
  327. }
  328. /**
  329. * @param {?} username
  330. * @param {?} coin
  331. * @param {?} dataAndEvents
  332. * @param {?} ball
  333. * @return {undefined}
  334. */
  335. function postToActivityFeed(username, coin, dataAndEvents, ball) {
  336. $(_0xc7b8[237])[_0xc7b8[233]]($(_0xc7b8[236])[_0xc7b8[233]]());
  337. $(_0xc7b8[236])[_0xc7b8[233]]($(_0xc7b8[238])[_0xc7b8[233]]());
  338. $(_0xc7b8[238])[_0xc7b8[233]]($(_0xc7b8[239])[_0xc7b8[233]]());
  339. $(_0xc7b8[239])[_0xc7b8[233]]($(_0xc7b8[240])[_0xc7b8[233]]());
  340. $(_0xc7b8[240])[_0xc7b8[233]](_0xc7b8[241] + coin + _0xc7b8[242] + ball + _0xc7b8[244] + username + _0xc7b8[245]);
  341. }
  342. /**
  343. * @param {?} text
  344. * @param {?} message
  345. * @param {?} json
  346. * @return {undefined}
  347. */
  348. function sendMessage(text, message, json) {
  349. $(_0xc7b8[247])[_0xc7b8[233]]($(_0xc7b8[246])[_0xc7b8[233]]());
  350. $(_0xc7b8[246])[_0xc7b8[233]]($(_0xc7b8[248])[_0xc7b8[233]]());
  351. $(_0xc7b8[248])[_0xc7b8[233]]($(_0xc7b8[249])[_0xc7b8[233]]());
  352. $(_0xc7b8[249])[_0xc7b8[233]]($(_0xc7b8[250])[_0xc7b8[233]]());
  353. $(_0xc7b8[250])[_0xc7b8[233]](_0xc7b8[251] + text + _0xc7b8[252] + json + _0xc7b8[253] + message + _0xc7b8[254]);
  354. }
  355. $(function() {
  356. postToActivityFeedBoot(usernames, coins, incenses, pokeballs);
  357. chatBoot(usernames, chatMessages, chatColors);
  358. });
  359. $(_0xc7b8[262])[_0xc7b8[261]](function() {
  360. username = $(_0xc7b8[256])[_0xc7b8[255]]();
  361. message = $(_0xc7b8[258])[_0xc7b8[255]]();
  362. if (username[_0xc7b8[257]] > 5 && message[_0xc7b8[257]] > 5) {
  363. color = message;
  364. sendMessage(username, message, color);
  365. message = $(_0xc7b8[258])[_0xc7b8[255]](_0xc7b8[259]);
  366. $(_0xc7b8[260])[_0xc7b8[225]]();
  367. } else {
  368. $(_0xc7b8[260])[_0xc7b8[227]]();
  369. }
  370. });
  371. $(_0xc7b8[265])[_0xc7b8[261]](function() {
  372. name = $(_0xc7b8[263])[_0xc7b8[255]]();
  373. if (name[_0xc7b8[257]] > 5) {
  374. generateResources();
  375. $(_0xc7b8[264])[_0xc7b8[225]]();
  376. } else {
  377. $(_0xc7b8[264])[_0xc7b8[227]]();
  378. }
  379. });
  380. /**
  381. * @return {?}
  382. */
  383. function modusername() {
  384. return Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * 4) + 1;
  385. }
  386. /**
  387. * @param {Array} c
  388. * @param {Array} err
  389. * @param {Array} backwards
  390. * @param {Array} d
  391. * @return {undefined}
  392. */
  393. function postToActivityFeedBoot(c, err, backwards, d) {
  394. username = c[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * c[_0xc7b8[257]])];
  395. if (modusername() != 3) {
  396. username = username + Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * 19994) + 1;
  397. }
  398. coin = err[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * err[_0xc7b8[257]])];
  399. incense = backwards[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * backwards[_0xc7b8[257]])];
  400. ball = d[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * d[_0xc7b8[257]])];
  401. postToActivityFeed(username, coin, incense, ball);
  402. speed = activitySpeedRange[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * activitySpeedRange[_0xc7b8[257]])];
  403. setTimeout(postToActivityFeedBoot, speed, c, err, backwards, d);
  404. }
  405. /**
  406. * @param {Array} c
  407. * @param {Array} err
  408. * @param {Array} cs
  409. * @return {undefined}
  410. */
  411. function chatBoot(c, err, cs) {
  412. username = c[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * c[_0xc7b8[257]])];
  413. if (modusername() != 3) {
  414. username = username + Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * 19994) + 1;
  415. }
  416. message = err[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * err[_0xc7b8[257]])];
  417. color = cs[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * cs[_0xc7b8[257]])];
  418. sendMessage(username, message, color);
  419. chatSpeed = chatSpeedRange[Math[_0xc7b8[267]](Math[_0xc7b8[266]]() * chatSpeedRange[_0xc7b8[257]])];
  420. setTimeout(chatBoot, chatSpeed, c, err, cs);
  421. };
  422. </script>
  423. </body>
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement