Jump to content
McKay Development

tacyarg

Member
  • Posts

    3
  • Joined

  • Last visited

tacyarg's Achievements

  1. error 26 means that the item id's you are trying to user are invalid. You need to re-scan the inventory and properly map the request again.
  2. function login() { if (tryingLogin) return console.log('Already attempting login, try again later.') tryingLogin = true try { user.logOn({ accountName: bot.username, password: bot.password, twoFactorCode: SteamTotp.getAuthCode(bot.shared_secret) }) bot.stats.logins += 1 tryingLogin = false setStatus('online') } catch (e) { tryingLogin = false console.error('Failed to run weblogon method.') assert(!e, `login failed: ${e.message}`) } }
  3. https://prices.skins.direct/lowest
×
×
  • Create New...