Originally posted by ItzMatriix
Does anyone have the Fast Restart code for MW3 in C++? i tried the regular TOC way and that just fucks the game up.
typedef void (*Fast_Restart)();
Fast_Restart fast_restart = (Fast_Restart)0x822015B0;
or
fast_restart();
------------------------------------
Cbuf_AddText("fast_restart");