Jump to content
McKay Development

72juju

Member
  • Posts

    14
  • Joined

  • Last visited

72juju's Achievements

  1. offers.getOffers(1, null, function (err, sent){ if(err) throw err; console.log(sent); console.log(sent.partner) console.log(offers.id) console.log(offers.partner) }); Can you help me i want the partner of the offer.
  2. What is the method to make this? By example if I type: !createlisting <itemname> I will create a listing for the item with a random decimal price. Thanks in advance if you just tell me how to create it will be appreciated.
  3. Hello i want a in-bot convertor by example if I type: 10.11 it will answer 10 REFS and 0 REC and 1 SCRAP. How can I do this please reply me ;(..
  4. console.log(inventory); var pool = inventory.filter(function (item){ if (item.name == 'Munitions Mann Co.'), }; }); // Filter out the series var re = new RegExp('N°' + series, ''); // ex: #82 pool = pool.filter(function (item) { return item.name.match(re); }); i've done this i'm not rlly sure it works I want to filter Munition crates.
  5. I've done this: client.on("steamGuard", function(domain, callback, lastCodeWrong){if(lastCodeWrong){console.log("Last secret code was wrong.");}callback(SteamTotp.generateAuthCode(shared_secret, 0));console.log("Connected with mobile auth. With secret code: " + SteamTotp.generateAuthCode(shared_secret, 0));}); Can I use the code after a certain time to log me in with the real steam client ??
  6. Hey i'm building a scrapbanking but i don't know how to make the bot craft scraps with weapons. Can you help me ?
×
×
  • Create New...