Jump to content
McKay Development

evanscene

Member
  • Posts

    3
  • Joined

  • Last visited

evanscene's Achievements

  1. SORRY I M RETARD! my time is invalid sorry and thx!!!
  2. my clock is good.. and shared_secret is ok, my script on windows work perfectly but on freebsd all 2fa code is invalid.. i don't understand why..
  3. 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...