You are viewing our Forum Archives. To view or take place in current topics click here.
How to redeem codes quickly.
Posted:
How to redeem codes quickly.Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
For those who want to redeem all the codes for destiny then follow these steps.
Go over to [ Register or Signin to view external links. ]
Press CTRL + Shift + J, This will bring up a box that presents coding
Paste the following code in its entirety into the area below all of the text.
it should look like this:
Then press enter and it should start entering codes. when it pops up saying the code has been redeemed, then left click on the page (where there isn't a link) and it'll do the next code.
Go over to [ Register or Signin to view external links. ]
Press CTRL + Shift + J, This will bring up a box that presents coding
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", "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();
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();
it should look like this:
Then press enter and it should start entering codes. when it pops up saying the code has been redeemed, then left click on the page (where there isn't a link) and it'll do the next code.
*For those using a Mac you do the same steps but instead of pressing ctrl+shift+J you go to the toolbar,View,then Developer and then click on JavaScript Console. Enter the script as above and continue with the steps*
Credit to: [ Register or Signin to view external links. ]
Last edited by Redacted ; edited 2 times in total
#2. Posted:
Status: Offline
Joined: Mar 29, 201410Year Member
Posts: 1,101
Reputation Power: 49
Status: Offline
Joined: Mar 29, 201410Year Member
Posts: 1,101
Reputation Power: 49
I know you didn't make this, where's the credit?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
317 wrote I know you didn't make this, where's the credit?
Oh snap sorry i forgot to add it, hold on.
- 1useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 798
Reputation Power: 44
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 798
Reputation Power: 44
Is it the same method for using this on a Mac?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Cyanoid wrote Is it the same method for using this on a Mac?
It is except. you have to go to the toolbar, click on View, then Developer, and finally JavaScript Console. Then just enter the script
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jun 21, 201410Year Member
Posts: 38
Reputation Power: 1
Status: Offline
Joined: Jun 21, 201410Year Member
Posts: 38
Reputation Power: 1
Cyanoid wrote Is it the same method for using this on a Mac?
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!
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
#8. Posted:
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 25
Reputation Power: 1
For some reason it is not letting me enter the script
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
Status: Offline
Joined: Mar 02, 201410Year Member
Posts: 4,741
Reputation Power: 6053
vBruah wrote For some reason it is not letting me enter the script
what, Are you on the console?
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 25
Reputation Power: 1
T-33 wrotevBruah wrote For some reason it is not letting me enter the script
what, Are you on the console?
Yes but i cannot add the script, it will not let me
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.