Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 670 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 670 Bytes

DepotDownloader

Mass depot key dumper utilizing the SteamKit2 library. Supports .NET 6.0

Resulting files:

{username}_appnames.txt

  • Contains names of all apps and depots owned by the account.

{username}_apps.txt

  • Contains app tokens in "appId;appToken" format.

{username}_keys.txt

  • Contains depot keys in "depotId;depotKey" format.

{username}_pkgs.txt

  • Contains package tokens in "pkgId;pkgToken" format.

Optional parameters:

  • -app <#> - dump keys for a specific app.
  • -dump-unreleased - apps that don't have "released" status are skipped by default to prevent accidental leaks, add this parameter to override this behavior.