Congratulations :)
Tell me what programming languages/tools/tricks you used if you like and if you enjoyed this little puzzle.
294 Comments - Last post 4 minutes ago by GraVe23
223 Comments - Last post 37 minutes ago by Kingsajz
105 Comments - Last post 54 minutes ago by Chris76de
34 Comments - Last post 2 hours ago by Formidolosus
16,725 Comments - Last post 3 hours ago by Kenruyoh
329 Comments - Last post 5 hours ago by Tsukichild
49 Comments - Last post 5 hours ago by wigglenose
60 Comments - Last post 3 minutes ago by AiKirika
46 Comments - Last post 4 minutes ago by AiKirika
135 Comments - Last post 16 minutes ago by MadmanTheMad
29,719 Comments - Last post 24 minutes ago by Kingsajz
1,430 Comments - Last post 44 minutes ago by jimmy09172000
9,940 Comments - Last post 45 minutes ago by Myklex
32 Comments - Last post 1 hour ago by Lugum
Well, that certainly was a long-winded puzzle. Thanks.
I used notepad and the "Replace..." function to do the first part. For the second part I used this. Over and over and over.
Comment has been collapsed.
I used notepad++ to eliminate the "<a href=" things, and incorrect links and found the correct link soon.
I used this for the decoding. The site I usually used nearly crashed my browser. XD
Comment has been collapsed.
Finally!
For the first part i used Safari's Developer plugin and scrolled through the list looking for different URL's
For the second part i used this again and again until i got the code.
Thanks for the giveaway. Good luck to everyone!
Comment has been collapsed.
Yay, I already have it! >.<
For the first part, I used notepad to replace duplicates.
For the second part, I wrote a small C# program to decode base64 in a loop.
Comment has been collapsed.
Thanks, it was fun. I really hope i win.
Comment has been collapsed.
Nice puzzle, thank you. I wrote a small recursive function in Python.
Comment has been collapsed.
Thanks for the puzzle, I'm not interested in the game though. I used regular notepad to remove the repeating links. And for the BASE64 part I used this.
Comment has been collapsed.
thanks for puzzle :)
I used jQuery for filtering pastebin links, then wrote small tool in python for recursive base64 decoding :)
Comment has been collapsed.
I'm not interested in the game, but thanks a lot for the great puzzle!
I looked over the pastebin links one unique link at a time via looking at the html source; I replaced all elements with the same link with empty space until a unique link came up.
From there it was interesting. I was pretty certain it was base64, but it wasn't decoding like it was. I ran one line through a base 64 decoder a few times and noticed it was shrinking, but didn't think much of it at the time. I started googling parts of the base64 string.
It turns out the start of the string is actually used for the hax.tor.hu 3rd level! This made my life slightly easier, though it was difficult to find tips for it. I finally found a tip that said to just keep running it through the base 64 decoder, heh. I tried this out with a small piece of base64 and it worked. So I created a quick recursive base64 decoder in PHP and spent a very brief period of time figuring out how many iterations it would take to get to the giveaway string. In retrospect, I could have simply just had it iterate indefinitely until the string was 5 characters, as I now notice that all giveaway keys are always 5 characters long.
Thanks for the fun puzzle, have a nice day!
Comment has been collapsed.
Thank you for the onions. That was actually fun in its repetitiveness. I didn't use any exotic tools but simply abused notepad and good ol' xlate =)
Comment has been collapsed.
Thanks! used some decoders on the net
Comment has been collapsed.
http://ostermiller.org/calc/encode.html
After I realized what it is, I started to look for a tool to decode multiple times. Google helped me out with this. I just had to keep pressing decode :D
Comment has been collapsed.
thanks, i used base 64 decoder for it,was fun. was about to give up and then said why not. turned out correct :)
Comment has been collapsed.
stage one: ctrl+f the source code for pastebin.com/A-Z to find the unique link
Stage two: Decoded it!
Comment has been collapsed.
PHP FTW: preg match all() + base64_decode() loop...
Comment has been collapsed.
Too easy.
Comment has been collapsed.
Nice puzzle, thank you. :-)
I used Notepad++ to remove the wrong pastebin links and xlate to decode Base64.
Comment has been collapsed.
Thanks! Well, it was pretty easy, a simple search and replace to find the real link and a python script to decode.
Comment has been collapsed.
This comment was deleted 6 years ago.
Comment has been collapsed.