Jump to content
McKay Development

ekifox

Member
  • Posts

    2
  • Joined

  • Last visited

ekifox's Achievements

  1. const SteamUser = require('steam-user') const steamUser = new SteamUser() steamUser.logOn({ account_name: '123', password: '123' }) steamUser.on('loggedOn', details => { steamUser.setPersona(SteamUser.EPersonaState.Online) steamUser.gamesPlayed(440) }) This simple code does not work at all. The bot is authorized and details are full of information. But my profile is labeled as "not online" and TF2 does not appear in the games played.
×
×
  • Create New...