You can make code not editable.
If someone gonna try change something crash will come when they try use it after editing.
Of course if you know how to use this method properly.
Try reading a way to apply encryption to any cleo yourself and then make your own Encryption Application, combine multiple encryption methods in a unique/shuffled way so that the algorithm will be hard to reverse. Some encryption methods you can use:
XOR Crypt
Perform XOR on every byte of the cleo script using a certain value(which will serve as the key).
Bit Rotation Crypt
Rotates bits leftwards/rightwards of every byte of the cleo script
Bit Swap Crypt
Define multiple bit to swap on to each other, that will be applied to every byte of the cleo script.
Byte Inflate/Deflate Crypt
Increase/Decrease a certain value to every byte of the script.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.