can you post the solution? now the wallet its empty so we can check it
LEVEL 1: the secret code is hided in the second JS-function. You MUST SCROLL DOWN.
LEVEL 2: The URL passes variable to PHP. You must change the variable "68934a3e9455fa72420237eb05902327" which is md5("false") and make it md5("true") = "b326b5062b2f0e69046810717534cb09". in example:
http://www.md5-hash.com/md5-text-encryptLEVEL3: "" is hided in sourcecode. This is URL encoded string. You make the url-decoding:
http://meyerweb.com/eric/tools/dencoder/ and it give you: "goodjob"
LEVEL 4: this is again a md5 hash of the value true. 1 can also be true. so md5(1) = "c4ca4238a0b923820dcc509a6f75849b"
LEVEL 5: The key is hided IN the photo. You open the photo in ANY texteditor or with cat/nano/vi/vim and you see on the end of the file:
"5OEDrG8yU1ortreRJXeyVed24BDOatCGvok8PQDthB9M5wVBvChn". so we now from level 1 the hint ROT5. This mean ROT5(originalkey) ="5OEDrG8yU1ortreRJXeyVed24BDOatCGvok8PQDthB9M5wVBvCh". the "n" is one character too much because private keys associated with uncompressed public keys are 51 characters and always start with the number 5 on mainnet.
so you only do it reverse ROT26-ROT5 = ROT21: i.e with:
http://planetcalc.com/1434/ and you get real privkey: "5JZYmB8tP1jmomzMESztQzy24WYJvoXBqjf8KLYocW9H5rQWqXc"