Return to Unfiction unforum
 a.r.g.b.b 
FAQ FAQ   Search Search 
 
Welcome!
New users, PLEASE read these forum guidelines. New posters, SEARCH before posting and read these rules before posting your killer new campaign. New players may also wish to peruse the ARG Player Tutorial.

All users must abide by the Terms of Service.
Website Restoration Project
This archiving project is a collaboration between Unfiction and Sean Stacey (SpaceBass), Brian Enigma (BrianEnigma), and Laura E. Hall (lehall) with
the Center for Immersive Arts.
Announcements
This is a static snapshot of the
Unfiction forums, as of
July 23, 2017.
This site is intended as an archive to chronicle the history of Alternate Reality Games.
 
The time now is Wed Nov 13, 2024 12:03 pm
All times are UTC - 4 (DST in action)
View posts in this forum since last visit
View unanswered posts in this forum
Calendar
 Forum index » Archive » Archive: General » ARG: Go! (QND)
decompiled GO, found key?
View previous topicView next topic
Page 1 of 1 [3 Posts]  
Author Message
josh g.
Guest


decompiled GO, found key?

This is a stab in the dark, but then again what isn't these days.

The haiku clue and the empty Go leader board left me with the impression that there was something we were supposed to find inside the SWF file. So, I bit the bullet and decompiled it. Unfortunately I didn't find anything blatantly suspicious, but the code that generates the password might mean something.

Spoiler (Rollover to View):

function getCode()
{
r0 = random(10);
r1 = r0;
r2 = r0;
while (r1 == r0)
{
r1 = random(10);
} // end while
while (r2 == r0 || r2 == r1)
{
r2 = random(10);
} // end while
for (i = 0; i < 3; i++)
{
if (this["r" + i] == 0)
{
this["letter" + i] = new String("P");
}
else if (this["r" + i] == 1)
{
this["letter" + i] = new String("U");
}
else if (this["r" + i] == 2)
{
this["letter" + i] = new String("D");
}
else if (this["r" + i] == 3)
{
this["letter" + i] = new String("E");
}
else if (this["r" + i] == 4)
{
this["letter" + i] = new String("X");
}
else if (this["r" + i] == 5)
{
this["letter" + i] = new String("I");
}
else if (this["r" + i] == 6)
{
this["letter" + i] = new String("M");
}
else if (this["r" + i] == 7)
{
this["letter" + i] = new String("L");
}
else if (this["r" + i] == 8)
{
this["letter" + i] = new String("A");
}
else if (this["r" + i] == 9)
{
this["letter" + i] = new String("L");
} // end if
} // end of for
theCode = new String();
theCode = theCode.concat(letter0, letter1, letter2);
_root.code = theCode;
} // End of the function


The interesting bit to me was the list of characters used to create the password - perhaps they're meaningful, and/or in a meaningful order?

Spoiler (Rollover to View):
PUDEXIMLAL


It's ten characters, and if I remember correctly a ten-letter word was used as a decryption key earlier? (I haven't been working on that stuff myself, just following the spoilers.)

PostPosted: Thu Sep 18, 2003 10:32 pm
 Back to top 
Caterpillar
Unfictologist


Joined: 25 Sep 2002
Posts: 1887
Location: cem's otherbody

Again, it unscrambles to ALL MIXED UP.

PostPosted: Thu Sep 18, 2003 10:40 pm
 View user's profile
 Back to top 
mysteryjones
Veteran


Joined: 21 Apr 2003
Posts: 89
Location: London

thoughts...

I believe it's releasing three random letters in a random order from the "all mixed up" set. Probably the intention is that we'll all submit our codes to a discussion and see the anagram pattern collectively.

PostPosted: Sat Sep 20, 2003 12:23 pm
 View user's profile Visit poster's website
 Back to top 
Display posts from previous:   Sort by:   
Page 1 of 1 [3 Posts]  
View previous topicView next topic
 Forum index » Archive » Archive: General » ARG: Go! (QND)
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum



Powered by phpBB © 2001, 2005 phpBB Group