View Full Version : The Challenge :)
lanta99
09-18-2008, 01:50 AM
Can anyone help me decrypt this?
I have been working on it for over 1 week, and I can't seem to do it!:confused:
(see attached because the code won't fit here)
djr33
09-18-2008, 06:16 AM
Unless you can give us more information, I don't think it's really appropriate to ask us to just decrypt something for you. For example, this may be you trying to copy source code from another site without permission. In fact, that looks like exactly what it is.
jscheuer1
09-18-2008, 06:59 AM
That's just MooTools v1.11 - no harm in decrypting that, it isn't really encrypted - just compressed/packed. Just change the first eval to:
document.write
enclose the whole thing in a script tag and put it in the body of a blank page. View it in the browser, copy and paste the code shown into your text editor and replace all semicolons with semicolon + linebreak, and:
Bob's your uncle.
Oh, and put this credit at the top:
//MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
BTW, you can get compressed (that code you have isn't encrypted, just packed) and uncompressed versions of the latest release of MooTools here:
http://mootools.net/download
Oh, and here's a link to an uncompressed, well commented version of MooTools 1.11 (also contains some v1.11 plugins code):
http://download2us.softpedia.com/dl/04289fa820045cec139987d2f9738f06/48d1ff26/400033677/mac/Developer-Tools/mootools-release-1.11.js
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.