Results 1 to 12 of 12
  1. #1
    skeletonmage's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    45

    What are the current addresses for the Camos?

    Hi!

    I just wanted to ask if anybody knows the current adresses for the different Camouflages (incl Winter and Marine).

    Thanks.

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    The cammo's are stored in the same array for each weapon class so they'll be static, you can find them on CE by searching for ur class name and looking for changes above it as u change the weapon/perks etc.

  3. The Following User Says Thank You to Kenshin13 For This Useful Post:

    skeletonmage (11-03-2012)

  4. #3
    Violence begets violence, so why give it back?
    MPGH Member
    Skinksteek's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In a Care Package
    Posts
    497
    Reputation
    30
    Thanks
    623
    My Mood
    Angelic
    I have no clue.. ask anyone who has created a camo hack?
    Made by @Jorndel


    [IMG]https://www.danasof*****m/sig/Trololol132237.jpg[/IMG]


    Leecher: 0 []
    Choob: 25 []
    Newbie: 50 []
    Member: 100 []
    Advanced Member: 150 []
    Dual-Keyboard Member: 250 []
    Expert Member: 500 []
    Bobo's Trainer: 750 [X]
    MPGH Expert: 1000 [X]
    Synthetic Hacker: 1250 [X]
    Blackhat Hacker: 1500 [X]
    Whitehat Hacker: 2000 [X]
    Bobo's Guardian: 2500 [X]
    Upcoming MPGHiean: 3000 [X]
    MPGH Addict: 3500 [X]
    MPGHiean: 4000 [X]
    MPGH Knight: 4500 [X]
    MPGH Lord: 5000 [X]
    MPGH Champion: 5500 [X]
    MPGH King: 6000 [X]
    "Wish me a good luck."

  5. The Following User Says Thank You to Skinksteek For This Useful Post:

    skeletonmage (11-03-2012)

  6. #4
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by Skinksteek View Post
    I have no clue.. ask anyone who has created a camo hack?
    Maybe there is a reason to why he asked here then?
    And the answer has already been given.

    Else he can go to our source thread and just update the one form the previous patch. With the: +3300 Hex value.

     
    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

  7. The Following User Says Thank You to Jorndel For This Useful Post:

    skeletonmage (11-03-2012)

  8. #5
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by Skinksteek View Post
    I have no clue.. ask anyone who has created a camo hack?
    If you have no legible answer, why respond?

    Also I worked em out:
    (For TeknoMW3/IW5M)
    Code:
    
    Class 1 (Cammo) -> 0x01CDBFF2
    Update Value -> 0x62
    Gold Cammo -> 0x0D
    
    So in a C++ Program (Internal) you can set all classes to gold cammo's by doing it like this:
    Code:
    
    int AddrArrays[16];
    for(int i=0; i<sizeof(AddrArrays); i++)
    {
       AddrArrays[i] = (0x01CDBFF2 + (0x62*i));
       *(BYTE*)AddrArrays[i] = 0x0D;
    }
    


    To update this, you need to find the update value between versions... 1.9.453 - 1.4.382 = Update Value.
    Just add the update value to the 0x1CDBFF2.
    Last edited by Kenshin13; 11-02-2012 at 07:48 PM.

  9. The Following User Says Thank You to Kenshin13 For This Useful Post:

    skeletonmage (11-03-2012)

  10. #6
    skeletonmage's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    45
    Thanks for your input everyone!

    What I finally did was use the Primary and Secondary camos from the Top Post of the Adresses Thread, and find out which value is which camo. Winter is 9, apparently.

    I created a Cheat Engine table (just remove the .txt) that sets all Primaries and Secondaries to Winter camo, just activate the adresses for the specific classes. (Be aware that adding camo to a pistol or a non primary secondary will make the weapon unusable).

    No virus check because it's really just an xml :P

    <b>Downloadable Files</b> Downloadable Files

  11. The Following 4 Users Say Thank You to skeletonmage For This Useful Post:

    Argiee (12-17-2012),HWSRhaerhaerhaehehr (11-04-2012),zotaj (07-24-2013),_itz3bood (08-16-2016)

  12. #7
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by skeletonmage View Post
    Thanks for your input everyone!

    What I finally did was use the Primary and Secondary camos from the Top Post of the Adresses Thread, and find out which value is which camo. Winter is 9, apparently.

    I created a Cheat Engine table (just remove the .txt) that sets all Primaries and Secondaries to Winter camo, just activate the adresses for the specific classes. (Be aware that adding camo to a pistol or a non primary secondary will make the weapon unusable).

    No virus check because it's really just an xml :P

    and 7 is marine if I don't remember wrong

     
    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. The Following User Says Thank You to Jorndel For This Useful Post:

    skeletonmage (11-03-2012)

  14. #8
    skeletonmage's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    45
    Yep, I know

    I first counted the number of camos and put in the 11 for gold, but it was red - you really kinda see how Winter and Marine weren't meant to be cut from the game in the first place.
    Last edited by skeletonmage; 11-03-2012 at 12:57 PM.

  15. #9
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Marine And Winter, so that's the easier way.... Well thx then. Gonna do it

  16. #10
    LEGiiTxCHAOTiiC's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Chicago
    Posts
    200
    Reputation
    39
    Thanks
    72

    Lightbulb CoD:MW3 Item Values

    Values for Camo:
    Code:
    None = 0
    Classic = 1
    Snow = 2
    Multicam = 3
    DigitalUrban = 4
    Hex = 5
    Choco = 6
    Marine = 7
    Snake = 8
    Winter = 9
    Blue = 10 (hex: 0xA or Ah)
    Red = 11 (hex: 0xB or Bh)
    Autumn = 12 (hex: 0xC or Ch)
    Gold = 13 (hex: 0xD or Dh)
    If you need values for any other weapons, perks, proficiency(s), etc.:
    Code:
    Call of Duty: Modern Warfare 3 - Hex Values (Note: Values not prefixed with (0x) are decimal values and need to be
    converted to hexadecimal.
    You will find different offsets for Custom Classes depending on what version of Modern Warfare 3 you play (Steam / IW5M / Tekno), but the item values will remain the same for all of the game versions (As far as I am aware, @Kenshin13 please correct me if I'm wrong).
    Last edited by LEGiiTxCHAOTiiC; 11-05-2012 at 03:52 PM.

  17. The Following 2 Users Say Thank You to LEGiiTxCHAOTiiC For This Useful Post:

    skeletonmage (11-09-2012),Skinksteek (11-07-2012)

  18. #11
    skeletonmage's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    45
    Yep, so you can find them easily by simply chaning the camos of the class you want to find and check for changes in values with CheatEngine.

  19. #12
    skeletonmage's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    45
    I updated the CheatTable* to be a little more clear - now the Classes are in order AND I added the private match classes.

    Again, no check, it's just an xml, just remove the .txt for CheatEngine to recognise it.

    The values for the specific camos are posted above.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by skeletonmage; 11-10-2012 at 04:07 PM.

Similar Threads

  1. Whats Your Favorite Cham Configuration For The Hacks?
    By (Corndog) in forum Combat Arms Discussions
    Replies: 16
    Last Post: 11-15-2009, 08:00 AM
  2. What are the Start Weapon for the solidier class?
    By xxSkull8xX in forum Battlefield Heroes Hacks
    Replies: 3
    Last Post: 07-17-2009, 11:45 PM
  3. Some people are gonna ruin it for the rest of us.
    By rustynuts in forum Combat Arms Europe Hacks
    Replies: 10
    Last Post: 01-29-2009, 06:19 AM
  4. WHat the current SWF for Adventure Quest
    By blitzbaby789 in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 5
    Last Post: 01-06-2009, 05:25 AM
  5. giv me the address for the things needed to hack plz?
    By jd3996 in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 10-17-2008, 09:32 PM