├── .gitattributes ├── .gitignore ├── APPID.exe.config ├── LICENSE.md ├── LICENSE.txt ├── README.md ├── bin └── Output_Goes_Here ├── icon └── SteamAutoCrack.ico └── src ├── SteamAutoCrack.cmd └── bin ├── 7z ├── 7za.dll ├── 7za.exe ├── 7zxa.dll ├── License.txt ├── history.txt └── readme.txt ├── APPID ├── APPID.exe ├── APPID.exe.config ├── APPID.pdb ├── Newtonsoft.Json.dll └── Newtonsoft.Json.xml ├── Goldberg ├── generate_interfaces_file.exe ├── job_id ├── steam_api.dll ├── steam_api.dll.bak ├── steam_api64.dll ├── steam_api64.dll.bak └── steam_settings │ ├── DLC.txt │ ├── achievements.json │ ├── settings │ ├── account_name.txt │ ├── language.txt │ ├── listen_port.txt │ └── user_steam_id.txt │ └── steam_appid.txt ├── Steamless ├── ExamplePlugin.7z ├── 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 ├── Steamless.exe └── Steamless.exe.config ├── VRL ├── LinkNS.bat ├── LinkWS.bat ├── NoLink.bat ├── OpenFolderBox.cs ├── OpenFolderBox.exe ├── Script1.bat ├── Script2.bat ├── VRL.exe ├── VRL.pdb ├── go.exe └── hnet.com-image.ico ├── Ver.txt ├── curl ├── curl-ca-bundle.crt ├── curl.exe ├── libcurl.def └── libcurl.dll └── generate_game_infos ├── generate_game_infos.exe ├── libcurl.dll ├── libgcc_s_dw2-1.dll └── libstdc++-6.dll /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/.gitignore -------------------------------------------------------------------------------- /APPID.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/APPID.exe.config -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/README.md -------------------------------------------------------------------------------- /bin/Output_Goes_Here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icon/SteamAutoCrack.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/icon/SteamAutoCrack.ico -------------------------------------------------------------------------------- /src/SteamAutoCrack.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/SteamAutoCrack.cmd -------------------------------------------------------------------------------- /src/bin/7z/7za.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/7za.dll -------------------------------------------------------------------------------- /src/bin/7z/7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/7za.exe -------------------------------------------------------------------------------- /src/bin/7z/7zxa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/7zxa.dll -------------------------------------------------------------------------------- /src/bin/7z/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/License.txt -------------------------------------------------------------------------------- /src/bin/7z/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/history.txt -------------------------------------------------------------------------------- /src/bin/7z/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/7z/readme.txt -------------------------------------------------------------------------------- /src/bin/APPID/APPID.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/APPID/APPID.exe -------------------------------------------------------------------------------- /src/bin/APPID/APPID.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/APPID/APPID.exe.config -------------------------------------------------------------------------------- /src/bin/APPID/APPID.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/APPID/APPID.pdb -------------------------------------------------------------------------------- /src/bin/APPID/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/APPID/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /src/bin/APPID/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/APPID/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /src/bin/Goldberg/generate_interfaces_file.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Goldberg/generate_interfaces_file.exe -------------------------------------------------------------------------------- /src/bin/Goldberg/job_id: -------------------------------------------------------------------------------- 1 | 2911368672 2 | -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Goldberg/steam_api.dll -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_api.dll.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Goldberg/steam_api.dll.bak -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_api64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Goldberg/steam_api64.dll -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_api64.dll.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Goldberg/steam_api64.dll.bak -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/DLC.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/achievements.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/settings/account_name.txt: -------------------------------------------------------------------------------- 1 | FFA -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/settings/language.txt: -------------------------------------------------------------------------------- 1 | english -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/settings/listen_port.txt: -------------------------------------------------------------------------------- 1 | 47584 -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/settings/user_steam_id.txt: -------------------------------------------------------------------------------- 1 | 76561197960287930 -------------------------------------------------------------------------------- /src/bin/Goldberg/steam_settings/steam_appid.txt: -------------------------------------------------------------------------------- 1 | 2016512 -------------------------------------------------------------------------------- /src/bin/Steamless/ExamplePlugin.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/ExamplePlugin.7z -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/ExamplePlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/ExamplePlugin.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/SharpDisasm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/SharpDisasm.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.API.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant10.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant10.x86.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant20.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant20.x86.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant21.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant21.x86.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant30.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant30.x64.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant30.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant30.x86.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant31.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant31.x64.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Plugins/Steamless.Unpacker.Variant31.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Plugins/Steamless.Unpacker.Variant31.x86.dll -------------------------------------------------------------------------------- /src/bin/Steamless/Steamless.CLI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Steamless.CLI.exe -------------------------------------------------------------------------------- /src/bin/Steamless/Steamless.CLI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Steamless.CLI.exe.config -------------------------------------------------------------------------------- /src/bin/Steamless/Steamless.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Steamless.exe -------------------------------------------------------------------------------- /src/bin/Steamless/Steamless.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/Steamless/Steamless.exe.config -------------------------------------------------------------------------------- /src/bin/VRL/LinkNS.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/LinkNS.bat -------------------------------------------------------------------------------- /src/bin/VRL/LinkWS.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/LinkWS.bat -------------------------------------------------------------------------------- /src/bin/VRL/NoLink.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/NoLink.bat -------------------------------------------------------------------------------- /src/bin/VRL/OpenFolderBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/OpenFolderBox.cs -------------------------------------------------------------------------------- /src/bin/VRL/OpenFolderBox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/OpenFolderBox.exe -------------------------------------------------------------------------------- /src/bin/VRL/Script1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/Script1.bat -------------------------------------------------------------------------------- /src/bin/VRL/Script2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/Script2.bat -------------------------------------------------------------------------------- /src/bin/VRL/VRL.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/VRL.exe -------------------------------------------------------------------------------- /src/bin/VRL/VRL.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/VRL.pdb -------------------------------------------------------------------------------- /src/bin/VRL/go.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/go.exe -------------------------------------------------------------------------------- /src/bin/VRL/hnet.com-image.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/VRL/hnet.com-image.ico -------------------------------------------------------------------------------- /src/bin/Ver.txt: -------------------------------------------------------------------------------- 1 | 3.4 -------------------------------------------------------------------------------- /src/bin/curl/curl-ca-bundle.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/curl/curl-ca-bundle.crt -------------------------------------------------------------------------------- /src/bin/curl/curl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/curl/curl.exe -------------------------------------------------------------------------------- /src/bin/curl/libcurl.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/curl/libcurl.def -------------------------------------------------------------------------------- /src/bin/curl/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/curl/libcurl.dll -------------------------------------------------------------------------------- /src/bin/generate_game_infos/generate_game_infos.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/generate_game_infos/generate_game_infos.exe -------------------------------------------------------------------------------- /src/bin/generate_game_infos/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/generate_game_infos/libcurl.dll -------------------------------------------------------------------------------- /src/bin/generate_game_infos/libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/generate_game_infos/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /src/bin/generate_game_infos/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harryeffinpotter/SACM/HEAD/src/bin/generate_game_infos/libstdc++-6.dll --------------------------------------------------------------------------------