:NoFlash Info v1.5.388: Address: 00431505 Pattern if address' change: C7 05 88 98 A4 00 01 00 00 00 OpCode: mov [00A49888],00000001 Nop this for NoFlash.
But Im not "immune" to flashs and concussions... They are just less effective... I don't get blinded by the flashes and the concussion doesn't make me SO slow...
byte[] NoFlash = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x01, 0x00, 0x00, 0x00};
WriteBytes(0x00431505, NoFlash, 10);
BYTE NoFlash[10] = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00};
WriteProcessMemory(ModernWarfare3_Handle, (LPVOID) 0x00431505, (LPCVOID) NoFlash, 10, NULL);
NoFlash For MW3 1.7.413 Address: 0x004DF2F5 Pattern: C7 05 08 A3 A4 00 01 00 00 00 OpCode: mov [00A4A308],00000001