ScriptSpot

Script

Create Encrypting Max Script

By Michele71 · 2010-01-23

Version
1.0
Version requirement
all version 3dsMax -- to 2 a 2010
Date updated
2010-01-22
Votes
29
Description

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

create .mse

Additional Info

Launch the script normally Quik Help: 1)Choose Max Script file to convert in Encrypt Max Script file 2) Choose the version of the .mse Version 0 is uses the old encryption scheme of 3ds Max 2 to 9 Version 1 is uses the new encryption scheme introduced in 3ds Max 9 SP 1 The new script is saved in the same directory as the source script file 3) Create .mse file ------------------------ Create Encrypting Max Script by Michele Marcelli Medal71@Hotmail.it
Attachments

Tags: converter, Utilities

Comments (12)

Decrypt MSE (3DS Max Encoded Script)

s.johnson · 2017-09-29

The best decoder of MSE is FILEDECRYPT.COM

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! :) :)