├── LICENSE ├── README.md ├── Steamless_CLI ├── Plugins │ ├── ExamplePlugin.dll │ ├── SharpDisasm.dll │ ├── Steamless.API.dll │ ├── Steamless.Unpacker.Variant10.x86.dll │ ├── Steamless.Unpacker.Variant20.x86.dll │ ├── Steamless.Unpacker.Variant21.x86.dll │ ├── Steamless.Unpacker.Variant30.x64.dll │ ├── Steamless.Unpacker.Variant30.x86.dll │ ├── Steamless.Unpacker.Variant31.x64.dll │ └── Steamless.Unpacker.Variant31.x86.dll ├── Steamless.CLI.exe ├── Steamless.CLI.exe.config └── infos.txt ├── icon_hashtag.ico ├── requirements.txt ├── sac_emu ├── dlc_creamapi │ ├── config_override.ini │ ├── files │ │ ├── cream_api.ini │ │ ├── steam_api.dll │ │ └── steam_api64.dll │ └── infos.txt ├── game_ali213 │ ├── files │ │ ├── SteamConfig.ini │ │ ├── steam_api.dll │ │ └── steam_api64.dll │ └── infos.txt └── game_goldberg │ ├── files │ ├── steam_api.dll │ ├── steam_api64.dll │ └── steam_settings │ │ ├── DLC.txt │ │ └── steam_appid.txt │ └── infos.txt ├── sac_lib ├── __init__.py └── get_file_version.py └── steam_auto_cracker_gui.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/README.md -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/ExamplePlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/ExamplePlugin.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/SharpDisasm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/SharpDisasm.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.API.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant10.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant10.x86.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant20.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant20.x86.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant21.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant21.x86.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant30.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant30.x64.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant30.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant30.x86.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant31.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant31.x64.dll -------------------------------------------------------------------------------- /Steamless_CLI/Plugins/Steamless.Unpacker.Variant31.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Plugins/Steamless.Unpacker.Variant31.x86.dll -------------------------------------------------------------------------------- /Steamless_CLI/Steamless.CLI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Steamless.CLI.exe -------------------------------------------------------------------------------- /Steamless_CLI/Steamless.CLI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/Steamless.CLI.exe.config -------------------------------------------------------------------------------- /Steamless_CLI/infos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/Steamless_CLI/infos.txt -------------------------------------------------------------------------------- /icon_hashtag.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/icon_hashtag.ico -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | pywin32 3 | tkinterdnd2 -------------------------------------------------------------------------------- /sac_emu/dlc_creamapi/config_override.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/dlc_creamapi/config_override.ini -------------------------------------------------------------------------------- /sac_emu/dlc_creamapi/files/cream_api.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/dlc_creamapi/files/cream_api.ini -------------------------------------------------------------------------------- /sac_emu/dlc_creamapi/files/steam_api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/dlc_creamapi/files/steam_api.dll -------------------------------------------------------------------------------- /sac_emu/dlc_creamapi/files/steam_api64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/dlc_creamapi/files/steam_api64.dll -------------------------------------------------------------------------------- /sac_emu/dlc_creamapi/infos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/dlc_creamapi/infos.txt -------------------------------------------------------------------------------- /sac_emu/game_ali213/files/SteamConfig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_ali213/files/SteamConfig.ini -------------------------------------------------------------------------------- /sac_emu/game_ali213/files/steam_api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_ali213/files/steam_api.dll -------------------------------------------------------------------------------- /sac_emu/game_ali213/files/steam_api64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_ali213/files/steam_api64.dll -------------------------------------------------------------------------------- /sac_emu/game_ali213/infos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_ali213/infos.txt -------------------------------------------------------------------------------- /sac_emu/game_goldberg/files/steam_api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_goldberg/files/steam_api.dll -------------------------------------------------------------------------------- /sac_emu/game_goldberg/files/steam_api64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_goldberg/files/steam_api64.dll -------------------------------------------------------------------------------- /sac_emu/game_goldberg/files/steam_settings/DLC.txt: -------------------------------------------------------------------------------- 1 | SAC_NoSpaceDLC -------------------------------------------------------------------------------- /sac_emu/game_goldberg/files/steam_settings/steam_appid.txt: -------------------------------------------------------------------------------- 1 | SAC_AppID -------------------------------------------------------------------------------- /sac_emu/game_goldberg/infos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_emu/game_goldberg/infos.txt -------------------------------------------------------------------------------- /sac_lib/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sac_lib/get_file_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/sac_lib/get_file_version.py -------------------------------------------------------------------------------- /steam_auto_cracker_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BigBoiCJ/SteamAutoCracker/HEAD/steam_auto_cracker_gui.py --------------------------------------------------------------------------------