Search found 7 matches

by bns
Sun Sep 13, 2015 11:40 am
Forum: Challenges
Topic: I Will Be Execute
Replies: 26
Views: 42238

Well, I just thought this statement is so true for this challenge...

Perhaps I should have written: *Really* use the source, Luke. :D
by bns
Mon Aug 31, 2015 7:42 pm
Forum: Challenges
Topic: I Will Be Execute
Replies: 26
Views: 42238

Use the source, Luke!
by bns
Thu Oct 16, 2014 7:45 am
Forum: Challenges Solved
Topic: Listen to me
Replies: 12
Views: 1613

Hi, I used python and the "Pillow" imaging library for this. My little script to generate the MP3 is: #!/usr/bin/python from PIL import Image filename_out = "listen.mp3" im = Image.open ( "listen.png" ) #print im.format, im.size, im.mode im = im.convert('RGB') b = im.to...
by bns
Sat May 16, 2009 5:40 pm
Forum: Challenges
Topic: Didactic Text 4
Replies: 20
Views: 48174

I'm really stuck here. I found the same changes as the original poster, but do not have an idea what kind of code etc. this could be.
Additionally, I observed that a few words are "marked". Is this part of the cipher?

An additional hint would be great...
by bns
Thu Apr 30, 2009 7:20 am
Forum: Challenges
Topic: who can restore to me my hacked MSN
Replies: 4
Views: 8629

We have free market economy here -- I would do it for $499 :P
by bns
Thu Apr 30, 2009 7:15 am
Forum: Challenges
Topic: Listen to me
Replies: 16
Views: 26136

I would recommend to use an audio editor (like audacity) load the file and play a little bit...
by bns
Tue Apr 28, 2009 6:20 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 111330

Hi,

I think I didn't understand this discussion about Dungeon Master at all. Many here write they automate it, but nobody seems to have success.
A few other write they made it without automation -- so is there some clever hack I need to find or is it just a "play again until you win"?