Jump to content
McKay Development

how to join cs server with bot acc


denpro331

Recommended Posts

  • denpro331 changed the title to how to join cs server with bot acc
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


 

Edited by denpro331
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...

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...