Saturday, September 6, 2014

Get Grimoire Cards/ Emblems and Shaders PRE-Destiny Launch

Guide To Grimoire Cards Destiny Game.



Here is a text version if you want to enter them manually.

ENJOY
#1YKARJGMH9
#2 3DAP4XF6A
#3 MVD4N3NKH
#4 TCNHCDTGY
#5 HDXALMV4K
#6 473-MXR-3X9
#7 JMRLFN4A3
#8 HC3H44DKC
#9 69PKRMJJA
#10 69PVCH337
#11 69RCKDX7L
#12 69RDDDFCP
#13 69RF99AXG
#14 69RVL7J6A
#15 69XDJN74V
#16 6A77NP3X7
#17 6A9DTGYGN
#18 7F9767F7A
#19 FJ9LAM67F
#20 JD74CMHJG
#21 JDTNLCJKM
#22 JNXDMHXLA
#23 7CP94VLFP
#24 7MMVPDMHP
#25 RCX9XJ4MH

Next heres a guide on how to auto input all of them on bungies website via google chrome.This script will enter all of these codes automatically, even if you have entered some of them previously:
Open http://www.bungie.net/en/User/coderedemption in Chrome and login if prompted.

Press CTRL+SHIFT+J to open the console
.
Copy the code below, and paste it into the console. When you press ENTER the script will start.

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();

No comments:

Post a Comment