+ Reply to Thread
Page 242 of 1453 FirstFirst ... 142 192 232 240 241 242 243 244 252 292 342 742 1242 ... LastLast
Results 2,411 to 2,420 of 14526
  1. #2411
    Senior Member
    Join Date
    Jan 2013
    Posts
    915
    Ok i've went through the source code for my arkfall codes from defiance and trionworlds for the 2nd time tonight, i did come across this possible code but it is invalid "d1f2f9" unless it too is down for some reason. That's all i can find, maybe someone else will have better luck.

  2. #2412
    Senior Member
    Join Date
    Jan 2013
    Posts
    915
    i mean my emails lol

  3. #2413
    Member Cormag's Avatar
    Join Date
    Jan 2013
    Location
    St.Louis,Mo aka Defiance
    Posts
    44
    Will two more days to get the 26th one working is no biggy but still makes me .
    Xbox Live GT: Boskco

    Defiance Xbox 360 in game name: Daxxa

    I tried to snort Coke up my nose one time but the ice cubes got stuck in my nose.

  4. #2414
    Senior Member Kaoslion's Avatar
    Join Date
    Dec 2012
    Location
    GT Kaoslion
    Posts
    513
    We discussed that yesterday when Myll_Erik told us that the live stream one was broken. Someone is keeping a list of the codes that didn't work at the time but they may be future codes as well.
    Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!

  5. #2415
    Junior Member naafandi's Avatar
    Join Date
    Jan 2013
    Posts
    21
    after me seeing this link http://defiance.com/wp-content/plugi...ver=1359671906 source code maybe this is formula for ark code base 64 or my bad :

    var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg hijklmnopqrstuvwxyz0123456789+/=",encode:function(input){var output="";var chr1,chr2,chr3,enc1,enc2,enc3,enc4;var i=0;input=Base64._utf8_encode(input);while(i<input .length){chr1=input.charCodeAt(i++);chr2=input.cha rCodeAt(i++);chr3=input.charCodeAt(i++);enc1=chr1> >2;enc2=((chr1&3)<<4)|(chr2>>4);enc3=((chr2&15)<<2 )|(chr3>>6);enc4=chr3&63;if(isNaN(chr2)){enc3=enc4 =64;}else{if(isNaN(chr3)){enc4=64;}}output=output+ Base64._keyStr.charAt(enc1)+Base64._keyStr.charAt( enc2)+Base64._keyStr.charAt(enc3)+Base64._keyStr.c harAt(enc4);}return output;},decode:function(input){var output="";var chr1,chr2,chr3;var enc1,enc2,enc3,enc4;var i=0;input=input.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(i<input.length){enc1=Base64._keyStr.in dexOf(input.charAt(i++));enc2=Base64._keyStr.index Of(input.charAt(i++));enc3=Base64._keyStr.indexOf( input.charAt(i++));enc4=Base64._keyStr.indexOf(inp ut.charAt(i++));chr1=(enc1<<2)|(enc2>>4);chr2=((en c2&15)<<4)|(enc3>>2);chr3=((enc3&3)<<6)|enc4;outpu t=output+String.fromCharCode(chr1);if(enc3!=64){ou tput=output+String.fromCharCode(chr2);}if(enc4!=64 ){output=output+String.fromCharCode(chr3);}}output =Base64._utf8_decode(output);return output;},_utf8_encode:function(string){string=stri ng.replace(/\r\n/g,"\n");var utftext="";for(var n=0;n<string.length;n++){var c=string.charCodeAt(n);if(c<128){utftext+=String.f romCharCode(c);}else{if((c>127)&&(c<2048)){utftext +=String.fromCharCode((c>>6)|192);utftext+=String. fromCharCode((c&63)|128);}else{utftext+=String.fro mCharCode((c>>12)|224);utftext+=String.fromCharCod e(((c>>6)&63)|128);utftext+=String.fromCharCode((c &63)|128);}}}return utftext;},_utf8_decode:function(utftext){var string="";var i=0;var c=c1=c2=0;while(i<utftext.length){c=utftext.charCo deAt(i);if(c<128){string+=String.fromCharCode(c);i ++;}else{if((c>191)&&(c<224)){c2=utftext.charCodeA t(i+1);string+=String.fromCharCode(((c&31)<<6)|(c2 &63));i+=2;}else{c2=utftext.charCodeAt(i+1);c3=utf text.charCodeAt(i+2);string+=String.fromCharCode(( (c&15)<<12)|((c2&63)<<6)|(c3&63));i+=3;}}}return string;}}
    http://forums.defiance.com/image.php?type=sigpic&userid=4420884&dateline=1360  378330

  6. #2416
    Junior Member
    Join Date
    Feb 2013
    Posts
    5
    CQAPDX wont work for me. Any ideas?

  7. #2417
    Member UberPhreak's Avatar
    Join Date
    Jan 2013
    Location
    Halifax Canada
    Posts
    61
    Seentaht link too all ifound was base64 for arkhunter, Unique_user_name, and true
    YXJraHVudGVy
    System Info:
    Windows 7 Ultimate 64-bit
    AMD Phenom II X4 965 ~3.4GHz
    16 Gb RAM
    NVIDIA GeForce GTX 660

  8. #2418
    Senior Member WarMad2's Avatar
    Join Date
    Jan 2013
    Location
    Columbus, OH
    Posts
    338
    What is this base "64" yall keep on mentioning???
    WarMadII
    ARK Fall Code Hunter Lvl 15 - VBI Operative
    Hidden Codes - The Original - Where It All Began
    ALPHA Tester & BETA Tester
    HammerFist Clan - Defiance Team

    System Info:
    Windows 7 Professional 64-bit; AMD Athlon(tm) 64 X2 Dual Core ~3.2GHz; 8192MB DDR2 800; NVIDIA GeForce GTS 450

  9. #2419
    Senior Member Kaoslion's Avatar
    Join Date
    Dec 2012
    Location
    GT Kaoslion
    Posts
    513
    Quote Originally Posted by kojikensei View Post
    CQAPDX wont work for me. Any ideas?
    That code doesn't look right let me try and find the list.
    Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!

  10. #2420
    Member UberPhreak's Avatar
    Join Date
    Jan 2013
    Location
    Halifax Canada
    Posts
    61
    Quote Originally Posted by WarMad2 View Post
    What is this base "64" yall keep on mentioning???
    Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation
    if that helps explain it

    ex YXJraHVudGVy= arkhunter
    YXJraHVudGVy
    System Info:
    Windows 7 Ultimate 64-bit
    AMD Phenom II X4 965 ~3.4GHz
    16 Gb RAM
    NVIDIA GeForce GTX 660

+ Reply to Thread
Page 242 of 1453 FirstFirst ... 142 192 232 240 241 242 243 244 252 292 342 742 1242 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts