Skip to content

FerrisSandCanyon/OWL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWL

A multipurpose tool for managing Steam accounts

StateBeta
Latest Release0.7.1
LicenseMIT

Requirements

Features

  • 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

Shortcut Keys

Save ProfileCtrl + S
Remove AccountDelete
Add 21 Hour CooldownCtrl + D
LoginCtrl + F
Add New AccountCtrl + N
Edit AccountCtrl + E
Clipboard (All Info)Ctrl + C
Obtain InfoCtrl + A
Open URLCtrl + O
  • Setting up the login method for the shortcut key Ctrl + F is available in the settings form.

Configuring OWL

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.

Licenses / Built with / Credits

  • Flat Icons + Graphics - FlatIcon (Creative Commons)

Development

Prerequisite

Further Development

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.

To Do

  • Local Storage import for Chrome