Playstation Clan

Playstation forum => First Person Shooter => PS4 Games => Destiny => Topic gestart door: xXiNiXx op wo. 10 september, 2014, 10:45

Titel: Destiny Code Redemption Lijst
Bericht door: xXiNiXx op wo. 10 september, 2014, 10:45
Je kan allerlei codes ingeven op de website van Destiny, waarmee je bepaalde dingen kan unlocken in het spel, zoals emblems, cards en andere dingen. Je kan deze codes enkel ingeven via deze site: Bungie Code Redemption (http://www.bungie.net/en/User/coderedemption)

Deze lijst vond ik al op neogaf (http://www.neogaf.com/forum/showthread.php?t=891587). Heb jij nog codes gevonden, laat het hier dan weten.

Code lijst


GRIMOIRE CARDS
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

EMBLEMS
7F9-767-F74
FJ9-LAM-67F
JD7-4CM-HJG
JDT-NLC-JKM
JNX-DMH-XLA
7CP-94V-LFP
X4C-FGX-MX3

SHADERS
7MM-VPD-MHP
RXC-9XJ-4MH
Titel: Re: Destiny Code Redemption Lijst
Bericht door: Bellovux op wo. 10 september, 2014, 12:14
Er is ook een script beschikbaar waar ze allemaal al instaan met begeleidend YouTube filmpje.
Gaat eenvoudig via Google Chrome.

(Codes staan ook al in de rubriek 'Destiny' dacht ik. En link ook. Maar anders zoek ik hem nog wel even op.)
Titel: Re: Destiny Code Redemption Lijst
Bericht door: Bellovux op wo. 10 september, 2014, 12:18
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();

(Bron: Reddit (dit lijntje niet mee kopiëren uiteraard. ;) )