Pip Posted February 15, 2020 Report Posted February 15, 2020 (edited) 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? Edited February 15, 2020 by Pip Quote
Dr. McKay Posted February 16, 2020 Report Posted February 16, 2020 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' }); Pip 1 Quote
Pip Posted February 16, 2020 Author Report Posted February 16, 2020 (edited) 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 February 16, 2020 by Pip Quote
Dr. McKay Posted February 18, 2020 Report Posted February 18, 2020 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. Pip 1 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.