Eidos Forums  

Go Back   Eidos Forums > Current Games > Deus Ex: Human Revolution > DX:HR General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #551  
Old 08-30-2011, 12:30 PM
KingNL's Avatar
KingNL KingNL is offline
Gamer
 
Join Date: Jun 2011
Location: Netherlands
Posts: 477
Default

Updated OP, please slow down a bit guys
__________________
signature image
Reply With Quote
  #552  
Old 08-30-2011, 12:31 PM
richie98521 richie98521 is offline
New Player
 
Join Date: Aug 2011
Posts: 2
Default

maybe its JC Dentons desk from the original deus ex
theres an eiffel tower and stuff about the illuminati and during the first one he does go to paris to contact a former Illuminati leader
im probly way off but still

tried the login/pass from the first game JCD and bionicman but nooope
Reply With Quote
  #553  
Old 08-30-2011, 12:32 PM
Discoman Discoman is offline
New Player
 
Join Date: Jun 2011
Location: NY
Posts: 17
Default

Quote:
Originally Posted by Thrace View Post
Using a hacking minigame on the site atm, i got the vid http://sarifindustries.com/en/sec/E-SO-SecurityHack.mp4 . Seems like footage of the attackers in the beginning of the game.
Yeah, that's pretty old.

I love the 13311tower.com site description, "Let's bring the bastards down, together!"

Lazarus seems like a good idea. Too bad we wouldn't know what his password is.
Reply With Quote
  #554  
Old 08-30-2011, 12:32 PM
Ehrine Ehrine is offline
New Player
 
Join Date: Aug 2011
Posts: 2
Default

Quote:
Originally Posted by SiPB View Post
Just had a look at the javascript on the website nothing too interesting in there I could make out using http://jsbeautifier.org/ to unminify the code. However I have noticed that the name for each of the username and password is as follows.

Username = M6dCM2ZJxv
Password = s069trV5XA
They're actually references to the field names in the form (the username field is called M6dCM2ZJxv and the password is called s069trV5XA.

Looking at the full beautified version of the .js, the first couple of functions create the 3000 or so image block lines designed to obfuscate the point you need to click to make the form appear. The main juice of it is the section

Code:
function goform(_0x5289x3) {
    $j('.container')['html']($j('.container')['html']() + _0x5289x3);
    $j('.CDyjK9kxxV')['fadeIn'](200);
    $j('input[placeholder]')['placeholder']();
    $j('.container form')['submit'](function () {
        $j['ajax']({
            url: 'actions/k5G2dyYRvN.php',
            data: 'tqhyyDitPn=' + $j('input[name=M6dCM2ZJxv]')['val']() + '&ReBwsoTXvb=' + $j('input[name=s069trV5XA]')['val'](),
            success: function (_0x5289x3) {
                if (_0x5289x3) {
                    reveal(_0x5289x3);
                } else {
                    $j('input[name=M6dCM2ZJxv]')['val']('');
                    $j('input[name=s069trV5XA]')['val']('');
                };
            }
        });
        return false;
    });
};
which I think is where the usename and password are tested, running the reveal function if correct. Thing is, I suck at javascript...
Reply With Quote
  #555  
Old 08-30-2011, 12:33 PM
NetCliche NetCliche is offline
New Player
 
Join Date: Aug 2011
Posts: 8
Default

Thanks for the replies guys

Hope I can find the damn password with you now lol
Reply With Quote
  #556  
Old 08-30-2011, 12:34 PM
Yaguar Yaguar is offline
New Player
 
Join Date: Aug 2011
Posts: 16
Default

FC + SG = AW

QM J TW 8 D0 (from the original cypher)

6 3 + 19 7 = 1 23 (Letters -> Numbers).

Pretty sure the post it means this person (if they aren't them) is linked to Ben Saxon. However wont be part of the Tyrants (due to their link with the Illuminati). On this basis it is unlikely to also be someone from Belltower or TYM which only really leaves someone from Sarif Industries.

Only person jumping to my mind is Vasili Sevchenko.

EDIT: How I got to Sevchenko from Saxon is beyond me...
Reply With Quote
  #557  
Old 08-30-2011, 12:34 PM
initnull initnull is offline
New Player
 
Join Date: Aug 2011
Posts: 4
Default

The way the html code is done on 13311tower.com is weird, it's almost like the jpg contains the username and the morse code the password.

We already know that the morse code says "limbclinic"

I'Ve looked at the exif header of http://cdn2.netops.eidosinteractive....13311tower.jpg

there's is a GPS entry in the file (which is completely weird since it's a CGI file )

<rdfescription rdf:about=''
xmlns:exif='http://ns.adobe.com/exif/1.0/'>
<exif:GPSLatitude>25,20.702066S</exif:GPSLatitude>
<exif:GPSLongitude>131,2.051582E</exif:GPSLongitude>
<exif:GPSVersionID>2.3.0.0</exif:GPSVersionID>
</rdfescription>
Reply With Quote
  #558  
Old 08-30-2011, 12:35 PM
SiPB SiPB is offline
New Player
 
Join Date: Aug 2011
Posts: 5
Default

Quote:
Originally Posted by thefang01 View Post
I think it's just the preset placeholders ("username"/"password")

Code:
data: 'tqhyyDitPn=' + $j('input[name=M6dCM2ZJxv]')['val']() + '&ReBwsoTXvb=' + $j('input[name=s069trV5XA]')['val'](),
            success: function (_0x5289x3) {
                if (_0x5289x3) {
                    reveal(_0x5289x3);
                } else {
                    $j('input[name=M6dCM2ZJxv]')['val']('');
                    $j('input[name=s069trV5XA]')['val']('');
                };
            }
If the real password is entered, the function "reveal" is called, else the placeholder is shown again. Or something like that. I am not into Java
Correct, damn i missed that just tried to inject some javascript into the website but its having none of it.
Reply With Quote
  #559  
Old 08-30-2011, 12:35 PM
neverminder neverminder is offline
New Player
 
Join Date: Aug 2011
Posts: 6
Default

In the script I found this : actions/77P98JBTRb.php

So I guess if it's in PHP we'll have to think rather than hack our way to the solution

I miss the good old days where Javascript passwords were in the main page, unencrypted....
Reply With Quote
  #560  
Old 08-30-2011, 12:35 PM
Tale Tale is offline
New Player
 
Join Date: Aug 2011
Posts: 22
Default

Quote:
Originally Posted by Ehrine View Post
They're actually references to the field names in the form (the username field is called M6dCM2ZJxv and the password is called s069trV5XA.

Looking at the full beautified version of the .js, the first couple of functions create the 3000 or so image block lines designed to obfuscate the point you need to click to make the form appear. The main juice of it is the section

Code:
function goform(_0x5289x3) {
    $j('.container')['html']($j('.container')['html']() + _0x5289x3);
    $j('.CDyjK9kxxV')['fadeIn'](200);
    $j('input[placeholder]')['placeholder']();
    $j('.container form')['submit'](function () {
        $j['ajax']({
            url: 'actions/k5G2dyYRvN.php',
            data: 'tqhyyDitPn=' + $j('input[name=M6dCM2ZJxv]')['val']() + '&ReBwsoTXvb=' + $j('input[name=s069trV5XA]')['val'](),
            success: function (_0x5289x3) {
                if (_0x5289x3) {
                    reveal(_0x5289x3);
                } else {
                    $j('input[name=M6dCM2ZJxv]')['val']('');
                    $j('input[name=s069trV5XA]')['val']('');
                };
            }
        });
        return false;
    });
};
which I think is where the usename and password are tested, running the reveal function if correct. Thing is, I suck at javascript...
If I'm reading that right, which I'm probably not, the correct values are hidden in the php.
Reply With Quote
  #561  
Old 08-30-2011, 12:36 PM
Rindill the Red Rindill the Red is offline
Permanent Vacation
 
Join Date: Jul 2007
Posts: 2,113
Default

Quote:
Originally Posted by thefang01 View Post
I think it's just the preset placeholders ("username"/"password")

Code:
data: 'tqhyyDitPn=' + $j('input[name=M6dCM2ZJxv]')['val']() + '&ReBwsoTXvb=' + $j('input[name=s069trV5XA]')['val'](),
            success: function (_0x5289x3) {
                if (_0x5289x3) {
                    reveal(_0x5289x3);
                } else {
                    $j('input[name=M6dCM2ZJxv]')['val']('');
                    $j('input[name=s069trV5XA]')['val']('');
                };
            }
If the real password is entered, the function "reveal" is called, else the placeholder is shown again. Or something like that. I am not into Java
I'm of the opinion that this is more important...

Code:
	    var _gaq = _gaq || [];
	    _gaq.push(['_setAccount', 'UA-6150945-37']);
	    _gaq.push(['_trackPageview']);
Could be wrong though. Is that just tracking for google analytics?

The other identifiers look like a handle rather than any sort of code.
Reply With Quote
  #562  
Old 08-30-2011, 12:36 PM
Raddykal Raddykal is offline
New Player
 
Join Date: Aug 2011
Posts: 3
Default

Is this Namir in the picture?
Reply With Quote
  #563  
Old 08-30-2011, 12:37 PM
miraa miraa is offline
Gamer
 
Join Date: Aug 2011
Posts: 54
Default

FC+SG=AW

AW = Adam Weishaupt? Founder of the Illuminati.
Reply With Quote
  #564  
Old 08-30-2011, 12:37 PM
clone18 clone18 is offline
New Player
 
Join Date: Aug 2011
Posts: 4
Default

if you guys want information on the original codes go back to my post on page 18. All the codes repeat themselves because of something like this: to/oi/it/
Reply With Quote
  #565  
Old 08-30-2011, 12:37 PM
Messy Messy is offline
New Player
 
Join Date: Aug 2011
Posts: 20
Default

OK who can check ports? It should be someone hackwise.
Who dunno nothing about Fedorova and Snakeman(Forget his name lol) but know about barret?
Reply With Quote
  #566  
Old 08-30-2011, 12:38 PM
ACiDxCHRiST ACiDxCHRiST is offline
New Player
 
Join Date: Aug 2011
Posts: 7
Default

Quote:
Originally Posted by KingNL View Post
Updated OP, please slow down a bit guys
Actually your latest update has info that doesn't really apply. The whole 52 page document and illuminati code don't apply to how they figured out the website address.

It is as simple as taking all of the capital letters from the original message: MDDMMSBGIKOXBC

and substituting the characters from the tweets and Facebook messages, which comes out to: 13311TOWER.COM
Reply With Quote
  #567  
Old 08-30-2011, 12:39 PM
Necrion Necrion is offline
New Player
 
Join Date: Aug 2011
Posts: 6
Default

To those asking about http://sarifindustries.com/ being hacked, that happened well before the game was released. Months I think.
I'm not sure if its pertinent or not, but has anyone noticed the scribble under what appears to be Jaron Namir's picture ? It looks like:
01-0729
Reply With Quote
  #568  
Old 08-30-2011, 12:39 PM
dderidex dderidex is offline
New Player
 
Join Date: Aug 2011
Posts: 2
Default

Quote:
Originally Posted by eot View Post
What I want to know is how you guys figured out the morse code. I tried and failed
That was pretty easy. Open the .wav file in an editor, and trim out the 'noise' that was muffling the signal (anything outside of about 990hz to 1010hz). Then just maximize the volume and reduce playback speed by 50%. Easy as pie to hear, then.
Reply With Quote
  #569  
Old 08-30-2011, 12:39 PM
Waladil Waladil is offline
New Player
 
Join Date: Jun 2009
Posts: 14
Default

If not Lazarus, the only other person I could think of likely to have that desk would be Tong (Sr. or Jr.)
The password check seems to be named Harvester, their gang, Tong Jr has connections to Nicollete DuClare in DXO, and they're both rather knowledgeable about this Illuminatus things.
It was Tong Jr. that gave us "1723. The birth of Adam Weishaupt. Not a coincidence!"
That may not be directly useful in "winning" this ARG, but a poke in the right concepts?

EDIT: We never did find out why Tong Jr. needed a rescue, did we? Maybe he was "checking the ports" and got caught. The more I think about it, I'm pretty sure this is his desk. Only problem is "why is it in English" then.

Last edited by Waladil; 08-30-2011 at 12:41 PM. Reason: realization
Reply With Quote
  #570  
Old 08-30-2011, 12:40 PM
JCpie's Avatar
JCpie JCpie is offline
Protagonist
 
Join Date: Sep 2009
Location: Skynet
Posts: 3,354
Default

Quote:
Originally Posted by richie98521 View Post
maybe its JC Dentons desk from the original deus ex
theres an eiffel tower and stuff about the illuminati and during the first one he does go to paris to contact a former Illuminati leader
im probly way off but still

tried the login/pass from the first game JCD and bionicman but nooope
JC Denton looking look for leads from 30-ish years ago? Not likely.

But, Debeers and Everrett do meet in Paris, (in the Eiffel Tower no less) at the end of the Icarus Effect.
__________________
signature image
Reply With Quote
  #571  
Old 08-30-2011, 12:41 PM
miraa miraa is offline
Gamer
 
Join Date: Aug 2011
Posts: 54
Default

I think the "11M13CLINIC" code is our next key clue

Does ANYONE know what we might do with this phrase?
Reply With Quote
  #572  
Old 08-30-2011, 12:42 PM
madcynic madcynic is offline
New Player
 
Join Date: Aug 2011
Posts: 2
Default

Quote:
Originally Posted by initnull View Post
TI'Ve looked at the exif header of http://cdn2.netops.eidosinteractive....13311tower.jpg

there's is a GPS entry in the file (which is completely weird since it's a CGI file )

<rdfescription rdf:about=''
xmlns:exif='http://ns.adobe.com/exif/1.0/'>
<exif:GPSLatitude>25,20.702066S</exif:GPSLatitude>
<exif:GPSLongitude>131,2.051582E</exif:GPSLongitude>
<exif:GPSVersionID>2.3.0.0</exif:GPSVersionID>
</rdfescription>
That's Ayers Rock, btw.
Reply With Quote
  #573  
Old 08-30-2011, 12:42 PM
Lirezh Lirezh is offline
Gamer
 
Join Date: Jan 2011
Posts: 90
Default

someone got the login and password for the belltower website ?
I've been trying a bit but no clue
Reply With Quote
  #574  
Old 08-30-2011, 12:44 PM
PalladiumGM PalladiumGM is offline
New Player
 
Join Date: Aug 2011
Posts: 26
Default

Quote:
Originally Posted by richie98521 View Post
maybe its JC Dentons desk from the original deus ex
theres an eiffel tower and stuff about the illuminati and during the first one he does go to paris to contact a former Illuminati leader
im probly way off but still
I really hope you're right and that means we're getting a remake of DX in this new engine. I might just be me, but it seems like you can't play DX:HR without wanting Eidos Montreal to:

1.) Declare DX:IW soft cannon so it won't hold them back.
2.) Keep expanding Human Revolution with the cut content and DLC until it's complete.
3.) Remake DX (keep the script, locations and story)
4.) Make whatever they want after that. DX:HR proves that they rock.

Back to the ARG: Has anyone noticed that on the graph paper book they used a capital "I" for Illuminati, but a lowercase "L" for the all caps "THINK"?
Reply With Quote
  #575  
Old 08-30-2011, 12:44 PM
TROOPER181st TROOPER181st is offline
Gamer
 
Join Date: Aug 2011
Posts: 85
Default

password must be 0451
Reply With Quote
Reply

Bookmarks

Tags
announcement, arg, augmented reality game, dlc, multiplayer

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 06:25 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.