Hold it still 2
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Hold it still 2

-migrated-
Last Updated: 08/31/2010 11:03

Sorry, there are no badges available for this game.

Game Dscription
Hold It Still 2 Is a fun maze game.
Hold it still 2 Posted on: 08/29/2010 10:39pm
Quote Post
http://www.newgrounds.com/portal/view/546576

http://uploads.ungrounded.net/546000/54 ... ill_V2.swf

unlockMedal aob's for each medal are the same, so don't think we can do an aob switch. Were a few hacks posted on the forums about pressing alt and moving around but it seems they may be fixed.
Re: Hold it still 2 Posted on: 08/29/2010 11:45pm
Quote Post
System Bot
Pretty short game.  This will enable you to do the right click maze cheat trick (right click, move the mouse to the end of the maze and left click)

08 04 1c 96 02 00 08 05 52
08 04 1c 96 02 00 08 05 02

This post was imported from an account that no longer exists!
Previous Name: Anonymous
Re: Hold it still 2 Posted on: 08/31/2010 4:37am
Quote Post
Wow, interesting hack. Can you explain exactly what you did? what is the 52 value? I know 02 is nop.
Re: Hold it still 2 Posted on: 08/31/2010 5:50am
Quote Post
System Bot
Quote from: "xycho666"
Wow, interesting hack. Can you explain exactly what you did? what is the 52 value? I know 02 is nop.
ActionCallMethod = 0x52,
final int OP_nop = 0x02;

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Hold it still 2 Posted on: 08/31/2010 5:51am
Quote Post
And i'm guessing the action that calls is blocking the right click?
Re: Hold it still 2 Posted on: 08/31/2010 11:03am
Quote Post
System Bot
Quote from: "xycho666"
And i'm guessing the action that calls is blocking the right click?
Code: [Select]
   //96 0b 00 06 00 00 00 00 00 00 00 00 08 04
    _push 0 "Mouse"
    //1c
    _getVariable
    //96 02 00 08 05
    _push "hide"
    //52
    _callMethod


This post was imported from an account that no longer exists!
Previous Name: phreneticus