Jump to content

Compiling your scripts


Recommended Posts

Although OneVice protects your privacy, all your scripts are secure behind the Pterodactyl web-panel and are not directly accessible.
However, if you still want to be completely sure, you should compile your scripts.

Read S.L.C's post about it. He explained it very well.

To split the difference in explain-to-me-like-im-5-years-old version:

Spoiler

- A regular dofile() would be equivalent to loadfile("test.nut")().
- loadfile only compiles the code, making it readable by machine, this code can not be easily decompiled backwards.
- Uploading such compiled files on the shared host will make your ideas very hard to steal, if not impossible.

 



To make the process uncomplicated and comfortable. I recently created a tool which works on both server and client side.
 

Spoiler


6LXsAGw.gif

 

GitHub link.



After you are done with compiling your scripts, they will appear as if encrypted for others trying to access them.
 

Spoiler

1ANIMro.png

 

However, they can still be loaded like regular .nut files.
You can even save them as .nut and dofile() as you would a regular squirrel file.

  • Winner 1

Spiller.gif

This signature changes every refresh. Complete gallery.

Link to post
Share on other sites
Guest
This topic is now closed to further replies.
×
×
  • Create New...