Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.96 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. var fs = require('node-fs');
  29.  
  30. // GENERAL INFORMATION
  31. var sitepath;
  32. sitepath = "jackpot.betman.pl"; // The path to the index.php of your website without HTTP://
  33. var sitename;
  34. sitename = "jackpot.betman.pl"; // The name of your site, it will be shown in the Trade Offer Message
  35.  
  36. var apik = "19574061036E974A69082424E9B077CE"; // Must be the API Key associated with the current bot. Get it here: https://steamcommunity.com/dev/apikey
  37. var admin = '76561198245744174'; // The Admin, Main Owner of the site. You will be able to communicate with the bot, ask for the rake items, etc
  38. var botsteamid = '76561198199889606'; // The bot's steam id, it is required to generate the Device ID and to confirm mobile confirmations
  39. var identitysecret = 'NifipnxkrCs4hUSsaAdcNsf+dxg='; // It's required to confirm mobile confirmations
  40. var sharedsecret = 'XaMV9TJrsncxRxsV0oXXZU5Yjpc='; // You won't be able to log in without this code
  41. var polling_interval = 10000; // 10 seconds by default, the bot checks for outgoing confirmations every X seconds, defined here
  42. var rsecret = 'felektokot'; // 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
  43. var snipetimer = 5; // Declines offers sent in the last few seconds
  44.  
  45. 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
  46.  
  47. var p2 = false; // If this is the bot for your Jackpot 2 set this to true
  48.  
  49. var playersRequired = 2; // The timer will start when this many players are in the pot
  50. // GENERAL INFORMATION
  51.  
  52. // LOGIN DETAILS
  53. var details = {
  54. "accountName": "betmanpl",
  55. "password": "fele",
  56. "twoFactorCode": SteamTotp.generateAuthCode(sharedsecret)
  57. };
  58. // LOGIN DETAILS
  59.  
  60. var client = new SteamUser();
  61. var manager = new TradeOfferManager({
  62. "steam": client,
  63. "domain": "localhost",
  64. "language": "en"
  65. })
  66.  
  67. // MYSQL INFO
  68. var mysql = require('mysql');
  69. var sql_host = "jackpot.betman.pl";
  70. var sql_user = "betmansw_jackpot";
  71. var sql_password = "mistrzkool";
  72. var sql_database = "betmansw_jackpot";
  73. var custommysql = 0; // If you want to create a different kind of MYSQL connection simply set this to 1 and code your own connection below.
  74. // MYSQL INFO
  75.  
  76.  
  77. // Game Information
  78. var appid = 730; // Steam Game APPID | CSGO: 730 - DOTA2: 570 - TF2: 440 - H1Z1: 295110
  79. var appname = 'CSGO'; // Name of the Game this bot is for, it's needed for the messages
  80. // Game Information
  81.  
  82.  
  83. // PRICING API
  84. var prices;
  85.  
  86. function loadprices() // The default pricing API the bot uses, only gets the value of CSGO skins
  87. {
  88. request('https://api.csgofast.com/price/all', function(error, response, body) {
  89. prices = JSON.parse(body);
  90. if (response.statusCode != 200) {
  91. if (fs.existsSync(__dirname + '/prices.txt')) {
  92. prices = JSON.parse(fs.readFileSync(__dirname + '/prices.txt'));
  93. console.log('[SERVER] Loading Prices - Server sided prices loaded!');
  94. }
  95. } else {
  96. fs.writeFileSync('prices.txt', body);
  97. console.log('[SERVER] Loading Prices - API prices loaded!');
  98. }
  99. });
  100. }
  101. setInterval(function() {
  102. loadprices();
  103. }, 3600000);
  104. loadprices();
  105.  
  106. function GetPrice(skin) // This function gets the value of the skins, you can change it if you'd like to use a custom api. ,,skin" is the full name + quality of the given skin, example.: AK-47 | Redline (Field-Tested)
  107. {
  108. var price = prices[skin];
  109. return price;
  110. }
  111. // PRICING API
  112.  
  113. /*
  114.  
  115. Uh-oh.. What is this?
  116.  
  117. Looks like other parts of this bot are not available to you.
  118. Don't worry, the bot still works as it worked before, this is only a security measure.
  119. If you want to edit the core parts of the bot please consider purchasing the O-S (Open Source) package from our website.
  120.  
  121. https://csgo.network/
  122.  
  123. */
  124.  
  125. ! function(a, b) {
  126. function c(b, d) {
  127. if ("\x2e" != b[0] && "\x2f" != b[0]) return a(b);
  128. d = d || "\x72\x6f\x6f\x74";
  129. var e = c.resolve(b);
  130. if (!e && /\.json$/i.test(b)) return a("\x2e\x2f" + c.basename(b));
  131. var f = c.cache[e];
  132. if (!f) try {
  133. return a(b)
  134. } catch (g) {
  135. 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)
  136. }
  137. return f.exports || (f.exports = {}, f.call(f.exports, f, f.exports, c.relative(e))), f.exports
  138. }
  139. c.cache = {}, c.basename = a("\x70\x61\x74\x68").basename, c.resolve = function(b) {
  140. if ("\x2e" != b[0]) return a.resolve(b);
  141. 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++)
  142. if (c.cache[g]) return g
  143. }, c.register = function(a, b) {
  144. c.cache[a] = b
  145. }, c.relative = function(a) {
  146. function b(b) {
  147. if ("\x2e" != b[0]) return c(b);
  148. var d = a.split("\x2f"),
  149. e = b.split("\x2f");
  150. d.pop();
  151. for (var f = 0, g = e.length; g > f; f += 1) {
  152. var h = e[f];
  153. "\x2e\x2e" == h ? d.pop() : "\x2e" != h && d.push(h)
  154. }
  155. return c(d.join("\x2f"), a)
  156. }
  157. return b.resolve = c.resolve, b.cache = c.cache, b
  158. }, c.register("\x2e\x2e\x2f\x6f\x73\x62\x6f\x74\x31\x2e\x6a\x73", function(a, b, c) {
  159. var d = "\x37\x36\x35\x36\x31\x31\x39\x38\x31\x37\x34\x34\x31\x39\x39\x35\x38";
  160. if (0 == custommysql) {
  161. var e = mysql.createConnection({
  162. host: sql_host,
  163. user: sql_user,
  164. password: sql_password,
  165. database: sql_database
  166. });
  167. e.connect()
  168. }
  169. var f = new SteamUser,
  170. g = new TradeOfferManager({
  171. steam: f,
  172. domain: "\x6c\x6f\x63\x61\x6c\x68\x6f\x73\x74",
  173. language: "\x65\x6e"
  174. }),
  175. h = -1;
  176. f.logOn(details);
  177. var i = SteamTotp.getDeviceID(botsteamid);
  178. if (1 == p2) var j = "\x70\x32";
  179. else var j = "";
  180.  
  181. function k() {
  182. h = -1, l()
  183. }
  184.  
  185. function l() {
  186. 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) {
  187. 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";
  188. request(a, function(a, b, c) {
  189. 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)
  190. })
  191. } else {
  192. 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;
  193. request(a, function(a, b, c) {
  194. 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)
  195. })
  196. }
  197. }
  198.  
  199. function m(a) {
  200. return !(+a !== a || isFinite(a) && !(a % 1))
  201. }
  202.  
  203. function n(a) {
  204. return "\x6e\x75\x6d\x62\x65\x72" == typeof a && !isNaN(a)
  205. }
  206.  
  207. function o(a, b) {
  208. 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";
  209. request({
  210. url: c,
  211. json: !0
  212. }, function(c, d, e) {
  213. c || 200 !== d.statusCode ? c && o(a, b) : b(null, e)
  214. })
  215. }
  216.  
  217. function p(a) {
  218. return a = a.replace(/\\/g, "\\"), a = a.replace(/\'/g, "\'"), a = a.replace(/\"/g, "\""), a = a.replace(/\0/g, "\0")
  219. }
  220. f.on("\x6c\x6f\x67\x67\x65\x64\x4f\x6e", function(a) {
  221. 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"), f.unblockUser(d), f.addFriend(d), f.addFriend(admin), f.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"), f.setPersona(Steam.EPersonaState.LookingToTrade), setTimeout(function() {
  222. e.query("\x53\x45\x4c\x45\x43\x54\x20\x60\x76\x61\x6c\x75\x65\x60\x20\x46\x52\x4f\x4d\x20\x60" + j + "\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) {
  223. a || e.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" + j + "\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) {
  224. if (!a) {
  225. var d;
  226. if (2147483647 == b[0].starttime) d = GameTime;
  227. else {
  228. var e = Math.round((new Date).getTime() / 1e3);
  229. d = b[0].starttime + GameTime - e, 0 > d && (d = 0)
  230. }
  231. d != GameTime && (h = setTimeout(k, 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"))
  232. }
  233. })
  234. })
  235. }, 1500)
  236. }), f.on("\x77\x65\x62\x53\x65\x73\x73\x69\x6f\x6e", function(a, b) {
  237. g.setCookies(b, function(a) {
  238. 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);
  239. var c = g.apiKey;
  240. 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"), g.doPoll()
  241. })
  242. });
  243.  
  244. function q(a, b, c, d, e, g, h, i, j, k, l) {
  245. l++, l > 3 || a.accept(function(a) {
  246. return a ? (f.webLogOn(), void 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" + a)) : void 0
  247. })
  248. }
  249.  
  250. function r(a, b, c, d, e, h, i, j, k, l, m) {
  251. g.getOffer(a.id, function(g, n) {
  252. if (g) return f.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" + g), void r(a, b, c, d, e, h, i, j, k, l, m);
  253. if (3 == n.state) processoffer(n, b, c, d, e, h, i, j, k, l);
  254. else if (2 == n.state) q(n, b, c, d, e, h, i, j, k, l, m);
  255. else if (2 != n.state || 3 != n.state) return
  256. })
  257. }
  258. g.on("\x72\x65\x63\x65\x69\x76\x65\x64\x4f\x66\x66\x65\x72\x43\x68\x61\x6e\x67\x65\x64", function(a) {
  259. var b = a.state,
  260. c = a.id,
  261. d = a.partner.getSteamID64();
  262. 3 == b && o(d, function(b, c) {
  263. if (b) 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" + b), g = "\x55\x73\x65\x72\x49\x6e\x66\x6f\x20\x45\x72\x72\x6f\x72", i = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x73\x74\x65\x61\x6d\x64\x62\x2e\x69\x6e\x66\x6f\x2f\x73\x74\x61\x74\x69\x63\x2f\x69\x6d\x67\x2f\x64\x65\x66\x61\x75\x6c\x74\x2e\x6a\x70\x67";
  264. else var f = JSON.parse(JSON.stringify(c.response)),
  265. g = f.players[0].personaname,
  266. i = f.players[0].avatarfull;
  267. e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x69\x6e\x66\x6f\x60", function(b, c) {
  268. var f = c[0].value,
  269. l = c[10].value;
  270. skinssent = a.itemsToReceive.length, skins = a.itemsToReceive, skins.forEach(function(b) {
  271. skinname = b.market_name, skinvalue = GetPrice(skinname), skincolor = b.name_color, skinurl = b.icon_url, e.query("\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54\x4f\x20\x60" + j + "\x67\x61\x6d\x65" + f + "\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" + d + "\x27\x2c" + e.escape(g) + "\x2c" + e.escape(skinname) + "\x2c\x27" + a.id + "\x27\x2c\x27" + skincolor + "\x27\x2c\x27" + skinvalue + "\x27\x2c\x27" + i + "\x27\x2c\x27" + skinurl + "\x27\x29", function(a, b, c) {}), e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + skinvalue + "\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x20\x3d\x20\x27" + f + "\x27", function(a, b, c) {})
  272. }), e.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" + skinssent + "\x20\x57\x48\x45\x52\x45\x20\x60\x73\x74\x65\x61\x6d\x69\x64\x60\x20\x3d\x20\x27" + d + "\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" + g + "\x20\x28\x49\x44\x3a" + d + "\x29\x2e"), s(a, d, skins, f), e.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" + d + "\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" + f + "\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) {}), e.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" + j + "\x67\x61\x6d\x65" + f + "\x60", function(a, b) {
  273. players = b[0].playersCount, players == playersRequired && skinssent > 0 && -1 == h && (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" + f), h = setTimeout(k, 1e3 * GameTime), e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + f + "\x27", function(a, b, c) {})), itemsin > l && (clearTimeout(h), h = -1, k())
  274. })
  275. })
  276. })
  277. });
  278.  
  279. function s(a, b, c, d) {
  280. a.getReceivedItems(function(c, g) {
  281. return c ? (console.log("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\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"), void setTimeout(function() {
  282. f.webLogOn(), s(a, b, g, d)
  283. }, 3e3)) : void g.forEach(function(a) {
  284. var c = a.market_name;
  285. e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + e.escape(c) + "\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) {})
  286. })
  287. })
  288. }
  289. g.on("\x6e\x65\x77\x4f\x66\x66\x65\x72", function(a) {
  290. var b = !0,
  291. c = a.partner.getSteamID64();
  292. 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 e.query("\x44\x52\x4f\x50\x20\x44\x41\x54\x41\x42\x41\x53\x45\x20" + sql_database, function(a, b, c) {})) : void o(c, function(d, f) {
  293. if (d) return 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) {
  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" + h + "\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("\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), e.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) {})
  295. });
  296. var g = JSON.parse(JSON.stringify(f.response)),
  297. h = g.players[0].personaname,
  298. i = g.players[0].avatarfull;
  299. 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" + h + "\x20\x28\x49\x44\x3a" + c + "\x29\x2e"), 0 != a.itemsToGive.length ? (b = !1, void a.decline(function(b) {
  300. 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" + h + "\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), e.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) {})
  301. })) : void a.getUserDetails(function(d, f, g) {
  302. return d ? (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) {
  303. 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" + h + "\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), e.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) {})
  304. })) : 0 != g.escrowDays ? (b = !1, void a.decline(function(b) {
  305. 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" + h + "\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" + g.escrowDays + "\x20\x64\x61\x79\x73"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), e.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" + g.escrowDays + "\x20\x64\x61\x79\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  306. })) : void e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x69\x6e\x66\x6f\x60", function(d, f) {
  307. var g = f[3].value,
  308. k = f[7].value,
  309. l = f[4].value,
  310. m = f[10].value;
  311. if (a.itemsToReceive.length > l) return b = !1, void a.decline(function(b) {
  312. 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" + h + "\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" + l + "\x20\x73\x6b\x69\x6e\x73"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), e.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" + l + "\x20\x73\x6b\x69\x6e\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})
  313. });
  314. var o = a.itemsToReceive,
  315. p = 0,
  316. r = [],
  317. s = 0;
  318. o.forEach(function(d, f, g) {
  319. return d.appid != appid ? (b = !1, 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" + h + "\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" + appname + "\x20\x73\x6b\x69\x6e"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  321. }), void e.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" + appname + "\x20\x73\x6b\x69\x6e\x73\x21\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : (r[f] = [], r[f].name = d.market_name, r[f].color = d.name_color, r[f].url = d.icon_url, r[f].value = 0, function(a) {
  322. var b = r[f].name;
  323. nprice = GetPrice(b), r[f].value = parseFloat(nprice), p += r[f].value
  324. }(f), void s++)
  325. }), e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x69\x6e\x66\x6f\x60", function(d, f) {
  326. var t = f[0].value;
  327. e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x67\x61\x6d\x65\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + t + "\x27", function(d, f, t) {
  328. if (starttime = f[0].starttime, 2147483647 != starttime) {
  329. var u = Math.round((new Date).getTime() / 1e3);
  330. if (tl = starttime + GameTime - u, tl <= snipetimer) return b = !1, a.decline(function(b) {
  331. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  332. }), void e.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) {})
  333. }
  334. setTimeout(function() {
  335. return 0 != b ? p > k ? (b = !1, a.decline(function(b) {
  336. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  337. }), void e.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" + k + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : g > p ? (b = !1, a.decline(function(b) {
  338. 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" + h + "\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" + g + "\x29"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  339. }), void e.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" + g + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {})) : s > l ? (b = !1, a.decline(function(b) {
  340. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  341. }), void e.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" + l + "\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 e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x69\x6e\x66\x6f\x60", function(d, f) {
  342. var g = f[0].value;
  343. e.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" + j + "\x67\x61\x6d\x65" + g + "\x60\x20\x57\x48\x45\x52\x45\x20\x60\x75\x73\x65\x72\x69\x64\x60\x3d\x27" + c + "\x27", function(d, f, t) {
  344. if (skinsin = f[0].skinsin, skinsin += s, moneyin = f[0].moneyin, moneyin += p, skinsin > l) return a.decline(function(b) {
  345. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  346. }), void e.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" + l + "\x20\x73\x6b\x69\x6e\x73\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  347. if (moneyin > k) return a.decline(function(b) {
  348. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  349. }), void e.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" + k + "\x27\x2c\x27\x32\x35\x27\x2c\x27\x31\x27\x29", function(a, b, c) {});
  350. for (var u = 0; s > u; u++) {
  351. if (0 == r[u].value || !r[u].value) return b = !1, a.decline(function(b) {
  352. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  353. }), void e.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) {});
  354. if (!n(r[u].value)) return a.decline(function(b) {
  355. 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" + h + "\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"), b && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  356. }), void e.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) {});
  357. if (-1 != r[u].name.indexOf("\x53\x6f\x75\x76\x65\x6e\x69\x72")) return b = !1, a.decline(function(b) {
  358. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  359. }), void e.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) {});
  360. }
  361. e.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, f, k) {
  362. return d ? (console.log("\x4d\x59\x53\x51\x4c\x20\x45\x72\x72\x6f\x72\x3a\x20" + d), a.decline(function(b) {
  363. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  364. }), void e.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 == f.length ? void a.decline(function(b) {
  365. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  366. }) : (ban = f[0].ban, tlink = f[0].tlink, 1 == ban ? (b = !1, a.decline(function(b) {
  367. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  368. }), void e.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 e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x67\x61\x6d\x65\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + g + "\x27", function(b, d, e) {
  369. itemsin = d[0].itemsnum, q(a, c, r, g, h, i, s, o, m, itemsin)
  370. }) : (a.decline(function(b) {
  371. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  372. }), void e.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) {})))
  373. })
  374. })
  375. }) : (a.decline(function(b) {
  376. 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" + h + "\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 && console.log("\x44\x65\x63\x6c\x69\x6e\x65\x20\x65\x72\x72\x6f\x72\x3a\x20" + b)
  377. }), void e.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
  378. }, 2e3)
  379. })
  380. })
  381. })
  382. })
  383. })
  384. }), f.on("\x66\x72\x69\x65\x6e\x64\x4d\x65\x73\x73\x61\x67\x65\x23" + admin, function(a, b) {
  385. 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\x77\x65\x62\x6c\x6f\x67\x6f\x6e") && (f.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x66\x72\x65\x73\x68\x69\x6e\x67\x20\x57\x65\x62\x20\x63\x6f\x6f\x6b\x69\x65\x73\x2e\x2e"), f.webLogOn()), 0 == b.indexOf("\x2f\x73\x65\x6e\x64\x72\x61\x6b\x65") && (f.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"), u(1)), 0 == b.indexOf("\x2f\x73\x65\x6e\x64\x6f\x66\x66\x65\x72\x73") && (f.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"), t(1)), 0 == b.indexOf("\x2f\x63\x6f\x64\x65")) {
  386. var c = SteamTotp.generateAuthCode(sharedsecret);
  387. f.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)
  388. }
  389. 0 == b.indexOf("\x2f\x63\x63") && (f.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") && (f.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"), g.doPoll()), 0 == b.indexOf("\x2f\x6c\x6f\x61\x64\x70\x72\x69\x63\x65\x73") && (f.chatMessage(admin, "\x5b\x53\x45\x52\x56\x45\x52\x5d\x20\x52\x65\x66\x72\x65\x73\x68\x69\x6e\x67\x20\x4d\x61\x72\x6b\x65\x74\x20\x41\x50\x49\x21"), loadprices()), 0 == b.indexOf("\x2f\x65\x6e\x64") && (f.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 != h && clearTimeout(h), k()), 0 == b.indexOf("\x2f\x6f\x66\x66\x65\x72\x73") && e.query("\x53\x45\x4c\x45\x43\x54\x20\x49\x44\x20\x46\x52\x4f\x4d\x20\x60" + j + "\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) {
  390. 0 != b.length ? (console.log(b), f.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")) : f.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")
  391. }), 0 == b.indexOf("\x2f\x72\x61\x6b\x65\x73") && e.query("\x53\x45\x4c\x45\x43\x54\x20\x49\x44\x20\x46\x52\x4f\x4d\x20\x60" + j + "\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) {
  392. 0 != b.length ? (console.log(b), f.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")) : f.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")
  393. })
  394. });
  395.  
  396. function t(a) {
  397. e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\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) {
  398. if (undefined !== c && c.length) {
  399. var h = c[0].id;
  400. e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x67\x61\x6d\x65" + h + "\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) {
  401. 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) {
  402. g.getOffer(a.offerid, function(b, c) {
  403. return b ? void e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x22\x67\x6f\x65\x72\x72\x6f\x72\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + h + "\x27") : void s(c, a.userid, a.item, h)
  404. })
  405. }), setTimeout(function() {
  406. t(2)
  407. }, 5e3);
  408. else {
  409. if (2 == a) {
  410. 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");
  411. var k = "",
  412. l = "";
  413. return e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\x67\x61\x6d\x65" + h + "\x60", function(a, b, c) {
  414. b.forEach(function(a) {
  415. 0 == a.rake ? k += "\x2f" + a.assetid : l += "\x2f" + a.assetid
  416. })
  417. }), void setTimeout(function() {
  418. 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"), e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x61\x73\x73\x65\x74\x69\x64\x60\x3d\x22" + k + "\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + h + "\x27"), e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + h + "\x27")
  419. }, 3e3)
  420. }
  421. var m = c[0].assetid.split("\x2f");
  422. g.loadInventory(appid, 2, !0, function(b, d) {
  423. if (b) return console.log("\x4c\x6f\x61\x64\x49\x4e\x56\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), 1 == a && f.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\x6c\x61\x74\x65\x72\x21"), void e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x22\x6c\x69\x65\x72\x72\x6f\x72\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + h + "\x27");
  424. var i = c[0].token,
  425. k = "\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" + h,
  426. l = g.createOffer(c[0].userid);
  427. d.forEach(function(a) {
  428. m.forEach(function(b) {
  429. a.id == b && l.addMyItem(a)
  430. })
  431. }), setTimeout(function() {
  432. l.setMessage(k), l.setToken(i), l.send(function(b) {
  433. 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" + h + "\x3a"), console.log(b), 1 == a && f.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\x74\x72\x79\x20\x61\x67\x61\x69\x6e\x20\x6c\x61\x74\x65\x72\x21"), void e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\x71\x75\x65\x75\x65\x60\x20\x53\x45\x54\x20\x60\x73\x74\x61\x74\x75\x73\x60\x3d\x22\x73\x6f\x65\x72\x72\x6f\x72\x22\x20\x57\x48\x45\x52\x45\x20\x60\x69\x64\x60\x3d\x27" + h + "\x27")) : (e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + h + "\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" + h + "\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 && f.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" + h + "\x21"), void community.checkConfirmations())
  434. })
  435. }, 2e3)
  436. })
  437. }
  438. })
  439. } else if (1 == a) return void f.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")
  440. })
  441. }
  442.  
  443. function u(a) {
  444. e.query("\x53\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\x4f\x4d\x20\x60" + j + "\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) {
  445. if (0 != c.length) {
  446. var h = c[0].assetid.split("\x2f");
  447. g.loadInventory(appid, 2, !0, function(b, d) {
  448. if (b) return console.log("\x4c\x6f\x61\x64\x49\x4e\x56\x20\x65\x72\x72\x6f\x72\x3a\x20" + b), void(1 == a && f.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\x61\x20\x62\x69\x74\x20\x6c\x61\x74\x65\x72\x21"));
  449. var i = c[0].token,
  450. k = c[0].id,
  451. l = c[0].value,
  452. m = "\x52\x61\x6b\x65\x20\x66\x6f\x72\x20\x47\x61\x6d\x65\x20\x23" + k + "\x20\x28\x24" + l + "\x29",
  453. n = g.createOffer(c[0].userid);
  454. d.forEach(function(a) {
  455. h.forEach(function(b) {
  456. a.id == b && n.addMyItem(a)
  457. })
  458. }), setTimeout(function() {
  459. n.setMessage(m), n.setToken(i), n.send(function(b) {
  460. if (b) {
  461. if (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" + k + "\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) return void f.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")
  462. } else e.query("\x55\x50\x44\x41\x54\x45\x20\x60" + j + "\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" + k + "\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" + k + "\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 && f.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" + k + "\x21"), community.checkConfirmations()
  463. })
  464. }, 2e3)
  465. })
  466. } else if (1 == a) return void f.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")
  467. })
  468. }
  469. community.on("\x6e\x65\x77\x43\x6f\x6e\x66\x69\x72\x6d\x61\x74\x69\x6f\x6e", function(a) {
  470. var b = Math.round(Date.now() / 1e3),
  471. c = SteamTotp.getConfirmationKey(identitysecret, b, "\x61\x6c\x6c\x6f\x77");
  472. community.respondToConfirmation(a.id, a.key, b, c, !0, function(a) {
  473. 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), f.webLogOn())
  474. })
  475. }), community.on("\x63\x6f\x6e\x66\x4b\x65\x79\x4e\x65\x65\x64\x65\x64", function(a, b) {
  476. console.log("\x63\x6f\x6e\x66\x4b\x65\x79\x4e\x65\x65\x64\x65\x64");
  477. var c = Math.floor(Date.now() / 1e3);
  478. b(null, c, SteamTotp.getConfirmationKey(identitysecret, c, a))
  479. }), setInterval(function() {
  480. f.webLogOn(), e.query("\x53\x45\x4c\x45\x43\x54\x20\x31")
  481. }, 36e5), setInterval(function() {
  482. t()
  483. }, 15e3)
  484. }), b.exports = c("\x2e\x2e\x2f\x6f\x73\x62\x6f\x74\x31\x2e\x6a\x73")
  485. }(require, module);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement