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

    • This is why competition must exist. Finally, pressure is mounting on Microsoft to move in the right direction.
    • Microsoft is making Windows 11's context menus faster, simpler, and configurable by Taras Buria Five years ago, Windows 11 introduced redesigned context menus, offering users a simpler, more modern design. However, customers quickly discovered that the new menus leave a lot to be desired. Many are unhappy with performance (they are really slow), while others dislike the double-layed design, where many options are hidden behind the "Show more options" button. In addition, over the years, menus became cluttered and overloaded. While Microsoft has already fixed plenty of pain points across Windows 11, context menus remain mostly unchanged. Fortunately, Microsoft is finally listening. Marcus Ash, Design and Research Lead for Windows at Microsoft, responded to a tweet on X, confirming that the company is working on fixing Windows 11's context menus. Reworked context menus are supposed to be faster, simpler by default, and "configurable to what you use most." What the latter means is unknown, just like whether Microsoft plans to keep the classic menu alongside the modern one, but according to Marcus, the wait should finally be over soon, as he promised to "share our approach soon." Improved context menus will most likely appear first in Windows 11 preview builds in the Experimental Channel. While we wait for Microsoft to release them, you can try fixing context menus on your PC with a simple tool called Windows 11 Context Menu Manager. It lets you disable entries you do not need, not only cleaning up context menus, but also making them significantly faster. Microsoft has already improved Windows 11's Start menu and taskbar, so hopefully it will address user criticism of the context menu as well. Stay tuned for new Windows 11 preview builds, which usually arrive every Friday.
    • If the drive/memory is soldered to the board, which it probably is, then it's a no from me
    • Driver Genius 25.0.0.143 by Razvan Serea Driver Genius is a professional driver management tool features both driver management and hardware diagnostics. Driver Genius provides such practical functions as driver backup, restoration, update and removal for computer users. If you often reinstall your operating system, you may not forget such painful experiences of searching all around for all kinds of drivers. If unfortunately you have lost your driver CD, the search will be more troublesome and time-consuming. Driver Genius can automatically find drivers for a device when the system can't find a driver for it. It can recognize the name and vendor's information of the device, and directly provide download URL for the required driver. Driver Genius also supports online updates for drivers of existing hardware devices. Driver Genius customers can obtain information for latest drivers by Driver Genius's LiveUpdate program, which can synchronize to the database on Driver Genius site. Features at a glance: Find the latest drivers for your computer. One click to update all drivers silently. Automatically install driver updates silently. Make your drivers are always up to date. New rollback driver design for safer driver update. Free to backup all drivers now! Package all drivers to an executable auto installer. One click to restore all drivers. Remove invalid or useless drivers/devices, improve system performance and stability. New system information tool. Detailed hardware inventory. Hardware temperature monitor. Protect your CPU, GPU and HDD. New system transfer assistant. Upgrade/degrade your windows system easily. New SSD Speeder. Improve your disk performance and reliability. New System booster provides over 90 optimization options that make your computer run faster and smoother. New System Cleanup can help you to clean up the temporary files and cache files or other junk files in system. Driver Genius 25.0.0.143 changelog: Enhanced detection for Windows Runtime components. Update the hardware detection component to support more new hardware. Update the compression component to address security issues. Download: Driver Genius 25.0.0.143 | 20.7 MB (Shareware) View: Driver Genius Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We do it all the time on our IT Service desk mailbox to add a reference, in the subject line, once it's been logged and then it's filed into the appropriate sub-folder. Other companies probably do the same thing.
  • Recent Achievements

    • One Month Later
      Carru_123 earned a badge
      One Month Later
    • 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
  • 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!