Decrypting Jvscript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Project-Shadow
    Confirmed User
    • Feb 2003
    • 7340

    #1

    Decrypting Jvscript?

    http://www.project-shadow.com/script.txt

    .. Any help with decyphering that please?
  • Libertine
    sex dwarf
    • May 2002
    • 17860

    #2
    http://www.softlinkers.org is it.
    The script decyphers itself, all you need to do is print the variable instead of using it.
    /(bb|[^b]{2})/

    Comment

    • NineNine
      So Fucking Banned
      • Sep 2002
      • 256

      #3
      Interesting... it opens up a 100% frame, with the contents of the frame being read character by character from the location (url?):
      [email protected]/rngumhojdsr/nsf

      Comment

      • Project-Shadow
        Confirmed User
        • Feb 2003
        • 7340

        #4
        Cool thanks :D
        I've got the tools to decypher the rest of it ^_^

        Comment

        • Libertine
          sex dwarf
          • May 2002
          • 17860

          #5
          Originally posted by NineNine
          Interesting... it opens up a 100% frame, with the contents of the frame being read character by character from the location (url?):
          [email protected]/rngumhojdsr/nsf
          Ehm... no?
          It just uses an encrypted src for the frame.

          Decypher:
          Code:
          sdf = "[email protected]/rngumhojdsr/nsf";
          yt="";
          var length=sdf.length;
          for(i=0;i<length;i++){
             yt+=String.fromCharCode(sdf.charCodeAt(i)^1);
          }
          yt=unescape(yt);
          document.writeln(yt);
          And that url is simply used as the src for a frame which is printed...
          Last edited by Libertine; 04-02-2003, 09:22 AM.
          /(bb|[^b]{2})/

          Comment

          • Project-Shadow
            Confirmed User
            • Feb 2003
            • 7340

            #6
            eval(unescape(\"s='';
            for (i=0;i<dddss.length;i ){
            a=l.hahahahahahaha(dddss.charAt(i));
            if (ahahahaha1) a=9;
            if (ahahahaha2) a=10;
            if (ahahahaha3) a=13;
            if (ahahahaha4) a=34;
            if (a<=31 & a>=14){
            off=s.length-(l.hahahahahahaha(dddss.charAt( i))-36 90*(l.hahahahahahaha(dddss.charAt( i))-35))-1;
            lp=off a-14 4;
            s=s s.hahahahahahahahaha(off,lp);}
            else { if (a>=41) a=a-1; s=s l.charAt(a);}};document.write(s);
            \"));

            Comment

            Working...