DoctorGordon said:
Well, that sured helped mate...
Sorry man, thats what brought people here in the firsy place.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
DoctorGordon said:
aeroripper said:It brings up the same message from the first test, but, view the source and there was the pic of the ascII bird right? Well on the whiteboard on schmoozy's visit to valve where he told him to take a pic of the whiteboard there's another bird on there on the clock
http://img20.exs.cx/img20/4497/White-Bored2.jpg
so maybe there is a link there
or not... just throwing out ideas
DarkDamo said:dont expect much help from me....im not even half way through high school :flame:
y [in the 2nd whiteboard] is the hl2 [the a/triangle thingy] y is it the wrong way round?? it on the clock on the right hand side btw
Sean said:What about that screaming guy? It looks a lot like that painting... which I forgot the name of. Anyone explore this yet?
Nope.GuNzABlaZiN said:wth, Has this been mentioned before?
http://www.half-life2.com/secret/pwn3d/
user: valve
pw: 437N452
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <fcntl.h>
#include <string.h>
extern int errno;
int main(int argc, char *argv[])
{
int fd;
int n;
int chars_read = 0;
char buf[2];
if (argc != 2) {
printf("usage: %s <filename>\n", argv[0]);
exit(1);
}
if ( (fd = open(argv[1], O_RDONLY, 0)) < 0) {
printf("asciiize error: %s\n", strerror(errno));
exit(1);
}
while ( (n = read(fd, buf, 1)) == 1) {
if (!islower(buf[0]) && !isupper(buf[0]))
;
else {
if (++chars_read == 50) {
chars_read = 0;
fputc('\n', stdout);
}
fputc(buf[0], stdout);
}
}
exit(0);
}
seinfeldrules said:As a sidenote that painting was actually stolen at gunpoint recently. Hm.
hasan said:There is an arabic writing on the whiteboard
http://img3.exs.cx/img3/2208/White-bored.jpg
in the bottom right corner.
the writing itself doesn't have any meaning in arabic, unless it's been cut by the picture borders, which is very possible.
I tried to explain them a bit,
http://img59.exs.cx/img59/1348/arabic-on-the-whiteboard.jpg
the "th" letter I talked about is as in "thing" not as in "the".
The first word reads "kren" or "karen" or "gren" .. (there is no 'g' in arabic, so 'k' is sometimes used instead). none of them means anything in arabic.
The second word can't even be read .. but it could be 'dasah' or something .. but I doubt it.
P.S. It doesn't seem like someone just messed up and came up with these letters, you can't do that without being caught, each letter has several forms depending on its position in the word. for example, the scribble on the flag seen on de_dust in the CS:S beta is just nonesense.
Where as the writings on the walls do make some sense (what of them says "CS Source itself!")
hasan said:The first word reads "kren" or "karen" or "gren" .. (there is no 'g' in arabic, so 'k' is sometimes used instead). none of them means anything in arabic.
could be, kinda.half alive said:how about 'Xen'
http://www.sijun.com/dhabih/mainscreen.htmlFor those wondering where my name comes from it's because my dad's half chinese, half scottish; and my mom's persian. Hence the name Dhabih. I consider my self all of those races, kinda a world citizen.
he replied in like .. one minute.Concerning the 2nd test....... This could be the key, or it could be
rubbish.
hasan said:I emailed Jesse Cliffe, this is what he said:
he replied in like .. one minute.
I wonder why he cares to reply if it was the rubbish :naughty: