denpro331 Posted December 26, 2020 Report Posted December 26, 2020 (edited) I want to enter the account in any cs server and I want to get the ids of the people on the server or something. i have'nt idea about that how can i do it. Edited December 26, 2020 by denpro331 wrong Quote
denpro331 Posted December 27, 2020 Author Report Posted December 27, 2020 but it's possible, If I do this with server filtering and direct data from that filter to game assignment, it opens csgo but I can't see it on the server. Quote
Dr. McKay Posted December 27, 2020 Report Posted December 27, 2020 I don't understand what you mean by that. Quote
Naleksuh Posted December 28, 2020 Report Posted December 28, 2020 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 Quote
denpro331 Posted December 28, 2020 Author Report Posted December 28, 2020 (edited) 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 December 28, 2020 by denpro331 Quote
Dr. McKay Posted December 29, 2020 Report Posted December 29, 2020 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. zeroCat 1 Quote
denpro331 Posted December 29, 2020 Author Report Posted December 29, 2020 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. Quote
Recommended Posts
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.