notpron

Deutsche Lösungen zu Notpron
git clone git://xatko.vsos.ethz.ch/notpron.git
Log | Files | Refs

commit cb2c946bca17d211e7c5d75a37654c6fbda9565b
parent 037c83a0540d81071e46e0076b6c8ebb0c82ee6c
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Mon, 23 Sep 2013 22:48:44 +0200

Level 31 solved.

Diffstat:
Levels.tex | 25++++++++++++++++++-------
Preamble.tex | 8++++++++
2 files changed, 26 insertions(+), 7 deletions(-)

diff --git a/Levels.tex b/Levels.tex @@ -50,7 +50,7 @@ \hint{Die Seite ist grösser als normal} \hint{Quellcode anschauen.} \hint{Der folgende Text ist in einem IFrame eingebettet: \begin{npquote}108 105 108 107\\117 111 114 104\end{npquote}} - \hint{Im Quellcode des erstens Dokumentes findet sich folgender Kommentar: \\\lstinline{<!--ascii is an alternative-->}} + \hint{Im Quellcode des erstens Dokumentes findet sich folgender Kommentar: \npcomment{<!--ascii is an alternative-->}} \hint{Jede Zahl representiert einen Wert in der \hpref{tbl:asciitable}{ASCII-Tabelle}} \hint{Übersetzt lautet es: \begin{npquote}lilk\\uorh\end{npquote}} \hint{Der Passworthinweis bei dem Abfragefenster lautet ,,anagram''} @@ -61,7 +61,7 @@ \nplvl{he went to the old school}{http://www.deathball.net/notpron/sdrawkcab/tieman.htm}{kill}{hour} { \begin{hints} - \hint{Im Quellcode finden sich zwei Kommentare:\\\lstinline{<!-- times have changed in deutschland -->}\\\lstinline{<!--what candy wrapper is it?-->}} + \hint{Im Quellcode finden sich zwei Kommentare:\npcomment{<!-- times have changed in deutschland -->}\npcomment{<!--what candy wrapper is it?-->}} \hint{Das Papier ist eine Twix Verpackung} \hint{Das Lösungswort muss rückwärts geschrieben werden} \hint{Das Lösungswort muss in die Adresszeile geschrieben werden (\lstinline{http://www.deathball.net/notpron/sdrawkcab/<Lösungswort>.htm})} @@ -182,8 +182,8 @@ { \begin{hints} \hint{Das Bild ist irrelevant.} - \hint{Im Quellcode steht ein Hinweis: \\\lstinline[keywordstyle=\color{dkgreen}]{<!--this message is ONLY for french people (and maybe belgium): votre clavier est erroné (sorry, just babelfish, - I have no clue if it's good, but you can translate it back-->}\\ + \hint{Im Quellcode steht ein Hinweis: \npcomment{<!--this message is ONLY for french people (and maybe belgium): votre clavier est erroné (sorry, just babelfish, + I have no clue if it's good, but you can translate it back-->} Daraus folgt, dass es mit den Positionen der Buchstaben auf der Tastatur zu tun hat. } \hint{Der Code gibt in Klammern die Zeile, ohne die Spalte an.} @@ -223,7 +223,7 @@ \nplvl{aliens are coming}{http://www.deathball.net/notpron/finale/pron.htm}{doom}{murder} { \begin{hints} - \hint{Es wird laut dem Kommentar \lstinline{<!--what am I?-->} nach dem Objekt auf dem Bild gefragt.} + \hint{Es wird laut dem Kommentar \npcommentil{<!--what am I?-->} nach dem Objekt auf dem Bild gefragt.} \hint{Das Lösungswort ersetzt das ,,pron'' in der URL.} \hint{Es ist ein Alltagsgegenstand.} \hint{Er spendet Licht.} @@ -451,8 +451,19 @@ \nplvl{He forgot where he took it!}{http://deathball.net/notpron/screen30/davidandhism2.htm}{rockin}{boppin} { \begin{hints} - \hint{} + \hint{Es ist der Ort der Aufnahme gesucht.} + \hint{Alle Angaben finden sich im Bild.} + \hint{\ldots doch nicht auf dem Bild.} + \hint{Eine Bilddatei ist nicht einfach nur ein Bild.} \end{hints} }{ - + Es wird nach dem Aufnahmeort gesucht, der in den Exifdaten versteckt ist, nämlich hirstein. Somit lautet die neue URL \nurl{hirstein.htm}. +} +\nplvl{Ain't it?}{http://deathball.net/notpron/screen30/hirstein.htm}{rockin}{boppin} +{ + \begin{hints} + \hint{Im Quellcode findet sich der Hinweis \npcomment{<!--little difference somewhere!-->}} + \end{hints} +}{ + } diff --git a/Preamble.tex b/Preamble.tex @@ -90,3 +90,11 @@ \newcommand{\nurl}[1]{{\ttfamily \catcode`\/=12 \catcode`\_=12 #1}} \newenvironment{npquote}{\begin{quote}\sffamily}{\end{quote}} + +\newcommand{\npcommentil}[1]{\lstinline{#1}} +\newcommand{\npcomment}[1]{{% +\setlength{\parindent}{5ex} +\par% +\npcommentil{#1}% +\par% +}}