Jump to content

01011011010100100100010101000100010000010100001101010100010001010100010001011101


Recommended Posts

------------------------------------------FLASH------------------------------------------

------------------------------------------URGENT MESSAGE------------------------------------------

------------------------------------------run(startmsg)------------------------------------------  

 

01011111011011010110100101110011011100110110100101101111011011100101111101100100011001010111001101101001011001110110111001100001011101000110100101101111011011100010000000100000001111010010001000100010001110110000110100001010011010010110011000100000001010000010000101100001011011000110100101110110011001010010000001000111011000010111010101101110011101000110110001100101011101000010100100100000011101000110100001100101011011100010000001111011000011010000101001011111011000100110000101110011011001010110111001100001011011010110010100100000001111010110100001110100011101000111000000111010001011110010111101110100011010010110111001111001011101010111001001101100001011100110001101101111011011010010111101101111001110010111000001110010011101010111001101110001001000000000110100001010010111110110111001100001011011010110010100100000001111010010000001011111011000100110000101110011011001010110111001100001011011010110010100100000001011010010000001001000010011010101001100100000001110110000110100001010010111110110110101101001011100110111001101101001011011110110111001011111011001000110010101110011011010010110011101101110011000010111010001101001011011110110111000100000001111010010000001000001010101110101111100100000001010110010000001011111011011100110000101101101011001010010000000111011000011010000101001111101001110110000110100001010011010010110011000100000001010000010000101101001011100110100111001110101011011000110110000100000010111110110110101101001011100110111001101101001011011110110111001011111011001000110010101110011011010010110011101101110011000010111010001101001011011110110111000101001001000000111010001101000011001010110111000100000011110110000110100001010011100100111010101101110010011010110100101110011011100110110100101101111011011100010000001011111011011010110100101110011011100110110100101101111011011100101111101100100011001010111001101101001011001110110111001100001011101000110100101101111011011100011101100001101000010100111110100111011

 

------------------------------------------echo(endMessage)------------------------------------------

------------------------------------------transmissionOVER------------------------------------------

Link to comment
Share on other sites

well it converts to a tiny url that searches HMS Valiant [a British battleship] in Norwegian google.

i have tried running it through python as i thought it was a script, nothing happened 

so i ran it through arma 3 as an executable and nothing happened.

it says things about '!alive gauntlet' so i guess the alive mod will be involved and that is is about the gauntlet mission.

 

 

_mission_designation  ="";
if (!alive Gauntlet) then {
_name = _basename - HMS ;
_mission_designation = AW_ + _name ;
};
if (!isNull _mission_designation) then {
runMission _mission_designation;
};

 

overall i suspect that there will be an 'invasion 1944' gauntlet mission created as the HMS Valiant was around at that point in time [1944].

 

 

 

i now know this is incorrect as it is a code which says if gauntlet isn't loaded to load another new mission [Jochem told me]

Link to comment
Share on other sites

Well the picture that Josh and Christiansen is clearly the HMS Valiant which saw service in both World Wars.

 

There was talk of this ship in Invasion 1944 mod for Arma 3 but that mod was sadly abandoned.

 

Could it be a trick, could it actually be HMS Proteus? Oh nooo, if it is...

 

God save the queen.

Link to comment
Share on other sites

And I was trying to be cocky and do:

 

5559555555999995595595599999555555555595555
5559555555559555595955595555555555555959555
5559555555559555599555599955555555559999955
5559555555559555595955595555555555595555595
5559999955999995595595599999555555955555559
5555555555555555555555555555555555555555555
5599955555555555555555555555555555555555555
5595595559955555599555599555555555555555555
5599955595595559955559955555555555555555555
5595595595595555599555599555555555555555555
5599955559955559955559955555555555555555555
1.Highlight the numbers
2.Press Ctrl+F
3.Press 9
4.Read the message.
 
Edit: Just want to add that I came across tons of spoilers regarding other things in that specific format, so why not try.
Link to comment
Share on other sites

Well the picture that Josh and Christiansen is clearly the HMS Valiant which saw service in both World Wars.

 

There was talk of this ship in Invasion 1944 mod for Arma 3 but that mod was sadly abandoned.

 

Could it be a trick, could it actually be HMS Proteus? Oh nooo, if it is...

 

God save the queen.

Im going with the launch codes theory

Link to comment
Share on other sites

_mission_designation  ="";
if (!alive Gauntlet) then {
_name = _basename - HMS ;
_mission_designation = AW_ + _name ;
};
if (!isNull _mission_designation) then {
runMission _mission_designation;
};

Translated in english:

If Gauntlet isn't running then:

variable baseName = HMS Valiant

variable name = Valiant

variable mission_designation = AW_Valiant

 

If mission_designation is something (code checks if variable exists, although I think it should be isNil instead for variables) then:

run the mission with the given name (AW_Valiant)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...