i changed logon´s with weblogon´s now http://imgur.com/a/wm8g7 data("Wait 30 seconds.... logging into steam client"); setTimeout(function() { log("Logging in using fake steam client."); user.webLogOn({ 'accountName': config.Steam.username, 'password': config.Steam.password, 'twoFactorCode': totp.generateAuthCode(config.Steam.sharedSecret) }); }, 30000);});