Home

Awesome

MW3 Surviv0r

An external cheat for the survival mode in Call of Duty Modern Warfare 3 (Steam), written in C++.

As usual I reversed an old game and had quite some fun, which ended in me writing this cheat for MW3. The process of writing the cheat would be much more fun, if this cheat would be internal but as my framework osmium was designed for external cheats, I had to implement most features externally. This was and is a challenge for myself, especially as the cheat isn't as cpu efficient as I would wish it is. Also there are some bugs which still exist and needs to be fixed - let's see if I got any motivation in the future. Please take these things into consideration before using the cheat, thank you.

Does this cheat work for Plutonium/ whatever custom version?

I don't know. I reversed and wrote the cheat for the current version of MW3 from Steam. It will work there.

Is this cheat VAC secure?

As this cheat uses osmium to read/write memory, there are no special measures implemented to prevent getting detected by VAC. So please use it only in the Solo mode for Survival mode or implement a bypass yourself.

Where can I download the cheat?

You can clone the repository right here, make sure to use git clone ... --recursive because I use osmium as a submodule.

Also make sure to have a look at the installation guide from osmium for preparing the Visual Studio project the correct way: https://github.com/cragson/osmium#installation--setup and https://github.com/cragson/osmium#compilation

If I upload a binary in the future, I will add a download link here.

What features does the cheat have?

How do I start the cheat the correct way?

You can only open the menu ingame!

How do I open the menu and use it?

Press INSERT to open/close the menu You can navigate from the main menu into sub menus with TAB(open) and SHIFT(close) Also you can use the arrow keys to go up or down in the menu To enable/disable/increase/decrease use the left and right arrow keys

How do I save settings?

Currently there is no feature for this implemented, so you need to reconfigure the cheat on every restart

Here is a quick video preview of the cheat (v1.4):

Also here are some screenshots of the menu:

Known issues (d06545f0b51f895c65a9775d8a77e92b1af59fcf)

If you need some changes in the cheat: Clone the repo, change the source yourself and compile it. Feel free to open a pull request - I would really appreciate that! Also I need to thank @King-OrgY for his amazing work he has done in the past, some posts from him really helped me in understanding the engine better.

If you encounter any problems during the installation & compilation, make sure to open an issue - I will do my best to assist you.