Page 2 of 2

Posted: Thu Feb 17, 2011 1:25 pm
by mjb
i wrote an bot for solving that problem.

The Software made screenshot and analysed the pixel colors around the current Mousepointerposition. Depending on the color i made the MousePointers position jump.
So my bot played the game for me.

Posted: Wed Apr 20, 2011 10:03 pm
by Schnapphahn
All I used is calculator here, uhmm, and of course swf-decompiler. What game are you talking about? ;-)

-_-

Posted: Wed May 18, 2011 7:59 pm
by Millennium
I used CE and solved every single level by hand in about 20 minutes -_-

Posted: Fri Jun 24, 2011 7:08 pm
by AMindForeverVoyaging
karma-fusebox wrote:is being thrown back to the very beginning at each failure a bug or a feature to annoy players? :)
No matter what it is, the guy who programmed it to be like that is an idiot. It's a shame really since the original idea from John Maeda is pretty nice.

Posted: Mon Jul 25, 2011 9:12 am
by IIMOG
No software needed for decompiling: http://www.showmycode.com/

Posted: Wed Sep 21, 2011 9:49 pm
by lezazA
Disassembled with flasm, searched for "15", found a very suspicious

Code: Select all

      push 15
      lessThan
changed to

Code: Select all

 
     push 1
     lessThan
Reassembled, started the game and I immediately got the answer before starting level 1 :D