originally posted in:The WoIfpack
View Entire Topic
[b]Redeem Codes[/b]
In order to redeem the codes head to Bungie’s Code redemption Portal. ([url]https://www.bungie.net/en/User/coderedemption[/url])
And here is the[b] list of the codes[/b] that are available so far.
Grimoire Card Warlock: YKA-RJG-MH9
Grimoire Card Hunter: 3DA-P4X-F6A
Grimoire Card Titan: MVD-4N3-NKH
Grimoire Card Rixis: TCN-HCD-TGY
Grimoire Card Old-Russia: HDX-ALM-V4K
Grimoire Card Hive: 473-MXR-3X9
Grimoire Card Moon: JMR-LFN-4A3
Grimoire Card Gjallorhorn: HC3-H44-DKC
Grimoire Card Duke MK.44: 69P-KRM-JJA
Grimoire Card The Tower: 69P-VCH-337
Grimoire Card The Hive: Ogre 69R-CKD-X7L
Grimoire Card Valley of the kings, Mars: 69R-DDD-FCP
Grimoire Card The Fallen: 69R-F99-AXG
Grimoire Card Red Death: 69R-VL7-J6A
Grimoire Card The Cabal: 69X-DJN-74V
Grimoire Card The Devastated Coast, Venus: 6A7-7NP-3X7
Grimoire Card Vex Minotaur: 6A9-DTG-YGN
Emblem Sign of the Finite: 7F9-767-F74
Emblem Binding Focus: FJ9-LAM-67F
Emblem Illusion of Light: JD7-4CM-HJG
Emblem Ab Aeterno: JDT-NLC-JKM
Emblem Field of Light: JNX-DMH-XLA
Emblem Lone Focus, Jagged Edge: 7CP-94V-LFP
Emblem Note of Conquest: X4C-FGX-MX3
Emblem The Unimagined Plane: X9F-GMA-H6D
Emblem The Reflective Proof: N3L-XN6-PXF
Emblem Flames of Forgotten Truth: A7L-FYC-44X
Shader Double Banshee: 7MM-VPD-MHP
Shader Orakel 99 RXC-9XJ-4MH
Here is some[i] Javascript [/i]code to automatically input all codes. Just go to Bungie’s Code redemption Portal and open the console. CTRL + SHIFT + J in Chrome. Then paste the following Code 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", "X4C-FGX-MX3", "A7L-FYC-44X", "N3L-XN6-PXF","X9F-GMA-H6D"];
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();
[b]Note:[/b] You might also need to activate the codes on your profile after you redeemed them. To do it head over to your Bungie.net profile. Then where you find the Dropdown menu for the settings you'll also find a link to the redeemed codes. Click on it and then press "use now" for every Code you want to activate.
-
Thanks!