Ezzpify / HourBoostr

Two programs for idling Steam game hours and trading cards
GNU General Public License v3.0
575 stars 159 forks source link

Proxy in steam client #171

Open MakcStudio opened 6 years ago

MakcStudio commented 6 years ago

Can I use a proxy to connect to steam client? How?

mSteam.client.Connect();

Bot.cs I need to boost about 1000 accounts from one PC at the same time

ArunPrakashG commented 4 years ago

You can't. unless you modify SteamKit2 manually, then use that self-compiled version of SteamKit2 in HourBoostr, then implement the necessary 'IWebProxy' properties, then recompile HourBoostr. Then it would work.

MakcStudio commented 4 years ago

You can't. unless you modify SteamKit2 manually, then use that self-compiled version of SteamKit2 in HourBoostr, then implement the necessary 'IWebProxy' properties, then recompile HourBoostr. Then it would work.

I don 't really understand. I looked at the source code , it just uses steamKit from the reprositor. There are no modifications. What do you mean? There is an option to use a proxy for steamWeb, but I can do this myself. And steamKit is original there.

ArunPrakashG commented 4 years ago

What i meant is, you have modify the original SteamKit source code, then recompile, and use it in the HourBoostr Source instead of the current version of SteamKit

MakcStudio commented 4 years ago

What i meant is, you have modify the original SteamKit source code, then recompile, and use it in the HourBoostr Source instead of the current version of SteamKit

I don’t know how to do it, that's why I am writing here ..