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

    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
    • Try installing Logitech Options
    • Telltale returns with The Wolf Among Us, re-revealing the sequel and a new remaster by Pulasthi Ariyasinghe Telltale Games, the studio known for its episodic games from the 2000s, had a surprise appearance at the Summer Game Fest showcase today. The studio has gone through a collapse, an acquisition, and a revival but has largely gone silent in recent years. Today's sudden announcement was for the popular The Wolf Among Us series, with news about the sequel and a remaster dropping. Set after the events of the 2013-released title, the sequel will bring back Biby Wolf for a new adventure in Fabletown. This town of fairy tale characters is becoming unstable, with Snow White not being able to keep order as before. "When a brutal series of crimes threatens to fracture the fragile balance holding Fabletown together, Bigby Wolf, sheriff of Fabletown, finds himself drawn into a dangerous conspiracy that reaches deep into the city’s criminal underworld," says the studio. "As suspicion spreads across the city and powerful forces work against him, Bigby must uncover the truth and decide what kind of sheriff - and what kind of wolf - he is willing to become." At the same time, Telltale also announced The Wolf Among Us Remastered, bringing back the classic with a fresh coat of paint. This will include all five episodes from the original game plus over an hour of extra content that will offer behind-the-scenes videos, cast interviews, image galleries, and deleted scenes. The remaster will also have updated visuals and improved UI elements and accessibility features, alongside upgrades to the animations, audio, and frame rates. Telltale has been working on this project for almost a decade now, but if the new release schedule holds, fans will be able to jump into The Wolf Among Us 2 sometime in 2027. As for The Wolf Among Us Remastered, this is slated to release during this holiday season.
    • I use a Linux laptop every day. I have tried to switch to Linux on my gaming PC which has a 5070 ti. It was not a great experience
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      77
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!