so you guys to make things easier (all credit to Reddit!):
/u/skoging made a small script that you can enter into Chrome that will automatically enter all of the codes in for you. This works even if you've already entered some.
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", "X4C-FGX-MX3", "X9F-GMA-H6D", "N3L-XN6-PXF", "RXC-9XJ-4MH", "A7L-FYC-44X"];
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! I just did it and it worked like a charm! Thanks everyone!
English
-
Thanks man
-
Space magic
-
Will try later
-
This worked great! Thanks for the post!
-
Thank /u/skoging on reddit for making this script :D