paperlined.org
games > pc > Spelunky > cheating > possibilities
document updated 15 years ago, on Feb 1, 2009
It wouldn't be too difficult to create a "trainer", possibly in AHK, but possibly C#.  It would just:


- enable debug mode, and run the .exe, just like the GM Debug Mode Enabler does
- BUT then it would wait for the debug window to appear, and as soon as it did, it would hide it
- and then it would continue to interact with the window, giving it its own commands


But is there a way to prevent the 'execute command' window from closing when I hit 'ok'?  i.e. it would be nice if the window handler stayed



    Is there a way to prevent a window from taking the focus and/or appearing?

        - http://www.autohotkey.com/forum/topic22870.html
            LOTS of suggestions
        - http://www.autohotkey.com/forum/topic39046.html
            interesting...  Windows semi-supports a bit of this?
        - http://www.autohotkey.com/forum/viewtopic.php?t=35659
            see Notepad example.  For me though, it still flickers.