sac_emu | ||
sac_lib | ||
Steamless_CLI | ||
LICENSE | ||
README.md | ||
steam_auto_cracker.py |
SteamAutoCracker
An open-source script that automatically Cracks (removes DRM from) Steam games
Setup tip: you can paste text by using the right click.
Left clicking will automatically copy the selected text, so don't do that.
Screenshots
Setup:
Cracking phase 1:
Cracking phase 2:
Requirements
- An internet connection (STA will do requests to
steampowered.com
to retrieve AppIDs and DLCs) - If you use the compiled .exe:
- 64 bits Windows
- If you use the python file (source):
- No requirement. I think Python 3+ is needed.
Notes about DLCs
Some DLCs in some games requires you to download additional files.
This tool is not able to download those files, you'll have to get a clean version of them.
You can get clean Steam files for games (and sometimes DLCs) in the Steam Content Sharing section from cs.rin.ru
Steam Stub
Due to Steamless not supporting command-line arguments, and my really poor knowledge of development, I'm not able to remove the Steam Stub DRM properly.
However, you can try to bypass the Steam Stub with Steam Emus, because some of them support that, but the best solution is to remove it entirely.
Update: An update will be available soon and will bundle a fork of Steamless. STA will be able to remove the Steam Stub DRM automatically. Stay tuned!
Compilation informations
Compiled using auto-py-to-exe