1
Fork 0

base commit

This commit is contained in:
Ventilaar 2021-10-19 22:35:21 +02:00
commit 307b51fa5e
16 changed files with 120 additions and 0 deletions

BIN
AddOn/dlc3_pack.dat Normal file

Binary file not shown.

BIN
AddOn/dlc4_pack.dat Normal file

Binary file not shown.

BIN
AddOn/dlc5_pack.dat Normal file

Binary file not shown.

BIN
AddOn/mode_pack.dat Normal file

Binary file not shown.

BIN
AddOn/precinct_pack.dat Normal file

Binary file not shown.

BIN
MaxPayne3.exe Normal file

Binary file not shown.

12
README.md Normal file
View File

@ -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

BIN
binkw32.dll Normal file

Binary file not shown.

53
cream_api.ini Normal file
View File

@ -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: <dlc_id> = <dlc_description>
; 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)

9
install.bat Normal file
View File

@ -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"

9
install.sh Normal file
View File

@ -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

37
installscript.vdf Normal file
View File

@ -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"
}

BIN
launc.dll Normal file

Binary file not shown.

BIN
socialclub.dll Normal file

Binary file not shown.

BIN
steam_api.dll Normal file

Binary file not shown.

BIN
steam_api_o.dll Normal file

Binary file not shown.