Jump to content
McKay Development

McMuffinDK

Member
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    McMuffinDK got a reaction from xedom in Help with getServerList   
    Yes, i would say so. Notice that the max limit is 5000
  2. Like
    McMuffinDK got a reaction from xedom in Help with getServerList   
    Try to add setTimeout with a few sec and see if it helps, might be called too early
  3. Like
    McMuffinDK got a reaction from xedom in Help with getServerList   
    Sorry, my bad.. NULL must be null
  4. Like
    McMuffinDK got a reaction from xedom in Help with getServerList   
    client.getServerList(NULL, 100, (servers) => { console.log(servers); }) You can find information about filters here: https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol#Filter
  5. Like
    McMuffinDK reacted to Dr. McKay in Please cancel some before sending more.   
    The bot thinks this because it's true.
  6. Like
    McMuffinDK reacted to Vanilla in Asking for steam guard code after few hours working   
    Correct me if I'm wrong, but isn't it should supposed to be like this?
    community.on('sessionExpired', function(err) { if (err) { console.log('sessionExpired: '+err); client.webLogOn(); } community.stopConfirmationChecker(); }); Also, another way to bypass Steam Guard Code is using loginKey
×
×
  • Create New...