How to unlock Special Grimoire Cards

Updated Sep 8, 2014 7:25 pm

Destiny has a Redemption Portal for activating Grimoire Cards Codes. The following is a list of the codes available for redemption as of launch:

  • Emblem: Illusion of Light - JD7-4CM-HJG
  • Emblem: Lone Focus, Jagged Edge - 7CP-94V-LFP
  • Emblem: Field of Light - JNX-DMH-XLA
  • Emblem: Ab Aeterno - JDT-NLC-JKM
  • Emblem: Binding Focus - FJ9-LAM-67F
  • Emblem: Sign of the Finite - 7F9-767-F74
  • Shader: Double Banshee - 7MM-VPD-MHP
  • Shader: Oracle 99 - RXC-9XJ-4MH
  • Destiny Collector's Card #1: Class: Warlock (Grimoire Card): YKA-RJG-MH9
  • Destiny Collector's Card #2: Class: Titan (Grimoire Card): 3DA-P4X-F6A
  • Destiny Collector's Card #3: Class: Hunter (Grimoire Card): MVD-4N3-NKH
  • Destiny Collector's Card #4: Fallen: Riksis, Devil Archon (Grimoire Card): TCN-HCD-TGY
  • Destiny Collector's Card #5: Destination: Cosmodrome (Grimoire Card): HDX-ALM-V4K
  • Destiny Collector's Card #6: Enemy: Hive (Grimoire Card): 473-MXR-3X9
  • Destiny Collector's Card #7: Destination: The Ocean Of Storms, Moon (Grimoire Card): JMR-LFN-4A3
  • Destiny Collector's Card #8: Exotic: Gjallarhorn (Grimoire Card): HC3-H44-DKC
  • Destiny Collector's Card #9: Destination: The Tower (Grimoire Card): 69P-KRM-JJA
  • Destiny Collector's Card #10: Exotic: The Last Word (Grimoire Card): 69P-VCH-337
  • Destiny Collector's Card #11: Hive: Ogre (Grimoire Card): 69R-CKD-X7L
  • Destiny Collector's Card #12: Destination: Valley of Kings, Mars (Grimoire Card): 69R-DDD-FCP
  • Destiny Collector's Card #13: Enemy: The Fallen (Grimoire Card): 69R-F99-AXG
  • Destiny Collector's Card #14: Exotic: Red Death (Grimoire Card): 69R-VL7-J6A
  • Destiny Collector's Card #15: Enemy: Cabal (Grimoire Card): 69X-DJN-74V
  • Destiny Collector's Card #16: Destination: Shattered Coast, Venus (Grimoire Card): 6A7-7NP-3X7
  • Destiny Collector's Card #17: Vex: Minotaur (Grimoire Card): 6A9-DTG-YGN

Compilation via Derpsy

Use the following code to redeem them quickly:

Via /u/stc573
  • 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. And press enter.


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[i]; $(".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!



Tired of anon posting? Register!
Load more
⇈ ⇈