Is it possible to clone a code and step on it with an extender?

fa1thDEV

Knight
Customer
If I clone “Abnormals.class” or any class and do it in an extender, this is stepped on or directly explodes the server?
 
If I clone “Abnormals.class” or any class and do it in an extender, this is stepped on or directly explodes the server?
It will be difficult to specifically disrupt the server's operation with an abnormal, at most all abnormals will stop working.
Also code is obuscated, for this reason, it's extremely easy to break the class you are "cloning".
 
Back
Top