link = http://www.kongregate.com/games/gameboxcy/inferno-legend
Hi guys, been trying for several days to find something useful for this game with no success, managed to find some things that may be useful let me explain :
_First, in .net reflector there's a folder called GM ( game master obv ) with some awake/drawbutton stuff where interesting thing comes like this :
this.enableGM = true;
}
else
{
this.enableGM = false;
_So, found this aob :
02 17 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 16 7D ?? ?? ?? ?? 02 28
17
Nothing happens, checked all menus there is no button that pops up ( ofc i inject this aob using the pause process at the very moment code is loaded )
_Second thing, after some researches i found that movement in regular instances is server sided, packets are sent every time your try to move on a tile and if you try to reach a farther tile you get blocked by the server and have to defeat a monster to progress...
Thing is in treasure rooms packets aren't sent so there might be a way to bypass treasure guardians avoiding this "invisible wall bla bla defeat X guardian before"
Tried to find the whole yesterday how i could alter this, came up with "instanceusermovecontroller", "taskinstanceusermovecontroller" ( most likely to be in this one ) and "usermovecontroller" folders.
Tried to alter a lot of things in these folders yesterday, managed to make the monster disappear ( sadly it was only graphical ) but still had the message preventing me to move past him.
Okay, some theory, if someone could point me we're i'm wrong or even find something on this...
Thanks in advance.