Jump to content
McKay Development

evanscene

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by evanscene

  1. Hello, sorry for my english i have a problem with steam bot login.. my bot working with no problem on nodejs for windows but on nodejs on freebsd(host) i have problems.. : my 2fa code generated is invalid.. idk why.. and i can't logon on host.. look on my script

    `
    var TOTP_UserConfig = {"shared_secret":"xxxxxxxxxxxxxxxxxxx/1k/E=","serial_number":"xxx...etc etc (mAfile)

    var client = new SteamUser();
    var code = SteamTotp.generateAuthCode(TOTP_UserConfig.shared_secret);

    var logOnOptions = {
    "accountName": "y",
    "password": "x",
    "twoFactorCode": code
    }`

    He give me 2fa code but is invalid.. thx for help

    https://github.com/DoctorMcKay/node-steam-user/issues/100

×
×
  • Create New...