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-10-2010, 11:48 PM #2
egonadrian
Pedo-Smilez FTW!
Hopefully its the real deal.
12-10-2010, 11:50 PM #3
iMiKeYz
Gym leader
Originally posted by egonadrian View Post
Hopefully its the real deal.


Yea, it is...But thats only half of the code.
12-10-2010, 11:54 PM #4
ZoneTw0
You talkin to me?
. .

The following user thanked ZoneTw0 for this useful post:

MURJACK
12-10-2010, 11:58 PM #5
gola
OVER 9000!
Originally posted by Pauliinho14 View Post
    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, AND ITS FOR XBOX.
With that maybe we could find ps3 key yeah?

source : se7en sins
Atleast give real credit, its by Arman 360 and Chocolate.

The following user thanked gola for this useful post:

Pauliinho14
12-10-2010, 11:59 PM #6
ZoneTw0
You talkin to me?
. .
12-10-2010, 11:59 PM #7
Pauliinho14
Error… Cat invasion!
Originally posted by Boydeyyy View Post
Atleast give real credit, its by Arman 360 and Chocolate.


Thanks, and i didnt give credit cuz i didnt know the real guy that made this Winky Winky
12-11-2010, 12:36 AM #8
Ritztro
I am a Game Developer
Hey guys if you don't understand what this does, don't even try to continue hacking and taking credit.. Because you are a leecher most of the time..

The following 5 users say thank you to Ritztro for this useful post:

IRiSe_GodFather, Kakashii, NGU_MVRz, x-FuRY-x, ZoneTw0
12-11-2010, 03:42 AM #9
ihaxgames
Treasure hunter
Correct me if I'm wrong, but did they find the public or private key? I know some people have obtained the public key before, but I don't know how they did
12-11-2010, 05:49 AM #10
Originally posted by ihaxgames View Post
Correct me if I'm wrong, but did they find the public or private key? I know some people have obtained the public key before, but I don't know how they did


the public key i believe is the one from mw2.... this is the private key.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo