commit 307b51fa5e9a39c2d8218bc3dfa630da2fab525a Author: Ventilaar Date: Tue Oct 19 22:35:21 2021 +0200 base commit diff --git a/AddOn/dlc3_pack.dat b/AddOn/dlc3_pack.dat new file mode 100644 index 0000000..304768e Binary files /dev/null and b/AddOn/dlc3_pack.dat differ diff --git a/AddOn/dlc4_pack.dat b/AddOn/dlc4_pack.dat new file mode 100644 index 0000000..d391f21 Binary files /dev/null and b/AddOn/dlc4_pack.dat differ diff --git a/AddOn/dlc5_pack.dat b/AddOn/dlc5_pack.dat new file mode 100644 index 0000000..bf2f145 Binary files /dev/null and b/AddOn/dlc5_pack.dat differ diff --git a/AddOn/mode_pack.dat b/AddOn/mode_pack.dat new file mode 100644 index 0000000..6adae26 Binary files /dev/null and b/AddOn/mode_pack.dat differ diff --git a/AddOn/precinct_pack.dat b/AddOn/precinct_pack.dat new file mode 100644 index 0000000..6c9998d Binary files /dev/null and b/AddOn/precinct_pack.dat differ diff --git a/MaxPayne3.exe b/MaxPayne3.exe new file mode 100644 index 0000000..fb1ef6e Binary files /dev/null and b/MaxPayne3.exe differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..72a82b8 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Max Payne 3 launcher bypass +When you pay for a product you are not expected to pay for it again. Unless it's a subscription. +But this game as not. I paid for it, I don't have to anymore with my personal data that you gather with your fucking Socialclub launcher. +Fuck you Take-Two Interactive + +## How 2 install + +1. Copy these files to the game directory +2. Overwrite any files if asked +3a. Run the install.bat script ad administrator if on Windows +3b. Run install.sh if on linux +4. Do not verify game integrity when asked by Steam \ No newline at end of file diff --git a/binkw32.dll b/binkw32.dll new file mode 100644 index 0000000..da03db8 Binary files /dev/null and b/binkw32.dll differ diff --git a/cream_api.ini b/cream_api.ini new file mode 100644 index 0000000..4df3c85 --- /dev/null +++ b/cream_api.ini @@ -0,0 +1,53 @@ +[steam] +; Application ID (http://store.steampowered.com/app/%appid%/) +appid = 204100 +; Current game language. +; Uncomment this option to turn it on. +; Default is "english". +;language = german +; Enable/disable automatic DLC unlock. Default option is set to "false". +; Keep in mind that this option WON'T work properly if the "[dlc]" section is NOT empty +unlockall = false +; Original Valve's steam_api.dll. +; Default is "steam_api_o.dll". +orgapi = steam_api_o.dll +; Original Valve's steam_api64.dll. +; Default is "steam_api64_o.dll". +orgapi64 = steam_api64_o.dll +; Enable/disable extra protection bypasser. +; Default is "false". +extraprotection = false +; The game will think that you're offline (supported by some games). +; Default is "false". +forceoffline = false +; Some games are checking for the low violence presence. +; Default is "false". +;lowviolence = true +; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm). +; Default is "0" (1970/01/01). +;purchasetimestamp = 0 + +[steam_misc] +; Disables the internal SteamUser interface handler. +; Does have an effect on the games that are using the license check for the DLC/application. +; Default is "false". +disableuserinterface = false + +[dlc] +; DLC handling. +; Format: = +; e.g. : 247295 = Saints Row IV - GAT V Pack +; If the DLC is not specified in this section +; then it won't be unlocked +204106 = Classic Max Character DLC (Max Payne 3: Classic Max Payne Character) +204107 = Pill Bottle Item DLC (Max Payne 3: Pill Bottle Item) +204108 = Special Edition Pack DLC (Max Payne 3: Special Edition Pack) +204109 = Cemetery Map DLC (Max Payne 3: Cemetery Map) +204110 = Deadly Force DLC (Max Payne 3: Deadly Force Burst) +204111 = Silent Killer DLC (Max Payne 3: Silent Killer Loadout Pack) +204112 = Max Payne 3: Disorganized Crime Pack +211520 = Local Justice Map Pack (Max Payne 3: Local Justice Pack) +211521 = Max Payne 3: Hostage Negotiation Pack +211522 = Max Payne 3: Painful Memories Pack +211523 = Max Payne 3: Deathmatch Made In Heaven Pack +213370 = Max Payne 3 Season Pass (Max Payne 3 Rockstar Pass) diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..1b2a3cf --- /dev/null +++ b/install.bat @@ -0,0 +1,9 @@ +@echo off +cd /D "%~dp0" +rmdir /s /q ".AddOn" +ren "AddOn" ".AddOn" +del "PlayMaxPayne3.exe" +mklink "PlayMaxPayne3.exe" "MaxPayne3.exe" +del "install.sh" +del "install.bat" +del "README.md" \ No newline at end of file diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..4e5e50f --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash +mkdir -p '.AddOn' +mv ./AddOn/*.dat './.AddOn/' +rmdir AddOn +rm PlayMaxPayne3.exe +ln -s MaxPayne3.exe PlayMaxPayne3.exe +rm install.bat +rm install.sh +rm README.md \ No newline at end of file diff --git a/installscript.vdf b/installscript.vdf new file mode 100644 index 0000000..b6f66fb --- /dev/null +++ b/installscript.vdf @@ -0,0 +1,37 @@ +"InstallScript" +{ + "Registry" + { + "HKEY_LOCAL_MACHINE\\SOFTWARE\\Rockstar Games\\Max Payne 3" + { + "string" + { + "InstallFolderSteam" "%INSTALLDIR%\\Max Payne 3" + } + } + "HKEY_LOCAL_MACHINE\\SOFTWARE\\Rockstar Games\\Max Payne 3\\1.00.0000" + { + } + } + "Run Process" + { + "DXSetup" + { + "HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\204100" + "process 1" "%INSTALLDIR%\\MP3_Installers\\DirectX\\DXSETUP.exe" + "command 1" "/silent" + "NoCleanUp" "1" + } + "VCRedist" + { + "HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\204100" + "process 1" "%INSTALLDIR%\\MP3_Installers\\vcredist_x86.exe" + "command 1" "/q:a" + "NoCleanUp" "1" + } + } +} +"kvsignatures" +{ + "InstallScript" "34c7060410480b934ad3d795166e2cd1d82c7a98ae5523ad82e45b5d8184f7d7622c40f811908bf90f2ccde15738cd9c8fbb9ded7213d008e07d110e7987a7c73ea8746c6a7ea577d28bd466722f3612d90abde29b1d9d06b7cb847ed7f6340cc561b67edbc28e3b48d9f86d41bbdc757142b628c855b64ee729fe985caa8623" +} diff --git a/launc.dll b/launc.dll new file mode 100644 index 0000000..a9151af Binary files /dev/null and b/launc.dll differ diff --git a/socialclub.dll b/socialclub.dll new file mode 100644 index 0000000..ac6d309 Binary files /dev/null and b/socialclub.dll differ diff --git a/steam_api.dll b/steam_api.dll new file mode 100644 index 0000000..d5ba02a Binary files /dev/null and b/steam_api.dll differ diff --git a/steam_api_o.dll b/steam_api_o.dll new file mode 100644 index 0000000..fa1ee11 Binary files /dev/null and b/steam_api_o.dll differ