Jump to content
McKay Development

Nightmare

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Nightmare

  1. On 4/23/2023 at 1:01 AM, flamecsz said:

    I've seen a lot of people do this, they put a few accounts on the server and have them on the server and automatically drop the csgo cases.

    they use sandbox/vms, not a bot. You cannot connect to official servers with a bot, but you can connect to a  dummy server, https://github.com/DoctorMcKay/node-steam-gameserver, which won't have vac enabled and you won't receive drops. It is possible to do that but no one will help you with that for free.

     

  2. hello,

    i tried your package steam-gameserver and saw in the issues that you mentioned this package is not being updated so i tried to use steam-user instead.

    This is the code i am trying to use and I receive a "InvaildPassword" response

    const steamUser = require('steam-user');
    var server=new steamUser();
    
    				server._logOnDetails = {
    					game_server_token:"xxxxx",
    					protocol_version: 65579,
    					obfustucated_private_ip:0,
    					game_server_app_id:730,
    					cell_id:189,
    					supports_rate_limit_response: true
    				};
    			
    				server.logOn(true);
    				
    server.on("loggedOn", (details) => {
    console.log("Logged in");
    });

     

×
×
  • Create New...