commit 683763d7f78a6d0ddbeead3495677aaf1bdd48c5 Author: Rim Date: Tue Aug 15 01:14:54 2023 -0400 Initial commit diff --git a/1,000,000 Key Codes for COD4.mp4 b/1,000,000 Key Codes for COD4.mp4 new file mode 100644 index 0000000..2cddd64 Binary files /dev/null and b/1,000,000 Key Codes for COD4.mp4 differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b84ecd --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# COD4x-Mod +[![website](https://img.shields.io/badge/Repackers-_Website-blue)](https://rimmyscorner.com/) + +

+ +

+ +## Prerequisites: Installing Git (Optional) + +If you don't have `git` installed on your machine, follow these steps: + +1. Visit the [Git download page](https://git-scm.com/downloads). +2. Download the appropriate version for your operating system. +3. Run the installer. + - During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path. +4. After installation, open a terminal or command prompt and type `git --version` to ensure Git is correctly installed. + +## Download +Clone the Git repository or download as ZIP. + +- **Clone the repository:** + - Open a terminal or command prompt. + - Run the following command: + ``` + git clone https://github.com/Ahrimdon/cod4x-mod-client.git + ``` + + ***OR*** + +- **Download ZIP** + - Click on the green button at the top of the repo labeled `Code` + - Click `Download ZIP` + + +## Repository Contents + - COD4x-Mod Installation Files + - 1,000,000 License Key Codes + +## Disclaimer + +This software has been created purely for the purposes of +academic research. It is not intended to be used to attack +other systems. Project maintainers are not responsible or +liable for misuse of the software. Use responsibly. \ No newline at end of file diff --git a/assets/github/banner-cod4x.png b/assets/github/banner-cod4x.png new file mode 100644 index 0000000..ca6dfde Binary files /dev/null and b/assets/github/banner-cod4x.png differ diff --git a/cod4-client-manualinstall_21.1/cod4x_021.dll b/cod4-client-manualinstall_21.1/cod4x_021.dll new file mode 100644 index 0000000..9753d29 Binary files /dev/null and b/cod4-client-manualinstall_21.1/cod4x_021.dll differ diff --git a/cod4-client-manualinstall_21.1/cod4x_patchv2.ff b/cod4-client-manualinstall_21.1/cod4x_patchv2.ff new file mode 100644 index 0000000..8ca9396 Binary files /dev/null and b/cod4-client-manualinstall_21.1/cod4x_patchv2.ff differ diff --git a/cod4-client-manualinstall_21.1/crashrpt1403.dll b/cod4-client-manualinstall_21.1/crashrpt1403.dll new file mode 100644 index 0000000..fe8c5ba Binary files /dev/null and b/cod4-client-manualinstall_21.1/crashrpt1403.dll differ diff --git a/cod4-client-manualinstall_21.1/crashrpt_lang.ini b/cod4-client-manualinstall_21.1/crashrpt_lang.ini new file mode 100644 index 0000000..e276530 Binary files /dev/null and b/cod4-client-manualinstall_21.1/crashrpt_lang.ini differ diff --git a/cod4-client-manualinstall_21.1/crashsender1403.exe b/cod4-client-manualinstall_21.1/crashsender1403.exe new file mode 100644 index 0000000..6c5c3f0 Binary files /dev/null and b/cod4-client-manualinstall_21.1/crashsender1403.exe differ diff --git a/cod4-client-manualinstall_21.1/dbghelp.dll b/cod4-client-manualinstall_21.1/dbghelp.dll new file mode 100644 index 0000000..25520df Binary files /dev/null and b/cod4-client-manualinstall_21.1/dbghelp.dll differ diff --git a/cod4-client-manualinstall_21.1/install.cmd b/cod4-client-manualinstall_21.1/install.cmd new file mode 100644 index 0000000..aa3f040 --- /dev/null +++ b/cod4-client-manualinstall_21.1/install.cmd @@ -0,0 +1,70 @@ +@echo off +set version=cod4x_021 + +set basedir="%LOCALAPPDATA%"\CallofDuty4MW + +if not exist %basedir% ( + mkdir %basedir% +) + +set maindir=%basedir%\main +set zonedir=%basedir%\zone + +if not exist %maindir% ( + mkdir %maindir% +) + +if not exist %zonedir% ( + mkdir %zonedir% +) + +set bindir=%basedir%\bin + +if not exist %bindir% ( + mkdir %bindir% +) + +set bindir=%bindir%\%version% + +if not exist %bindir% ( + mkdir %bindir% +) + +cd %~dp0 + +if not exist ..\iw3mp.exe ( + if not exist ..\..\iw3mp.exe ( + if not exist ..\..\..\iw3mp.exe ( + if not exist .\iw3mp.exe ( + echo Error: Updatefolder not placed into cod4 directory + pause + exit /B -1 + ) else ( + set updir=. + ) + ) else ( + set updir=..\..\.. + ) + ) else ( + set updir=..\.. + ) +) else ( + set updir=.. +) + + + +copy miles32.dll %updir%\miles32.dll +copy mss32.dll %updir%\mss32.dll +copy launcher.dll %bindir%\..\launcher.dll +copy crashrpt_lang.ini %bindir%\crashrpt_lang.ini +copy crashrpt1403.dll %bindir%\crashrpt1403.dll +copy crashsender1403.exe %bindir%\crashsender1403.exe +copy dbghelp.dll %bindir%\dbghelp.dll +copy msvcp100.dll %bindir%\msvcp100.dll +copy msvcr100.dll %bindir%\msvcr100.dll +copy %version%.dll %bindir%\%version%.dll +copy jcod4x_00.iwd %maindir%\jcod4x_00.iwd +copy cod4x_patchv2.ff %zonedir%\cod4x_patchv2.ff +echo Done! +pause diff --git a/cod4-client-manualinstall_21.1/jcod4x_00.iwd b/cod4-client-manualinstall_21.1/jcod4x_00.iwd new file mode 100644 index 0000000..a6085a8 Binary files /dev/null and b/cod4-client-manualinstall_21.1/jcod4x_00.iwd differ diff --git a/cod4-client-manualinstall_21.1/launcher.dll b/cod4-client-manualinstall_21.1/launcher.dll new file mode 100644 index 0000000..854b6ee Binary files /dev/null and b/cod4-client-manualinstall_21.1/launcher.dll differ diff --git a/cod4-client-manualinstall_21.1/miles32.dll b/cod4-client-manualinstall_21.1/miles32.dll new file mode 100644 index 0000000..1a9ffd8 Binary files /dev/null and b/cod4-client-manualinstall_21.1/miles32.dll differ diff --git a/cod4-client-manualinstall_21.1/mss32.dll b/cod4-client-manualinstall_21.1/mss32.dll new file mode 100644 index 0000000..d04ece4 Binary files /dev/null and b/cod4-client-manualinstall_21.1/mss32.dll differ diff --git a/cod4-client-manualinstall_21.1/msvcp100.dll b/cod4-client-manualinstall_21.1/msvcp100.dll new file mode 100644 index 0000000..e9eae44 Binary files /dev/null and b/cod4-client-manualinstall_21.1/msvcp100.dll differ diff --git a/cod4-client-manualinstall_21.1/msvcr100.dll b/cod4-client-manualinstall_21.1/msvcr100.dll new file mode 100644 index 0000000..fd91c89 Binary files /dev/null and b/cod4-client-manualinstall_21.1/msvcr100.dll differ diff --git a/cod4-client-manualinstall_21.1/uninstall.cmd b/cod4-client-manualinstall_21.1/uninstall.cmd new file mode 100644 index 0000000..c68a1f9 --- /dev/null +++ b/cod4-client-manualinstall_21.1/uninstall.cmd @@ -0,0 +1,17 @@ +@echo off + +if not exist ..\iw3mp.exe ( + if not exist ..\..\iw3mp.exe ( + echo Error: Updatefolder not placed into cod4 directory + pause + exit /B -1 + ) else ( + set updir=..\..\ + ) +) else ( + set updir=..\ +) + +copy miles32.dll %updir%\mss32.dll +echo Done! +pause diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..037fdd1 --- /dev/null +++ b/readme.txt @@ -0,0 +1 @@ +Copy the folder cod4-client-manualinstall_21.0, but not its content, into your cod4 game folder. Enter the folder cod4-client-manualinstall_21.0. Run install.cmd