HourBoostr icon indicating copy to clipboard operation
HourBoostr copied to clipboard

Proxy in steam client

Open MakcStudio opened this issue 6 years ago • 4 comments

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

MakcStudio avatar Aug 13 '18 21:08 MakcStudio

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.

ArunPrakashG avatar Mar 14 '20 08:03 ArunPrakashG

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.

MakcStudio avatar Mar 14 '20 08:03 MakcStudio

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

ArunPrakashG avatar Mar 14 '20 08:03 ArunPrakashG

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

MakcStudio avatar Mar 17 '20 07:03 MakcStudio