Jump to content
McKay Development

How does BOT and proxy work?


Pip

Recommended Posts

Hello,

 

Please tell me if I am right.

BOT logs into Steam in two stages.

Stage 1: BOT logs into Steam Network/Steam Client.

Stage 2: BOT logs into Steam community.

 

I know how to connect bot to Steamcommunity using proxy, but how can I make BOT log in to Steam Netwok/Steam client using proxy?

 

Is it possible to send and receive trade offers without logging BOT to steam client? 

Does Steam bot always have to log in to Steam client? "

"Current Steam Login" will always be displayed when the bot logs in to the account?

steamlogi.png

 

Edited by Pip
Link to comment
Share on other sites

12 hours ago, Dr. McKay said:

You don't need to log into the client to send or receive trade offers, no.

You can use a proxy like:
 


const SteamUser = require('steam-user');

let user = new SteamUser({
    httpProxy: 'http://user:[email protected]:5678'
});

 

 

Thanks.

 

Is it possible to log into the client via proxy?

Is it possible to use client.gamesplayed with proxy?

Is it possible to play game/idle in-game hours with proxy?

Is it possible to check what is the IP that the bot is connecting with Steam? "client.publicIP"?

Edited by Pip
Link to comment
Share on other sites

On 2/16/2020 at 8:35 AM, Pip said:

Is it possible to log into the client via proxy?

Yes, that's what the code I posted is for.

On 2/16/2020 at 8:35 AM, Pip said:

Is it possible to use client.gamesplayed with proxy?

Is it possible to play game/idle in-game hours with proxy?

Is it possible to check what is the IP that the bot is connecting with Steam? "client.publicIP"?

Yes, yes, yes.

Link to comment
Share on other sites

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