Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Lightbulb Modern Warfare 3 Source Code - NoFlash (MP)

    Get immunity by flash grenades and concussion grenades flashes with this! :

    Code:
    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.
    Works in private AND public matches!

    *EDIT*

    I will try to change C7 05 88 98 A4 00 01 00 00 00 to C7 05 88 98 A4 00 00 00 00 00 to prevent doing a NOP. Dont know if it will work. I will test that later. The NOP method still works. =)

    *UPDATE*

    Changing C7 05 88 98 A4 00 01 00 00 00 to C7 05 88 98 A4 00 00 00 00 00 works perfectly. No need of a NOP. Simpler with this method.
    Last edited by Nachos; 05-05-2012 at 04:03 AM. Reason: Merged posts

  2. #2
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    I did the NOP thing and the game crashes when someone throws a flash at me... I'll try the other metod now...
    Yeah, the changing thing worked... Thanks man 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...

    PS: The Recon Drone Stun makes less effect too

    Last edited by MarkHC; 05-04-2012 at 09:23 PM.


    CoD Minion from 09/19/2012 to 01/10/2013

  3. #3
    merphz's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Code:
    byte[] NoFlash = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x01, 0x00, 0x00, 0x00};
    
    WriteBytes(0x00431505, NoFlash, 10);
    Whats wrong?

  4. #4
    Anonymous..'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by merphz View Post
    Code:
    byte[] NoFlash = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x01, 0x00, 0x00, 0x00};
    
    WriteBytes(0x00431505, NoFlash, 10);
    Whats wrong?
    Change the 0x01 to 0x00 and it's going to work.


    Code:
        BYTE NoFlash[10] = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00};
        WriteProcessMemory(ModernWarfare3_Handle, (LPVOID) 0x00431505, (LPCVOID) NoFlash, 10, NULL);
    Also this:

    Quote Originally Posted by General Shepherd View Post
    I did the NOP thing and the game crashes when someone throws a flash at me... I'll try the other metod now...
    Yeah, the changing thing worked... Thanks man 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...

    PS: The Recon Drone Stun makes less effect too
    Doesn't make inmune, just they're less effective.
    Last edited by Anonymous..; 05-05-2012 at 11:36 AM.

  5. #5
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Smile

    You dont get blinded by the flashes. Thats what I meant by "Immunity" and the Recon drone flash seems to be less effective too.

  6. #6
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Isn't working anymore and I didn't found the new address... The update offset is different...


    CoD Minion from 09/19/2012 to 01/10/2013

  7. #7
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Arrow

    Updated For 1.7.413

    Code:
    NoFlash For MW3 1.7.413
    
    Address: 0x004DF2F5
    
    Pattern: C7 05 08 A3 A4 00 01 00 00 00
    
    OpCode: mov [00A4A308],00000001
    Change Pattern To: C7 05 08 A3 A4 00 00 00 00 00

  8. #8
    Phantomgamers's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Ethiopia
    Posts
    16
    Reputation
    10
    Thanks
    0
    this is nice but i wouldnt use without vac disabler

  9. #9
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by Phantomgamers View Post
    this is nice but i wouldnt use without vac disabler
    Since you use it on the barracks you're safe.. its pretty much the same that a prestige hack does... You don't need to be in a lobby to write the memory


    CoD Minion from 09/19/2012 to 01/10/2013

  10. #10
    Phantomgamers's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Ethiopia
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by General Shepherd View Post
    Since you use it on the barracks you're safe.. its pretty much the same that a prestige hack does... You don't need to be in a lobby to write the memory
    VAC detects modified memory, it doesn't matter when you write it, if it's modified VAC will detect it.
    The reason VAC doesn't ban for prestige hacks is because the prestige value can be changed by the game, so if they banned for it you would get banned if you prestiged regularly.

  11. #11
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Srsly?..Writing on an address?
    Inside a VAC-Secured Game?
    No, Srsly?

  12. #12
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Richard Nixon View Post
    Srsly?..Writing on an address?
    Inside a VAC-Secured Game?
    No, Srsly?
    Sadly, VAC ain't that good
    They don't really care. More like a fear tool :P
    (And ban sometimes to show it works)

    What I think of VAC

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  13. #13
    Goonman1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    152
    Reputation
    9
    Thanks
    280
    My Mood
    Amused
    Hmm i am not quite sure how to do this 0-0 arh i know how to make hacks and stuff jsut a little confused also i need a program so i can use the bytes i lsot my other one anyone link me? here is an example of how i would do it?

    Private flash As New Byte() = {then the bytes..}
    mw3.Hack("iw5mp")
    mw3.SetInt(&H0x004DF2F5, flash) i think i am forgeting somethin but yeah..

  14. #14
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Goonman1 View Post
    Hmm i am not quite sure how to do this 0-0 arh i know how to make hacks and stuff jsut a little confused also i need a program so i can use the bytes i lsot my other one anyone link me? here is an example of how i would do it?

    Private flash As New Byte() = {then the bytes..}
    mw3.Hack("iw5mp")
    mw3.SetInt(&H0x004DF2F5, flash) i think i am forgeting somethin but yeah..
    Dude, you have to use the SetByte or so. Since you can't write a byte list as integer :P

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  15. #15
    Goonman1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    152
    Reputation
    9
    Thanks
    280
    My Mood
    Amused
    Quote Originally Posted by Jorndel View Post
    Dude, you have to use the SetByte or so. Since you can't write a byte list as integer :P
    yeah i jsut realised that..

  16. The Following User Says Thank You to Goonman1 For This Useful Post:

    Jorndel (05-10-2012)

Page 1 of 2 12 LastLast

Similar Threads

  1. Modern Warfare 3 Source Code / Address Thread
    By lolbie in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 281
    Last Post: 11-06-2020, 12:53 AM
  2. Buying blackops or modern warefare 3 or modern warfare 2 codes for steam
    By tavistavis in forum Buying Accounts/Keys/Items
    Replies: 4
    Last Post: 11-24-2011, 09:46 PM
  3. Replies: 60
    Last Post: 02-17-2011, 08:55 AM
  4. Replies: 9
    Last Post: 11-12-2010, 02:48 PM
  5. Call of Duty 4/COD4 : Modern Warfare CD key/Serial Code very cheap
    By MarkoLeopard in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 10-08-2008, 08:09 PM