- Code: Select all
import cookielib
import urllib2
import cookielib
import urllib2
lordofthelefthand wrote:Fun challenge! Did it with python, about 25 lines of code (could be trimmed down I'm sure). With these modules:
- Code: Select all
import cookielib
import urllib2
import urllib,urllib2,re



Schultzika wrote:I've solved it using C++
My idea was to monitor the windows clipboard... as soon as it changes my program would read the copied data... make the reversed ascii shift... and put the solution to the windows clipboard...
So basically I'd just copy(ctrl+c) the data:
Generated String: 42)40)45)38)72)26)53)58)69)59)73)
Shift: -16
And paste(crtl+v) the solution:
:8=6X*EJUKY
Easy!

i actually thought about that, but why bother when c# offers a premade solution for these type of things.eljonto wrote:Schultzika wrote:I've solved it using C++
My idea was to monitor the windows clipboard... as soon as it changes my program would read the copied data... make the reversed ascii shift... and put the solution to the windows clipboard...
So basically I'd just copy(ctrl+c) the data:
Generated String: 42)40)45)38)72)26)53)58)69)59)73)
Shift: -16
And paste(crtl+v) the solution:
:8=6X*EJUKY
Easy!
Nice! I never thought of doing it that way, sweet idea.




acskurucz wrote:LoL, i wrote a javascript application and did with that. in firefox, i just pasted in the URLbar the code and pressed an enter. its an easy way as well.

Users browsing this forum: No registered users and 0 guests