Coders, can you decode this encrypted script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdultNex
    Confirmed User
    • Feb 2003
    • 8985

    #1

    Coders, can you decode this encrypted script?

    document.write(String.fromCharCode(60,102,114,97,1 09,101,115,101,116,32,102,114,97,109,101,115,112,9 7,99,105,110,103,61,34,48,34,32,98,111,114,100,101 ,114,61,34,48,34,32,114,111,119,115,61,34,49,44,49 ,48,48,37,34,32,102,114,97,109,101,98,111,114,100, 101,114,61,34,48,34,62,13,10,60,102,114,97,109,101 ,32,110,97,109,101,61,34,104,101,97,100,101,114,34 ,32,115,99,114,111,108,108,105,110,103,61,34,110,1 11,34,32,110,111,114,101,115,105,122,101,32,116,97 ,114,103,101,116,61,34,109,97,105,110,34,32,109,97 ,114,103,105,110,119,105,100,116,104,61,34,48,34,3 2,109,97,114,103,105,110,104,101,105,103,104,116,6 1,34,48,34,62,13,10,60,102,114,97,109,101,32,110,9 7,109,101,61,34,109,97,105,110,34,32,115,114,99,61 ,34,104,116,116,112,58,47,47,119,119,119,46,107,10 5,115,115,109,97,116,117,114,101,46,99,111,109,47, 105,110,100,101,120,46,104,116,109,108,34,32,109,9 7,114,103,105,110,119,105,100,116,104,61,34,48,34, 32,109,97,114,103,105,110,104,101,105,103,104,116, 61,34,48,34,32,115,99,114,111,108,108,105,110,103, 61,34,97,117,116,111,34,62,13,10,60,110,111,102,11 4,97,109,101,115,62));

    and

    document.write(String.fromCharCode(60,47,110,111,1 02,114,97,109,101,115,62,60,47,102,114,97,109,101, 115,101,116,62));
    Last edited by AdultNex; 11-30-2004, 07:42 AM.
  • Evil1
    Confirmed User
    • Mar 2002
    • 3893

    #2
    I can but I dont want to.. If you want to waste a half hour replace the numbers by holding down alt, typing the number, and then releasing alt

    Comment

    • darksoul
      Confirmed User
      • Apr 2002
      • 4997

      #3
      Originally posted by Evil1
      I can but I dont want to.. If you want to waste a half hour replace the numbers by holding down alt, typing the number, and then releasing alt


      Thats so fucking dumb.
      1337 5y54|)m1n: 157717888
      BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
      Cambooth

      Comment

      • Robx
        Confirmed User
        • Nov 2004
        • 357

        #4
        Looks like the top one is just a html frameset with the main frame pointing to: http://www.kissmature.com/index.html

        The second one looks like it is just closing up the frameset.


        Here's the javascript code that I used:

        <script type=text/javascript>
        document.write(String.fromCharCode
        (47,110,111,102,114));
        </script>

        Toss it into the body of a html file and replace the numbers with whatever numbers you're trying to decode (or convert from ASCII).

        Hope that this helps!

        Contact Us About Getting Your Paysites Exposed To Millions Of People On The Peer To Peer Networks!
        ICQ 124-249-781

        Comment

        • darksoul
          Confirmed User
          • Apr 2002
          • 4997

          #5
          just replace document.write with alert
          1337 5y54|)m1n: 157717888
          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
          Cambooth

          Comment

          • grumpy
            Too lazy to set a custom title
            • Jan 2002
            • 9870

            #6
            < f r a m e s e t f r a m e s p a c i n g="0" border="0" rows="1,100%" f r a m e b o r d e r="0">
            < f r a m e n a m e ="header" scrolling="no" noresize target="main" marginwidth="0" marginheight="0">
            <f r a m e name="main" src="h t t p : / / w w w . k i s s m a t u r e .c o m / i n d e x . h t m l " m a r g i n w i d t h ="0" m a r g i n h e i g h t="0" scrolling="auto">
            < n o f r a m e s >

            This is what it says.
            Don't let greediness blur your vision | You gotta let some shit slide
            icq - 441-456-888

            Comment

            • grumpy
              Too lazy to set a custom title
              • Jan 2002
              • 9870

              #7
              < / n o f r a m e s > < / f r a m e s e t >

              and this the other one.
              Don't let greediness blur your vision | You gotta let some shit slide
              icq - 441-456-888

              Comment

              • xenophobic
                Confirmed User
                • Mar 2004
                • 874

                #8
                Obfuscated, rather than encrypted?

                Comment

                • colpanic
                  Confirmed User
                  • May 2004
                  • 1007

                  #9
                  Originally posted by xenophobic
                  Obfuscated, rather than encrypted?
                  I *really* hope that this wasn't an attempt to protect a script!

                  There is nothing sneaky about DEC
                  I like ducks.

                  Comment

                  • xenophobic
                    Confirmed User
                    • Mar 2004
                    • 874

                    #10
                    Originally posted by colpanic
                    I *really* hope that this wasn't an attempt to protect a script!

                    There is nothing sneaky about DEC
                    You're not kidding.

                    Comment

                    Working...