Bungie.net Redemption Codes

From Destiny 1 Wiki
Jump to: navigation, search

Players can enter these codes at http://Bungie.net/en/User/coderedemption for Emblems, Shaders and Grimoire Cards.

Year 2

Emblems

1. 3VF-LGC-RLX - Insula Thesauraria

Year 1

Emblems

1. X4C-FGX-MX3 - Note of Conquest

2. A7L-FYC-44X - Flames of Forgotten Truth

3. X9F-GMA-H6D - The Unimagined Plane

4. N3L-XN6-PXF - The Reflective Proof

5. 7F9-767-F74 - Sign of the Finite

6. FJ9-LAM-67F - Binding Focus

7. JD7-4CM-HJG - Illusion of Light

8. JDT-NLC-JKM - Ab Aeterno

9. JNX-DMH-XLA - Field of Light

10. 7CP-94V-LFP - Lone Focus, Jagged Edge

Shaders

11. 7MM-VPD-MHP - Double Banshee

12. RXC-9XJ-4MH - Oracle 99

Grimoire cards

13. YKA-RJG-MH9 - Warlock (Grimoire Card)

14. 3DA-P4X-F6A - Hunter (Grimoire Card)

15. MVD-4N3-NKH - Titan (Grimoire Card)

16. TCN-HCD-TGY - Riksis, Archon Slayer (Grimoire Card)

17. HDX-ALM-V4K - Old Russia (Grimoire Card)

18. 473-MXR-3X9 - The Hive (Grimoire Card)

19. JMR-LFN-4A3 - The Ocean of Storms (Grimoire Card)

20. HC3-H44-DKC - Gjallarhorn (Grimoire Card)

21. 69P-KRM-JJA - The Tower (Grimoire Card)

22. 69P-VCH-337 - The Last Word (Grimoire Card)

23. 69R-CKD-X7L - Ogre (Grimoire Card)

24. 69R-DDD-FCP - Meridian Bay (Grimoire Card)

25. 69R-F99-AXG - The Fallen (Grimoire Card)

26. 69R-VL7-J6A - Red Death (Grimoire Card)

27. 69X-DJN-74V - The Cabal (Grimoire Card)

28. 6A7-7NP-3X7 - Ishtar Sink (Grimoire Card)

29. 6A9-DTG-YGN - Minotaur (Grimoire Card)

Fastest Way To Enter All the Codes

PLEASE NOTE IF YOU HAVE REDEEMED ANY PREVIOUSLY - When a pop-up comes to 'You have already claimed this one', just click outside the pop-up and it will check the next code. So if you miss one out of 30 you'll still get it without having to check manually.

  1. Head over to http://www.bungie.net/en/User/coderedemption and sign into your desired account.
  2. Press CTRL + Shift + J (Cmd + Option + J for Mac users), doing so should bring up a box that presents a bit of coding and jazz
  3. If done the right way, all the codes will be accepted making light work of your redemptions
  4. Paste the following code in its entirety into the area below all of the text and then 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","3VF-LGC-RLX", "N3L-XN6-PXF", "X9F-GMA-H6D"]; var codeField = document.getElementById("text_code"); var i = 0; var delay = 1000; function enterCodeLoop () { setTimeout(function () { codeField.value = codes[i]; $(".btn_submitCode")[0].click(); i++; if (i < codes.length) { enterCodeLoop(); } }, delay) } enterCodeLoop();