• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Destiny Redemption Codes List

DryvBy

Member
I thought this would be a good idea to keep a log of all the codes available for everyone to redeem on http://www.bungie.net/en/User/coderedemption

What are these codes? Just emblems, cards, and various other things. If you have any codes missing from this list, please comment so others can get some goodies!

NOTE: These work on Bungie.net (not in the PS Store or XB Store). Xbox nor PlayStation fans are not discriminated against. Everyone can enjoy!

1 Grimoire Warlock YKA-RJG-MH9
2 Grimoire Hunter MVD-4N3-NKH
3 Grimoire Titan 3DA-P4X-F6A
4 Grimoire Rixis TCN-HCD-TGY
5 Grimoire Old-Russia HDX-ALM-V4K
6 Grimoire Hive 473-MXR-3X9
7 Grimoire Moon JMR-LFN-4A3
8 Grimoire Gjallorhorn HC3-H44-DKC
9 Grimoire Duke MK.44 69P-KRM-JJA
10 Grimoire The Tower 69P-VCH-337
11 Grimoire The Hive: Ogre 69R-CKD-X7L
12 Grimoire Valley of the kings, Mars 69R-DDD-FCP
13 Grimoire The Fallen 69R-F99-AXG
14 Grimoire Red Death 69R-VL7-J6A
15 Grimoire The Cabal 69X-DJN-74V
16 Grimoire The Devastated Coast, Venus 6A7-7NP-3X7
17 Grimoire Vex Minotaur 6A9-DTG-YGN
18 Emblem Sign of the Finite 7F9-767-F74
19 Emblem Binding Focus FJ9-LAM-67F
20 Emblem Illusion of Light JD7-4CM-HJG
21 Emblem Ab Aeterno JDT-NLC-JKM
22 Emblem Field of Light JNX-DMH-XLA
23 Emblem Lone Focus, Jagged Edge 7CP-94V-LFP
24 Shader Double Banshee 7MM-VPD-MHP
25 Shader Orakel 99 RXC-9XJ-4MH
26 Emblem: Note of Conquest X4C-FGX-MX3 (thanks to X-Frame)

NEW AS OF 9/12:
27. Emblem: The Unimagined Plane X9F-GMA-H6D
28. Emblem: The Reflective Proof N3L-XN6-PXF

NEW AS OF 9/13:
29. Emblem: Flames of Forgotten Truth A7L-FYC-44X
 

BeforeU

Oft hope is born when all is forlorn.
the hell is this? Hate stuff like this. Just make it damn accessible in game without this extra step.
 

DryvBy

Member
the hell is this? Hate stuff like this. Just make it damn accessible in game without this extra step.

They're just emblems and such. Nothing super special, just custom avatar stuff. But for someone who wants more options, put those codes in.
 

Hollow

Member
Bungie's servers are being hit pretty hard.
Took me forever just to hit the 'use now' button on all the things I've already redeemed.

This thread was a nice reminder.
 

Plankfan

Member
I saw this post on Slickdeals that automates the entry of the codes. Looks like it's missing the last one on the Gaf list though, and I don't trust myself enough to add it without breaking something in the code. Hopefully this helps out:

" To use the script, simply do the following.

Head over to http://www.bungie.net/en/User/coderedemption and sign into your desired account.

Press CTRL + Shift + J, doing so should bring up a box that presents a bit of coding and whatnot.

Paste the following code in its entirety into the area below all of the text.

var codes=["YKA-RJG-MH9", "3DA-P4X-F6A", "MVD-4N3-NKH", "TCN-HCD-TGY", "HDX-ALM-V4K", "473-MXR-3X9", "JMR-LFN-4A3", "HC3-H44-DKC", "69P-KRM-JJA", "69P-VCH-337", "69R-CKD-X7L", "69R-DDD-FCP", "69R-F99-AXG", "69R-VL7-J6A", "69X-DJN-74V", "6A7-7NP-3X7", "6A9-DTG-YGN", "7F9-767-F74", "FJ9-LAM-67F", "JD7-4CM-HJG", "JDT-NLC-JKM", "JNX-DMH-XLA", "7CP-94V-LFP", "7MM-VPD-MHP", "RXC-9XJ-4MH"];

var codeField = document.getElementById("text_code");

var i = 0;

var delay = 2500;

function enterCodeLoop () { setTimeout(function () { codeField.value = codes; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) }

enterCodeLoop();


If done correctly, you should see all of the codes being redeemed simultaneously.

For anyone using a Mac, go to the toolbar, click on View, then Developer, and finally JavaScript Console. Then just enter the script! I just did it and it worked like a charm! Thanks everyone! -/u/stc573"
 

LAA

Member
Awesome good idea!
How do people know how many codes are hidden in LE?
Also would like a list of where the codes have been found so far. Would like to do some code searching/cracking myself
 

Xbudz

Member
GRIMOIRE CARDS
YKA-RJG-MH9
3DA-P4X-F6A
MVD-4N3-NKH
TCN-HCD-TGY
HDX-ALM-V4K
473-MXR-3X9
JMR-LFN-4A3
HC3-H44-DKC
69P-KRM-JJA
69P-VCH-337
69R-CKD-X7L
69R-DDD-FCP
69R-F99-AXG
69R-VL7-J6A
69X-DJN-74V
6A7-7NP-3X7
6A9-DTG-YGN

EMBLEMS
7F9-767-F74
FJ9-LAM-67F
JD7-4CM-HJG
JDT-NLC-JKM
JNX-DMH-XLA
7CP-94V-LFP
X4C-FGX-MX3

SHADERS
7MM-VPD-MHP
RXC-9XJ-4MH
 

Qasiel

Member
OP, you're a hero for getting this organised.

Thanks kindly to you and others who have submitted codes.
 

lunchtoast

Member
I saw this post on Slickdeals that automates the entry of the codes. Looks like it's missing the last one on the Gaf list though, and I don't trust myself enough to add it without breaking something in the code. Hopefully this helps out:

" To use the script, simply do the following.

Head over to http://www.bungie.net/en/User/coderedemption and sign into your desired account.

Press CTRL + Shift + J, doing so should bring up a box that presents a bit of coding and whatnot.

Paste the following code in its entirety into the area below all of the text.

var codes=["YKA-RJG-MH9", "3DA-P4X-F6A", "MVD-4N3-NKH", "TCN-HCD-TGY", "HDX-ALM-V4K", "473-MXR-3X9", "JMR-LFN-4A3", "HC3-H44-DKC", "69P-KRM-JJA", "69P-VCH-337", "69R-CKD-X7L", "69R-DDD-FCP", "69R-F99-AXG", "69R-VL7-J6A", "69X-DJN-74V", "6A7-7NP-3X7", "6A9-DTG-YGN", "7F9-767-F74", "FJ9-LAM-67F", "JD7-4CM-HJG", "JDT-NLC-JKM", "JNX-DMH-XLA", "7CP-94V-LFP", "7MM-VPD-MHP", "RXC-9XJ-4MH"];

var codeField = document.getElementById("text_code");

var i = 0;

var delay = 2500;

function enterCodeLoop () { setTimeout(function () { codeField.value = codes; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) }

enterCodeLoop();


If done correctly, you should see all of the codes being redeemed simultaneously.

For anyone using a Mac, go to the toolbar, click on View, then Developer, and finally JavaScript Console. Then just enter the script! I just did it and it worked like a charm! Thanks everyone! -/u/stc573"


Thanks, this was very quick.
 
I saw this post on Slickdeals that automates the entry of the codes. Looks like it's missing the last one on the Gaf list though, and I don't trust myself enough to add it without breaking something in the code. Hopefully this helps out:

" To use the script, simply do the following.

Head over to http://www.bungie.net/en/User/coderedemption and sign into your desired account.

Press CTRL + Shift + J, doing so should bring up a box that presents a bit of coding and whatnot.

Paste the following code in its entirety into the area below all of the text.

var codes=["YKA-RJG-MH9", "3DA-P4X-F6A", "MVD-4N3-NKH", "TCN-HCD-TGY", "HDX-ALM-V4K", "473-MXR-3X9", "JMR-LFN-4A3", "HC3-H44-DKC", "69P-KRM-JJA", "69P-VCH-337", "69R-CKD-X7L", "69R-DDD-FCP", "69R-F99-AXG", "69R-VL7-J6A", "69X-DJN-74V", "6A7-7NP-3X7", "6A9-DTG-YGN", "7F9-767-F74", "FJ9-LAM-67F", "JD7-4CM-HJG", "JDT-NLC-JKM", "JNX-DMH-XLA", "7CP-94V-LFP", "7MM-VPD-MHP", "RXC-9XJ-4MH"];

var codeField = document.getElementById("text_code");

var i = 0;

var delay = 2500;

function enterCodeLoop () { setTimeout(function () { codeField.value = codes; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) }

enterCodeLoop();


If done correctly, you should see all of the codes being redeemed simultaneously.

For anyone using a Mac, go to the toolbar, click on View, then Developer, and finally JavaScript Console. Then just enter the script! I just did it and it worked like a charm! Thanks everyone! -/u/stc573"

Nice!
 

PseudoViper

Member
I saw this post on Slickdeals that automates the entry of the codes. Looks like it's missing the last one on the Gaf list though, and I don't trust myself enough to add it without breaking something in the code. Hopefully this helps out:

" To use the script, simply do the following.

Head over to http://www.bungie.net/en/User/coderedemption and sign into your desired account.

Press CTRL + Shift + J, doing so should bring up a box that presents a bit of coding and whatnot.

Paste the following code in its entirety into the area below all of the text.

var codes=["YKA-RJG-MH9", "3DA-P4X-F6A", "MVD-4N3-NKH", "TCN-HCD-TGY", "HDX-ALM-V4K", "473-MXR-3X9", "JMR-LFN-4A3", "HC3-H44-DKC", "69P-KRM-JJA", "69P-VCH-337", "69R-CKD-X7L", "69R-DDD-FCP", "69R-F99-AXG", "69R-VL7-J6A", "69X-DJN-74V", "6A7-7NP-3X7", "6A9-DTG-YGN", "7F9-767-F74", "FJ9-LAM-67F", "JD7-4CM-HJG", "JDT-NLC-JKM", "JNX-DMH-XLA", "7CP-94V-LFP", "7MM-VPD-MHP", "RXC-9XJ-4MH"];

var codeField = document.getElementById("text_code");

var i = 0;

var delay = 2500;

function enterCodeLoop () { setTimeout(function () { codeField.value = codes; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) }

enterCodeLoop();


If done correctly, you should see all of the codes being redeemed simultaneously.

For anyone using a Mac, go to the toolbar, click on View, then Developer, and finally JavaScript Console. Then just enter the script! I just did it and it worked like a charm! Thanks everyone! -/u/stc573"


Beautiful! Thank you and thank you OP
 

Wilde

Member
Does anyone know how to get the Bungie.net exclusive emblems? Such as the one for playing four of their previous games?

I meet the requirements for several of them, but haven't received them yet.
 

thenexus6

Member
Make sure you activate the cards. I popped them all in back in April apparently but I had to activate them all individually earlier today.
 
Top Bottom