| QUOTE |
| Compile. Ta-da! No one has the source. |
Ha ha ha ha

@Topic
if you mean you don't want others to decompile your Script
then you may use a Weakness of SB
The Game read only those Opcodes which come in its way
but SB have to Read each & every byte of Script
so put something Corrupted/unreadable data in such a way that SB read it but not the Game
for Example
| CODE |
//Script// jump @0 /// unreadable data //
:0 // remaining Script //
|
Note: This can make hard to decompile but not Impossible,
Some Programmers/Modders can still open it easily