Jump to content
McKay Development

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...