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-12-2010, 02:04 AM #20
can any one decode this:


쉢䎄璜ﯴ혯㜹灺벨銣㖟繁ᢈᶐ骯根ᄓꑱ镯ꪈﮅჲᩉ薷᷑�竉ଵ첿罆결宥괋쿴햕Ⓥ솺鍌⽑⮣弿㳥橂ὄ篥ꍻ逩ﳩ㱷趖䁧抡㵐轒揷᛼᧷襋뮱䆸꣍⇼엓骞䝷蠩똓ᶬ䊺몹ꜛ䮞�놚鴻句췈刓뷔✱쭳菓�잿聒픆禗뻊睝႞擊骝気齞開뉧쳒묽᜷ᙉㄛ裎牾摕쇡莲蚳—㒸퐞幵ⓧﵑ젣参뮉燭뉘캍恂慖⻺厃惬〠滎旕¾䜍䟬淘輧䐉恅⧒ᱤ봋勯룈힁ᬏ뭆ᆭеꗓ멬簜�쪉뛅Ṗ䒵霥惊Ք尗驖몹죚珪彟䈲㺙걨衪롴싡᱁夺ꏻ옰粮衱陆㖊፪縹ῠ톉槺띚◇⺯狿昕ዮ䒗ဈ嚋鋰⽅愉杤堤률୼鐄ﻝ䱻࣡ꐒ诶墫ખ겻笚㵦埡测ฟ䀱ﯦ�羕㽢궶骡剭笯諜睎榽⭘脥ꚃ뺶壾릅Ⲱ뾩૔龜룜ΐ늇⯕㌕삍뒹ꈑ䂱뀗酙頇ꦺ屳朗鯈᷈㢱�歾钑䆩ꑎ몜괦ퟑ᯵愡긏爌돖ᶖ옫檐떧ﰹ⽫⦀赬蔟⦐ᐰ얣睴ₔ碚ꅴ泮╀듙곗✯㲵ᔬὯ栋٢哪솿㈅陙Ặ쾦嶩夂⁞ᧄ໽窕䨟㻉疞穘甉밋퇙媴ӭ໲㛺欎첽ᘅ受ઽⲬ镽놽ꘌ⠺ꝭ䟿꥽迚㖩穎퐅卭ᯫ岉띰䳇祴篹阕狴੓轌銴䍔䓫䰍쌫㑷쏐晘蠛竲觀蠟䉁꿻┪皉粷䭗㗦㿐䙭㒿둹﴾ﴥ袗듣�뫵䬮郶㨟弦鈡㧹陥⿡㜮톟綪绉꽠襜敋ᄐ䠂붮Ⅼ稁穬㯄ೞ裋龠䖻ꌪꪎ馋応ﶼ菫ꉌ馁笘對ꫀ窱慑閞낎ᘲ㯁ⶾ�䊃碦ꦰ醇�ﺎ㍩뻇嫾�榲࡞㫇櫡锣ꍝᆜᢤ䯩䓥㝨�ᖧℾ쑋ୀ敠㼯寽ᙚ䮺∔揀♕齏曐귆
12-12-2010, 02:17 AM #21
Brian235026
< ^ > < ^ >
ncie nwo we might find some shit for the ps3 finally that works like mod menu
12-12-2010, 04:09 AM #22
BuC-ShoTz
TeamMvKâ?¢
the added part at the bottom means this

    #include <stdio.h> 
main(t,_,a)char *a;{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86,0,a+1)+a)):1,t<_?main(t+1,_,a):3,main(-94,-27+t,a)&&t==2?_<13?
main(2,_+1,"%s %d %d\n"):9:16:t<0?t<-72?main(_,t,
"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+,/+#n+,/#\
;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l \
q#'+d'K#!/+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'Winky Winky{)#}w'Winky Winky{){nl]'/+#n';d}rw' i;# \
){nl]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#n'wk nw' \
iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \
;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;#'rdq#w! nr'/ 'Winky Winky }+}{rl#'{n' 'Winky Winky# \
}'+}##(!!/")
:t<-50?_==*a?putchar(31[a]):main(-65,_,a+1):main((*a=='/'Winky Winky+t,_,a+1)
:0<t?main(2,2,"%s"):*a=='/'||main(0,main(-61,*a,
"!ek;dc i@bK'(q)-[w]*%n+r3#l,{}:\nuwloca-O;m .vpbks,fxntdCeghiry"),a+1);}



The program generates the very repetitive twelve nights of christmas
song. So the compression method is effectively LZ77, repeating strings
of text. The string in the last two lines is just a substitution code
for the long string in the middle. The string in the middle translated
is:

On the
/first/second/third/fourth/fifth/sixth/seventh/eighth/ninth/tenth/eleventh/twelfth/
day of Christmas my true love gave to me
/twelve drummers drumming, /eleven pipers piping, /ten lords a-leaping,
/nine ladies dancing, /eight maids a-milking, /seven swans a-swimming,
/six geese a-laying, /five gold rings;
/four calling birds, /three french hens, /two turtle doves
and /a partridge in a pear tree.

/

where the slashes are used as markers for emitting the strings.

The following 2 users say thank you to BuC-ShoTz for this useful post:

Rath, x-FuRY-x
12-12-2010, 05:02 AM #23
Rath
Today Will Be Different
Originally posted by BucN View Post
the added part at the bottom means this

    #include <stdio.h> 
main(t,_,a)char *a;{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86,0,a+1)+a)):1,t<_?main(t+1,_,a):3,main(-94,-27+t,a)&&t==2?_<13?
main(2,_+1,"%s %d %d\n"):9:16:t<0?t<-72?main(_,t,
"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+,/+#n+,/#\
;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l \
q#'+d'K#!/+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'Winky Winky{)#}w'Winky Winky{){nl]'/+#n';d}rw' i;# \
){nl]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#n'wk nw' \
iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \
;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;#'rdq#w! nr'/ 'Winky Winky }+}{rl#'{n' 'Winky Winky# \
}'+}##(!!/")
:t<-50?_==*a?putchar(31[a]):main(-65,_,a+1):main((*a=='/'Winky Winky+t,_,a+1)
:0<t?main(2,2,"%s"):*a=='/'||main(0,main(-61,*a,
"!ek;dc i@bK'(q)-[w]*%n+r3#l,{}:\nuwloca-O;m .vpbks,fxntdCeghiry"),a+1);}



The program generates the very repetitive twelve nights of christmas
song. So the compression method is effectively LZ77, repeating strings
of text. The string in the last two lines is just a substitution code
for the long string in the middle. The string in the middle translated
is:

On the
/first/second/third/fourth/fifth/sixth/seventh/eighth/ninth/tenth/eleventh/twelfth/
day of Christmas my true love gave to me
/twelve drummers drumming, /eleven pipers piping, /ten lords a-leaping,
/nine ladies dancing, /eight maids a-milking, /seven swans a-swimming,
/six geese a-laying, /five gold rings;
/four calling birds, /three french hens, /two turtle doves
and /a partridge in a pear tree.

/

where the slashes are used as markers for emitting the strings.


This is helpful =D And interesting to say the least xD
12-12-2010, 05:54 PM #24
Rath
Today Will Be Different
Originally posted by hunter12 View Post
because this is fake xD

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


I agree this is fake reason being this... This is obviously a C++ program, but when you go to compile it you get 4 errors.

They consist of.

Line 1: Error: Expected constructor, destructor, or type conversion before 'key'

Line 7: Error: Expected unqualified-id before 'private'

Line 13: Error: Expected unqualified-id before 'private'

Line 17: Error: Expected unqualified-id before 'public'

So obviously this is FAKE and GAY!
12-13-2010, 12:02 AM #25
lilnatsfan44
At least I can fight
Originally posted by egonadrian View Post
Hopefully its the real deal.



If your the editor of the pic in your sig... you should have it say Playing Team Deathmatch on The Moon
12-14-2010, 01:53 AM #26
Blackstorm
Veni. Vidi. Vici.
Originally posted by hunter12 View Post
because this is fake xD

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


lol i can tell, look what ihate told me...


#
#include <stdio.h>
#
main(t,_,a)char *a;{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
#
main(-86,0,a+1)+a)):1,t<_?main(t+1,_,a):3,main(-94,-27+t,a)&&t==2?_<13?
#
main(2,_+1,"%s %d %d\n"):9:16:t<0?t<-72?main(_,t,
#
"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+,/+#n+,/#\
#
;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l \
#
q#'+d'K#!/+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'Winky Winky{)#}w'Winky Winky{){nl]'/+#n';d}rw' i;# \
#
){nl]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#n'wk nw' \
#
iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \
#
;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;#'rdq#w! nr'/ 'Winky Winky }+}{rl#'{n' 'Winky Winky# \
#
}'+}##(!!/")
#
:t<-50?_==*a?putchar(31[a]):main(-65,_,a+1):main((*a=='/'Winky Winky+t,_,a+1)
#
:0<t?main(2,2,"%s"):*a=='/'||main(0,main(-61,*a,
#
"!ek;dc i@bK'(q)-[w]*%n+r3#l,{}:\nuwloca-O;m .vpbks,fxntdCeghiry"),a+1);}


^^^^

That part right there is a poem 'The 12 Days of Christmas' converted into C Language xD

If you don't believe me, look here Winky Winky

You must login or register to view this content.
12-14-2010, 07:43 AM #27
Fake and Gay.

The following 3 users say thank you to TheUnkn0wn for this useful post:

Mw2Freak13, Rath
12-15-2010, 03:47 PM #28
Flex99923
The Messiah
Originally posted by TheUnkn0wn View Post
Fake and Gay.


You dont use a .self decryptor do you Smile.

PS3NEWS ....

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo