Initial commit
This commit is contained in:
commit
683763d7f7
BIN
1,000,000 Key Codes for COD4.mp4
Normal file
BIN
1,000,000 Key Codes for COD4.mp4
Normal file
Binary file not shown.
44
README.md
Normal file
44
README.md
Normal 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.
|
BIN
assets/github/banner-cod4x.png
Normal file
BIN
assets/github/banner-cod4x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
cod4-client-manualinstall_21.1/cod4x_021.dll
Normal file
BIN
cod4-client-manualinstall_21.1/cod4x_021.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/cod4x_patchv2.ff
Normal file
BIN
cod4-client-manualinstall_21.1/cod4x_patchv2.ff
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/crashrpt1403.dll
Normal file
BIN
cod4-client-manualinstall_21.1/crashrpt1403.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/crashrpt_lang.ini
Normal file
BIN
cod4-client-manualinstall_21.1/crashrpt_lang.ini
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/crashsender1403.exe
Normal file
BIN
cod4-client-manualinstall_21.1/crashsender1403.exe
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/dbghelp.dll
Normal file
BIN
cod4-client-manualinstall_21.1/dbghelp.dll
Normal file
Binary file not shown.
70
cod4-client-manualinstall_21.1/install.cmd
Normal file
70
cod4-client-manualinstall_21.1/install.cmd
Normal 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
|
BIN
cod4-client-manualinstall_21.1/jcod4x_00.iwd
Normal file
BIN
cod4-client-manualinstall_21.1/jcod4x_00.iwd
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/launcher.dll
Normal file
BIN
cod4-client-manualinstall_21.1/launcher.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/miles32.dll
Normal file
BIN
cod4-client-manualinstall_21.1/miles32.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/mss32.dll
Normal file
BIN
cod4-client-manualinstall_21.1/mss32.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/msvcp100.dll
Normal file
BIN
cod4-client-manualinstall_21.1/msvcp100.dll
Normal file
Binary file not shown.
BIN
cod4-client-manualinstall_21.1/msvcr100.dll
Normal file
BIN
cod4-client-manualinstall_21.1/msvcr100.dll
Normal file
Binary file not shown.
17
cod4-client-manualinstall_21.1/uninstall.cmd
Normal file
17
cod4-client-manualinstall_21.1/uninstall.cmd
Normal 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
1
readme.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user