I dont understand what you mean with [enable] and [disable].Quote:
I found function which if is nop'd, window won't appear so I think this is it, but I don't know how to put it into asm script. I would like to make it in [enable] / [disable] sections, like [enable] = window opened, [disable] = closed. Hmm, my question is, how to execute that function (opening a window) in a moment when it is enabled?
Actually each script I did just modifies part of function and it takes effect when this function is actually called by program, and not by me when I enable script. Eh.
But if you need to open the window, you need to know the arguments the function takes, and then call the function normally. (Please learn ASM for it, dont ask for code snippets). PS: If its a class member, dont forget to move the class pointer in ECX before calling the function.