360haven works best with JavaScript enabled
Black OPS? - Page 2
Loading
Page 2 of 3 FirstFirst 123 LastLast
Results 9 to 16 of 18

Thread: Black OPS?

  1. #9
    Haven Donator
    NINJA JAY is offline
    Join Date : Dec 2010
    Location : New England, USA
    Posts : 79
    Array
    They just put a video up for vahalla showing the mods on retail console working for zombies and campaign...it looks awesome! I really hope someone with knowledge can get something going cause sure as hell can't afford a platnum membership let alone anything with 2 kids and the holiday's here!

    I noticed that the newer version of modio got rid of the COD tool? anyone else see this?

  2. #10
    Developer
    Mocha is offline
    Join Date : Dec 2010
    Location : Southampton Pennslyvania
    Posts : 85
    Array
    Quote Originally Posted by Matt View Post
    Well COD 4 and MW2 had adler32 both I think because both of them were done by infinity ward. I doubt treyarch did the same but you never know..

    EDIT: Also the game has a security check somewhere in the save or xex I am not sure where it is but I know it has it. Anyways it checks to make sure dvars are normal values and if they are not they are reset. I think. Tell me if I am wrong.
    Cod 4 had CRC32, not sure about MW2. But black ops has AES Encryption + Hmac hash.

  3. #11
    Developer
    Buddah is offline
    Join Date : Dec 2010
    Posts : 253
    Array
    Quote Originally Posted by Genesis View Post
    No it had adler32 :P or atleast I knew COD4 MW2 did.
    may want to check again mate, they are both crc32.

  4. #12
    Haven Donator
    NINJA JAY is offline
    Join Date : Dec 2010
    Location : New England, USA
    Posts : 79
    Array
    Well...I love this editor but was it put in here by accident? LOL...

  5. #13
    Haven Donator
    NINJA JAY is offline
    Join Date : Dec 2010
    Location : New England, USA
    Posts : 79
    Array
    I Have to double post as I can not edit my last post! due to it not showing when I go to the next page...only the TLR editor shows???

    I dont know what the hell is going on but when I go to next page from my black ops thread it shows the TLR version 3.5 editor???? Hence my previous post...I have cleared cookies and rebooted...still going on...I hope it is temporary...CRAZY!

    Anyone else?
    Last edited by NINJA JAY; 12-08-2010 at 03:32 AM.

  6. #14
    Xbox God

    Genesis is offline
    Join Date : Dec 2010
    Posts : 718
    Array
    Quote Originally Posted by Buddah View Post
    may want to check again mate, they are both crc32.

    No your wrong COD4 MW2 Has adler32 COD4 MW had CRC32

    Code:
    uint adler32(byte[] data){
        uint a = 1;
        uint b = 0;
        
        for(int i = 0; i < data.Length; i++){
            a = (a + data[i]) % 65521;
            b = (b + a) % 65521;
        }
    
        return (b << 16) | a;
    }
    This is how it will be used
    Code:
    iostream.Position = 0x454;
    uint sum = adler32(reader.ReadBytes(iostream.Length - 0x454));
    
    iostream.Position = 0x8;
    writer.WriteUInt32(sum);
    This code Calculates the check on MW2 SAVE.
    Last edited by Genesis; 12-16-2010 at 03:45 AM.

  7. #15
    Haven Donator
    kero is offline
    Join Date : Dec 2010
    Posts : 127
    Array
    Quote Originally Posted by NINJA JAY View Post
    They just put a video up for vahalla showing the mods on retail console working for zombies and campaign...it looks awesome! I really hope someone with knowledge can get something going cause sure as hell can't afford a platnum membership let alone anything with 2 kids and the holiday's here!

    I noticed that the newer version of modio got rid of the COD tool? anyone else see this?
    I think they were saying they mod the users profile so it works on retail boxes. I think there were similar mods done with xex hacks. Most of the hacks seemed to get transfered to the save. Thats why i made the god mode save set for those who have a retail box. None of these other mods got me interested and i know with things like unlimited ammos its stuffed the game up at certain points as you could not change weapons.

  8. #16
    Haven Donator
    Ninja Twin is offline
    Join Date : Dec 2010
    Posts : 150
    Array
    Are there any Zombie mods that do not need a Jtag console. I just popped in the game today and the Zombie mode is a pain in the ass.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 04-24-2015, 09:58 PM
  2. Replies: 0
    Last Post: 04-06-2015, 11:52 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯