View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 04-25-2012 , 22:48   Re: Lysis: An experimental .smx decompiler
Reply With Quote #98

Would there ever be a "justincase" line where we could put in the code that will block the decompile? I know that the licences blah blah, but im just saying would this ever beable to be implemented? ive tried decompiling my own plugins and if they are long enough then it stops at line 7.

Quote:
Originally Posted by snbx.smx
new PlVers:__version = 5;
new Float:NULL_VECTOR[3];
new String:NULL_STRING[1];
new Extension:__ext_core = 64;
new MaxClients;
new Extension:__ext_sdktools = 696;
new Extension:__ext_sdkhooks = 1028;
found out what stops it, its our from SMLib!
Code:
#include <smlib>

Last edited by Mitchell; 04-25-2012 at 22:54.
Mitchell is offline