Initial commit

This commit is contained in:
Rim 2023-08-15 01:14:54 -04:00
commit 683763d7f7
18 changed files with 132 additions and 0 deletions

Binary file not shown.

44
README.md Normal file
View File

@ -0,0 +1,44 @@
# COD4x-Mod
[![website](https://img.shields.io/badge/Repackers-_Website-blue)](https://rimmyscorner.com/)
<p align="center">
<img src="assets/github/banner-cod4x.png?raw=true" />
</p>
## 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

1
readme.txt Normal file
View File

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