Jump to content
McKay Development

HromaCool

Member
  • Posts

    6
  • Joined

  • Last visited

HromaCool's Achievements

  1. console.log("Logged on!"); community.enableTwoFactor(function(err, response) { if(err) { if(err.eresult == 2) { console.log("Error: Failed to enable two-factor authentication. Do you have a phone number attached to your account?"); process.exit(); return; }
  2. How can i add phone number and link 2fa with one sms? Why in c# library i can and in node js no?
  3. But when i "fix" it shows me: if (!details.accountName || !details.password) { ^ TypeError: Cannot read property 'accountName' of undefined
  4. How i can fill details with a variable? For example: var log = "example1"; var pasw = "example2"; var details = { "accountName": log, "password": pasw,}; When i try to run it shows me that "accountName": log, ^ ReferenceError: log is not defined
  5. How can I get WebCookie without connecting steamuser? How can I get WebCookie without connecting steamuser
×
×
  • Create New...