Jump to content
McKay Development

denpro331

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by denpro331

  1. hey i want to make a account checker with proxy but does'nt work

    code
    const SteamUser = require('steam-user');
    var SteamCommunity = require('steamcommunity');
    const community = new SteamCommunity();

    var colors = require('colors');
    const readline = require('readline');
    const fs = require('fs');
    const fss = require('fs');
    const config = require('./config.json');
    let istenen= parseInt(config.miktar);
    var hesap;
    const Steama = require('steam-client');
    let proxyci = new Steama.CMClient();
    var client = new SteamUser(proxyci);

         if(err.message == "RateLimitExceeded") {
             if(proxysayar<proxyler.length)
             {
            console.log(`ratelimited son hesap ${user}:${pass} `.red);
            i++;
            console.log("sa as");
            proxyci.setHttp-Proxy("http://"+proxyler[proxysayar]);
            proxysayar++;
            
             }
             else
             {
            return console.log(`işlemi durdurdum `.red);
             }
         }

  2. 3 hours ago, Dr. McKay said:

    That code retrieves a list of CS:GO servers and sets itself to in-game, but it doesn't join a server which is why you wouldn't see the bot in the server. It is not possible to actually join a CS:GO server from a bot, as you would have to implement VAC and nobody's been insane enough to try that.

    bro actually i want to make a commend bot.  I want to send a packet of compliments to the specific user after inserting it into the server

    In short, I set up an algorithm in my head, but I have no idea how to do it now.

  3. 51 minutes ago, Naleksuh said:

    What Dr. McKay means here is that bots that interact with counter-strike are not possible using node-steam...you could accomplish this using a variety of other libraries though

    do u  have idea ? how can i do that..

    11 hours ago, Dr. McKay said:

    I don't understand what you mean by that.

    like this 
    "CODE"
    /*
        GetActiveServer() {
            return doRequest.call(this, "IGameServersService/GetServerList", "v1", {
                limit: 1,
                filter: "\\appid\\730\\serverid\\1.1.1.111.\\"
            }, [
                "response",
                "servers"
            ], Array.isArray);
        }

     

    server= (await helper.GetActiveServer()).shift().steamid;
     

      client.setGamesPlayed(server).catch(() => { });
    */

    bot playing cs but i cant see on server


     

×
×
  • Create New...