A multipurpose tool for managing Steam accounts
State | Beta |
Latest Release | 0.7.1 |
License | MIT |
- .NET Framework (4.5 or Higher)
- Multiple Loadable Profiles for different set of accounts. ✓
- Auto-Login ✓
- Cooldown Tracker ✓
- Protection of information (Encryption/Obfuscation + Hashing)
- Import accounts from Steam Account Generator ✓
- Import accounts from Cathook's Account Generator's Local Storage (Firefox ✓)
- Steam User Data Management ✓
- Steam Account Editor
- Steam Hour Booster
Save Profile | Ctrl + S |
Remove Account | Delete |
Add 21 Hour Cooldown | Ctrl + D |
Login | Ctrl + F |
Add New Account | Ctrl + N |
Edit Account | Ctrl + E |
Clipboard (All Info) | Ctrl + C |
Obtain Info | Ctrl + A |
Open URL | Ctrl + O |
- Setting up the login method for the shortcut key Ctrl + F is available in the settings form.
You can configure OWL through the settings form or manually through the config.json file located at the base of OWL. Warning: Do not manually modify the hashedKey Value
{
"steamPath":"C:/Program Files (x86)/Steam",
"defaultProfile":"default",
"hashedKey":"",
"steamParam":"",
"cooldownRefresh":800,
"maxThreads":4,
"loginMethod":0,
"forceStatus":false,
"maskPassword":true,
"clipboardDetail":false,
"startupUpdateChk":true
}
Importing from Steam Account Creator
- You can import accounts generated by SAC through SAC's accounts.txt account dump.
- Make sure you are atleast running SAG v1.1.2-pre7 or higher.
- Make sure you are using the "Original Formatting" format. You can change this at the "File Writing" Tab
- Make sure that the accounts.txt dump is properly formatted.
- Make sure that "Write to file" is checked.
- Flat Icons + Graphics - FlatIcon (Creative Commons)
- Json.NET Framework for handling the Json format. (NuGet)
- NSoup for parsing HTML (NuGet)
- System.Data.SQLite for parsing firefox local storage (NuGet)
Project is mostly dead and I am no longer going to continue with this code base as I am aware that this project is badly written, horribly documented, riddled with bad coding practice and horrible implementation.
- Local Storage import for Chrome