Recommended Posts

the escape gravity thing is a game, you cross out the letters so the blanked out ones match the pattern of the numbers....the first column is all gone, then the first row is 12 blank then seven, leaving an S....and so on.

it's a picross game, I don't think we were supposed to get it, that's why l0ki changed the message; there's at least 2 errors that make it unsolvable.

I think that the signifigance of the "Back" buttons on the two puzzles is that they lead to two more keys. We've found the end for the one from the Halo Wars blog hint, but there are at least two more left....

:)

Yea, that's what I was kind of getting at. Now it's time to solve them.. :pinch:

There are several games here, one of which has been solved, which has lead the people watching the post to put that message on the website, only once many of them have been solved- or some of them will prizes start to appear. Whats to say there are not more than three and that the people watching (CCTV) will move the prize until it is all finished. Was that the easiest one and how many more are there?

This is the flv source for the countdown timer on http://www.vanishingpointgame.com/antepenultimate/

Note the webservice url address "http://stagessl.42entertainment.com:20000/preawareness/now.asmx?WSDL"

Maybe this could be to any help... or maybe not...

class CountDownTimer extends MovieClip
{
	var homeUrl, webServicen, msecs, gotoAndStop, secs, mins, hours, days;
	static var thisCountDownTimer;
	function CountDownTimer()
	{
		super();
		if (_root.homeurlparam != null)
		{
			homeUrl = _root.homeurlparam + "/now.asmx?WSDL";
			webServicen = new mx.services.WebService(homeUrl);
		}
		else
		{
			webServicen = new mx.services.WebService("http://stagessl.42entertainment.com:20000/preawareness/now.asmx?WSDL");
		} // end else if
		thisCountDownTimer = this;
		trace (CountDownTimer.thisCountDownTimer);
		var _loc4 = new Date();
		var _loc5 = _loc4.getFullYear();
	} // End of the function
	function CountDown(yr, mo, dy, hr, mn, sc, ml)
	{
		var objServicen = webServicen.ServerTime(yr, mo, dy, hr, mn, sc, ml);
		objServicen.onResult = function (result)
		{
			trace ("time!");
			trace (this);
			var _loc4 = new objServicen.returnSerial();
			_loc4 = result;
			CountDownTimer.thisCountDownTimer.eventMillisecs = _loc4.timeToWaitMillisecs;
			trace ("eventMillisecs " + CountDownTimer.thisCountDownTimer.eventMillisecs);
			var _loc6 = new Date(yr, mo, dy, hr, mn, sc, ml);
			var _loc5 = new Date();
			var _loc3 = _loc5.getTime();
			trace ("localNowMillisecs: " + _loc3);
			CountDownTimer.thisCountDownTimer.localEventMillisecs = _loc6.getTime();
			trace ("localEventMillisecs: " + localEventMillisecs);
			var _loc2 = CountDownTimer.thisCountDownTimer.localEventMillisecs - _loc3;
			trace ("localTimeToWaitMillisecs: " + _loc2);
			CountDownTimer.thisCountDownTimer.correctionMillisecs = CountDownTimer.thisCountDownTimer.eventMillisecs - _loc2;
			trace ("correctionMillisecs: " + correctionMillisecs);
		};
		objServicen.onFault = function (fault)
		{
			trace ("oops");
		};
	} // End of the function
	function onEnterFrame()
	{
		trace ("enterframe");
		trace (CountDownTimer.thisCountDownTimer);
		trace (this);
		if (CountDownTimer.thisCountDownTimer.eventMillisecs == 0)
		{
			trace ("this.eventMillisecs == 0");
			remaining = remaining + " ";
			return;
		}
		else
		{
			var _loc3 = new Date();
			var _loc2 = _loc3.getTime();
			msecs = CountDownTimer.thisCountDownTimer.localEventMillisecs - _loc2 + correctionMillisecs;
			trace ("this.msecs " + msecs);
			trace ("CountDownTimer.thisCountDownTimer.localEventMillisecs" + CountDownTimer.thisCountDownTimer.localEventMillisecs);
			trace ("currentMillisecs" + _loc2);
			trace ("correctionMillisecs" + correctionMillisecs);
			if (msecs <= 0)
			{
				return;
			} // end if
			secs = Math.floor(msecs / 1000);
			mins = Math.floor(secs / 60);
			hours = Math.floor(mins / 60);
			days = Math.floor(hours / 24);
			msecs = (msecs % 1000).toString();
			secs = (secs % 60).toString();
			mins = (mins % 60).toString();
			hours = (hours % 24).toString();
			days = days.toString();
			while (msecs.length < 3)
			{
				msecs = "0" + msecs;
			} // end while
			if (secs.length < 2)
			{
				secs = "0" + secs;
			} // end if
			if (mins.length < 2)
			{
				mins = "0" + mins;
			} // end if
			if (hours.length < 2)
			{
				hours = "0" + hours;
			} // end if
			while (days.length < 2)
			{
				days = "0" + days;
			} // end while
			remaining = days + ":" + hours + ":" + mins + ":" + secs + ":" + msecs;
			trace (remaining);
		} // end else if
	} // End of the function
	var eventMillisecs = 0;
	var correctionMillisecs = 0;
	var localEventMillisecs = 0;
	var remaining = "";
} // End of Class

wierd, i remembered to have the whoisloki puzzle to have the bottom right number beginning with a digit "2", but its now 142966259. [or am i wrong?]

is it me only or the "wh0isl0ki" grid puzzle gives a new page now .. where the number at the bottom is different than before

you were quicker :)

damn, my net is so f.kin slow...[or just neowin?]

OK I was following this earlier when everyone started with this damn grid puzzle and I got off to take a little nap.

Funny story :laugh:

OK I got off my computer and went ahead and shut it down because it's been on straight for like 2 weeks now and I thought it deserved a little break. I turn it off and turn on Comedy Central and they're showing Kevin Smiths movie Dogma.

Not three minutes into the part where I turn that movie on, a character starts talking about the two angels trying to get back into heaven and what will happen if they're successful.

Remember the last code used to open the grid puzzle? wh0isl0ki

He starts talking about Matt Damons character LOKI and how he was the ANGEL OF DEATH

I thought "mother f***** and I just turned the computer off and got comfortable"

:laugh:

Don't know if it helps anything, but I found that hilarious. Perfect freaking timing. I just felt too comfortable to get back up and figured it would be solved by the time I got back up anyway or angel of death had nothing to do with it. :laugh:

wierd, i remembered to have the whoisloki puzzle to have the bottom right number beginning with a digit "2", but its now 142966259. [or am i wrong?]

you were quicker :)

damn, my net is so f.kin slow...[or just neowin?]

Yes, it is different and it's not a "patch". That is, it's not a sudoku board. There are 2 "h"'s in the middle bottom area.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Google are hyprocrites for signing this. They have been pulling the same dirty tactics as Microsoft, only they do it on Android and ChromeOS.
    • In some countries the law has forced Microsoft to display a menu on a fresh install of Windows which asks which web browser you want and it will install that browser. This doesn't add any bloat to Windows. It simply an additional step when setting up a new PC.
    • Chrome is also a first party browser on Android and ChromeOS. And on those systems, Google is pulling the same dirty tactics as Microsoft does on Windows.
    • Unofficial script lets you install unreleased Windows 11 features without Microsoft Account by Sayan Sen Microsoft has been steadily evolving the Windows Insider Program over the years, introducing new channels and testing paths that allow enthusiasts to experience upcoming and yet-to-be-released Windows features (some interesting hidden ones too) before they reach the public. However, one long-standing requirement has remained largely unchanged as users are generally expected to enroll in the Program and with a Microsoft account. That's where a third-party tool called "OfflineInsiderEnroll" can help. OfflineInsiderEnroll is said to be a lightweight script that enables access to Windows Insider Program builds on systems that are not signed in with a Microsoft account. Essentially the tool configures the necessary Insider settings locally and hence allows users to select and switch between available preview channels while continuing to receive builds through the normal Windows Update channel. If you are wondering how it manages to do so, it is made possible by a Registry value known as TestFlags. When configured to"0x20", Windows stops communicating with Microsoft's online Insider enrollment services thus preventing locally configured Insider settings from being overwritten. This allows the script to apply its own channel configuration directly through the Registry as Windows Update does not verify whether a device has been officially enrolled in the Insider Program or not. Previously the utility has had already supported the traditional Insider branches including Dev, Beta, and Release Preview. However following Microsoft’s recent restructuring of its preview channels, the script has now been updated. The latest OfflineInsiderEnroll version, 2.6.6, adds support for the newly introduced Insider channel lineup. As such, users can now choose from several Experimental channels in addition to Beta and Release Preview options. The update also retains tools for refreshing the Insider cache, resetting Insider settings, and completely stopping Insider enrollment when needed. Keep in mind though that will need elevated privileges when running the script (run as Admin). You can get the latest version of OfflineInsiderEnroll from this page on its official GitHub repo.
    • The "Classic" Outlook has done that for a few years as well. The option to even change that is really hidden away too... It really shouldn't be hard to respect user defaults. Sadly we are the product now, not Outlook. To change in the Classic Outlook: File > Options > Advanced > change "Open hyperlinks from Outlook in"
  • Recent Achievements

    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!