39ster's DLL removes it from memory, while my option only removes it from those dialogs. My code does the equivalent to changing:Question: Do we still have to use 39ster's DLL to remove scripts from memory with it or the option to "remove code snippets from the error dialogs" does exactly that? Thanks!
show_error("___________________________________________#COMPILATION ERROR in string to be executed#Error in code at line "+string(line)+":#"+code+"#"+indicator+"#at position "+string(pos)+": "+error,0);(GML syntax used here for clarity)To this:
show_error("___________________________________________#COMPILATION ERROR in string to be executed#Error in code at line "+string(line)+":#"+indicator+"#at position "+string(pos)+": "+error,0);It doesn't remove any code from memory, it just prevents it from being displayed.Solid enough. For example, it has a decryptor that decrypts itself in memory, then immediately after executing it destroys itself.Question...
How solid is this?










