Warning
This is NOT a finished mod, if you have any suggested changes please create an issue!
- Go to your mw2 game files and make a copy of the already existing iw4x.dll, name it iw4x_normal.dll or something
- Drag the fake_sesh iw4x.dll into the root of your mw2
- Drag the fake_sesh folder into your mw2 mods folder
- Once the game has loaded just click "mods" and it will auto load fake_sesh
- If you want to play without the mod, rename the fake_sesh iw4x.dll to iw4x_fakesesh.dll or something and remove the _normal from your original
- Enjoy!
Important
Clone the git repository instead of downloading the ZIP, as the latter will not work.
- Clone the repository -
git clone https://github.com/iw4x/iw4x-client.git - Run
generate.batto initialize and update submodules and generate the Visual Studio solution - Open/build the generated solution file
build\iw4x.slnwith Visual Studio
To use the iw4x.dll, you must have a valid Modern Warfare 2 installation with the IW4x Rawfiles installed.
Development Setup
- Right-click the IW4x solution in Visual Studio
- Select Properties
- Set the output directory to your MW2 install path
- Right-click the IW4x solution in Visual Studio
- Select Properties
- Select Debugging
- Set the Command value to the path of your
iw4x.exeinside your MW2 game files
Tip:
- Switch to Windowed mode in-game, as breakpoints will lock the window.
- Pressing
F5will launch the game and attach the debugger.- The default hotkey for stopping the debugger is
Shift+F5.
| Action | Info |
|---|---|
| +unstuck | Pushes you up to unstick you from walls and elevators |
| +punstuck | Pushes you forward and up to unstick you from walls and elevators |
| +reset | Teleports you back to spawn |
| +tpbot | Teleports the enemy bot to your crosshair |
| +give_carepackage | Gives you a carepackage |
| +give_predmissile | Gives you a predator missile |
| +set_altswap | Sets the altswap weapon to what you are holding |
| +give_altswap | Gives you altswap weapon (set it with +set_altswap) |
| Command | Info |
|---|---|
| fs_friendly_bot_amount | Amount of friendly bots |
| fs_friendly_bot_reactions | Friendly bots will react in chat when you hit |
| fs_shot_lag_amount | Delay when you shoot (fake lag) |
| fs_aimbot | Aimbot, 0 = disabled, 1 = enabled |
| fs_aimbot_weapon | Aimbot weapon, 0 = snipers only, 1 = all weapons |
| fs_aimbot_range | Aimbot range |
If the game bugs out and multiple enemy bots spawn or unwanted friendly bots spawn, just type map_restart into the console (I will fix this at some point)
- Desire -> fake_sesh developer
- Antiga -> real sesh developer
- INeedGames -> Bot Warfare
- Anyone who has contributed on this repo

