Post: Black ops Decryption Key
12-10-2010, 11:43 PM #1
Pauliinho14
Error… Cat invasion!
(adsbygoogle = window.adsbygoogle || []).push({});
    THIS WAS FOUND BY ME. I TRUSTED ARMAN AND HE BETRAYED ME SO HERE IS THE REAL RELEASE!!!
1.
byte[] Key = { 0x1a, 0xc1, 0xd1, 0x2d, 0x52, 0x7c, 0x59, 0xb4, 0x0e, 0xca, 0x61, 0x91, 0x20, 0xff, 0x82, 0x17, 0xcc, 0xff, 0x09, 0xcd, 0x16, 0x89, 0x6f, 0x81, 0xb8, 0x29, 0xc7, 0xf5, 0x27, 0x93, 0x40, 0x5d };
2.

3.
// Iv table
4.
private static byte[] Table;
5.

6.
// Lookup values
7.
private static int[] BlockNums;
8.

9.
public static void BuildTable(byte[] Feed)
10.
{
11.
// Init tables
12.
Table = new byte[4000];
13.
BlockNums = new int[] { 1, 1, 1, 1 };
14.

15.
// Build table
16.
int ptr = 0;
17.
for (int i = 0; i < 200; i++)
18.
{
19.
for (int x = 0; x < 5; x++)
20.
{
21.
// Check next byte
22.
if (Feed[ptr] == 0x00)
23.
ptr = 0;
24.

25.
// Copy 4 times
26.
Table[(i * 20) + (x * 4)] = Feed[ptr];
27.
Table[(i * 20) + (x * 4) + 1] = Feed[ptr];
28.
Table[(i * 20) + (x * 4) + 2] = Feed[ptr];
29.
Table[(i * 20) + (x * 4) + 3] = Feed[ptr];
30.
ptr++;
31.
}
32.
}
33.
}


I DO NOT TAKE CREDITS FOR THIS
THIS IS ONLY FOR XBOX, MAYBE WITH THIS WE CAN FIND PS3 TOO

UPDATE :

FULL CODE HERE : You must login or register to view this content. (Thanks to ZoneTw0)
Credits : Arman and Chocolate (Thanks to Boydeyyy)
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Pauliinho14 for this useful post:

SavageRising
12-11-2010, 06:43 AM #11
xzxero
Kush Nugget
wow, you guys are amazing if its the real deal.

well not to OP, but the actual founders.
12-11-2010, 07:39 AM #12
dansbmx
BAY AREA*925*STUNTIN
This shit better be LEGIT. lol thanks for the info.
12-11-2010, 05:25 PM #13
Pauliinho14
Error… Cat invasion!
Originally posted by dansbmx View Post
This shit better be LEGIT. lol thanks for the info.

It seems to be legit, but i dont have a xbox :(
12-11-2010, 05:38 PM #14
Pauliinho14
Error… Cat invasion!
Originally posted by Cloud View Post
So with this we can make modded patches right?


Hmm if it works, yes

The following user thanked Pauliinho14 for this useful post:

Maty360414
12-11-2010, 05:40 PM #15
Maty360414
dev_hdd0/game/BLUS30377
pretty nice!!!! some hacker come here!!!!!!!!!!!!!!!!!!!!1
12-12-2010, 12:59 AM #16
ihaxgames
Treasure hunter
I'm shocked hunter hasn't posted here, I'd expect him to, he probably didn't post here for a reason if he read it
12-12-2010, 01:07 AM #17
kerzhakov
Do a barrel roll!
im not sure if its true but i got told there is no key
12-12-2010, 01:08 AM #18
hunter12
Retired, done with gaming
Originally posted by ihaxgames View Post
I'm shocked hunter hasn't posted here, I'd expect him to, he probably didn't post here for a reason if he read it


because this is fake xD

I don't really even care, its all about textures = D

The following 4 users say thank you to hunter12 for this useful post:

Mw2Freak13, Rath, tayen, Warlockplayer19
12-12-2010, 01:20 AM #19
ihaxgames
Treasure hunter
Originally posted by hunter12 View Post
because this is fake xD

I don't really even care, its all about textures = D


I'm assuming you know that because you tested it? How else could you know for sure? Btw, I have an idea for online access on 3.41, If you're interested PM me your MSN, I don't think anyone's tried it yet, u or other good hackers might've, I haven't tried yet cuz I'm waiting for my bro to get his 360, then I can downgrade. (I'm on 3.50)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo