oureveryday b24289f9d5 Fix
2025-02-14 11:02:54 +08:00
Fix
2025-02-14 11:02:54 +08:00
2025-02-14 00:37:00 +08:00
2022-01-01 13:59:22 +08:00
2020-03-17 15:03:47 +01:00
2020-03-17 15:00:12 +01:00
2022-02-03 16:07:48 +08:00

DepotDumper

Steam depot key dumper utilizing the SteamKit2 library. Supports .NET 5.0
Modified from https://github.com/SteamRE/DepotDownloader
All tokens and keys are global and are always the same to every Steam user, they are not unique to your account and do not identify you.

Dumping all depots in the steam account

dotnet DepotDumper.dll -username <username> -password <password> [other options]

Parameters

Parameter Description
-username <user> the username of the account to dump keys.
-password <pass> the password of the account to dump keys.
-remember-password if set, remember the password for subsequent logins of this user. (Use -username -remember-password as login credentials)
-loginid <#> a unique 32-bit integer Steam LogonID in decimal, required if running multiple instances of DepotDownloader concurrently.
-select select depot to dump key.

Result files

steam.appids

  • Contains "appId;appName" lines

steam.keys

  • Contains "depotId;depotKey" lines
Description
Mass depot key dumper utilizing the SteamKit2 library
Readme GPL-2.0 116 KiB
Languages
C# 100%