Render.ru

compile

#1
Zdrasti.

Kak 'otkompilit' ili save script chto bi ego mozno bilo zagruzit v makse, no prosmotret sam kod scripta bilo nevozmozno.


Thanks a lot;)
 

Savin Denis

Модератор форума
Команда форума
Рейтинг
138
#2
encryptFile <in_filename_string> <out_filename_string> <key_integer>

Creates an encrypted copy of the file named by <in_filename_string> using the integer supplied as a key, naming the encrypted file <out_filename_string>.

openEncryptedFile <filename_string> <key_integer>

Opens the encrypted file using the given integer key and returns a FileStream value that you can then do read calls on, exactly as you can on FileStreams returned from the openFile() function.

с помошью комманды encryptFile шифруеш файл
потом его надо будет открывавть с помощью openEncryptedFile
 
#3
Denis, Sorry za mou tverdolobost.
Perevesti fail smog a open net. Chto to rugaetsya.

Ne mog bi ti popodrobnee opisat kak eto sdelat na
primere

=======================
b=box()
animate on
(
at time 0 b.pos=[0,0,0]
at time 100 b.pos=[100,0,0]
)
=======================

Thanks a lot
 

Savin Denis

Модератор форума
Команда форума
Рейтинг
138
#4
Для шифровки самого кода
можно использовать fn:

encryptScript "box1.ms"

получиш файл - box1.mse
который можно запускать как обычный скрипт
 
Сверху