An open-source script that automatically Cracks (removes DRM from) Steam games https://cs.rin.ru/forum/viewtopic.php?f=10&t=120610
Find a file
2022-03-15 00:36:05 +01:00
sac_emu Uploaded v1.0.0 2022-03-13 08:07:34 +01:00
sac_lib Create __init__.py 2022-03-13 08:21:15 +01:00
Steamless_CLI Uploaded v1.1.0 2022-03-15 00:36:05 +01:00
LICENSE Initial commit 2022-03-13 08:06:29 +01:00
README.md Update README.md 2022-03-14 21:36:19 +01:00
steam_auto_cracker.py Uploaded v1.1.0 2022-03-15 00:36:05 +01:00

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: image
Cracking phase 1: image
Cracking phase 2: image

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