Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3659
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://www.doctormckay.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

51707 profile views
  1. Cursor is wrong. Passing the httpProxy option to LoginSession is unnecessary because the CMAuthTransport handles proxying already. All login communication happens through the same proxied TCP/WS connection as all other Steam client communication.
  2. It's possible that the request is no longer supported by Steam.
  3. 740 is not the right AppID, use 730.
  4. The /inventory endpoint is newer and provides more up-to-date data. But the trade offer UI does still use this endpoint, so you should be safe to use it even if it's marked as deprecated.
  5. There's no reason to think you'd be banned for using this endpoint. It's already there: TradeOffer#loadPartnerInventory
  6. Dr. McKay

    Nethook

    It's available under artifacts on SteamKit's GitHub Actions (you need to login to GitHub to download): https://github.com/SteamRE/SteamKit/actions
  7. Yes, use getAppBetaDecryptionKeys.
  8. I don't know why you'd get DuplicateRequest when logging in if you're doing everything correctly. Maybe the code was already used?
  9. You're getting DuplicateRequest in the login callback?
  10. Basically just do exactly what the login-with-password example shows, and once you have webCookies then you can call community.setCookies(webCookies)
  11. Dr. McKay

    Nethook

    In admin command prompt: rundll32.exe NetHook2.dll,Inject
  12. Either event should be fine to determine if using a backpack expander succeeded, although personally I'd probably use itemRemoved.
×
×
  • Create New...