Simple script that allow the convert Max Script File (.ms) in Encrypting Max Script file (.mse).

Script
By Michele71 · 2010-01-23
Simple script that allow the convert Max Script File (.ms) in Encrypting Max Script file (.mse).

Decrypt MSE (3DS Max Encoded Script)
s.johnson · 2017-09-29
The best decoder of MSE is FILEDECRYPT.COM
Decrypt
aues · 2013-02-25
Oh guys, encrypt is useless - http://msedecrypt.org
barigazy · 2013-02-25
Are you willing to pay around hundred bucks for decryption :)
decrypt
aues · 2013-02-26
At this time, I'm not interested. But two years ago, I wrote a script and ran into a wall. Then I was ready to give a lot more for the opportunity to learn and ability to learn from others!
What is Encrypting Max Script
subongo · 2012-10-23
I downloaded a max script that looked very useful to me. But once in my download folder I note it is an encrypted file. Can someone explain what that means please. I imagine it might only do part of what it's supposed and then ask for some password or I could be totally wrong. I have used maxscript from here before but I have never had encrypted files.
miauu · 2012-10-23
Can someone explain what that means please.
- you can see the source code of the script
I imagine it might only do part of what it's supposed and then ask for some password or I could be totally wrong.
- you're wrong. The script will do what it have to do. If the script is released as demo or trail with limitations then the script will only do part of what it's supposed
3D_Animator · 2010-07-08
Great! That is just what I was looking for
Thank you very much ! ! !
mad · 2010-02-07
great! thanks a lot ;)
Michele71 · 2010-02-07
The response of Anubis is right. And his example is the best!
Anubis · 2010-02-07
You cannot encrypt macroScript (due to Max limitation), but if you need to run the .mse file from macros, then there is a quick 'How To' example:
macroScript macro_Example category:"Help" tooltip:"Example"
(
fileIn "my_example.mse"
)
mad · 2010-02-07
how can i encrypt macro script? if i create a mse file using your script from macro script and then open it in max it show an error "syntax error at name: expected macro script"
Michele71 · 2010-02-01
Correct little bug! :) :)