PDA

View Full Version : A little help please.


Varinderll
05-17-2009, 06:56 AM
Hello all.

I was a reading a script which calls some encrypted scripts...

Something like this.


if IMPInfo == undefined then fileIn (scriptspath+"\\Tools\\imp.mse") quiet:true
else if IMPInfo() != 051215 then fileIn (scriptspath+"\\Tools\\imp.mse") quiet:true
if OUTInfo == undefined then fileIn (scriptspath+"\\Tools\\out.mse") quiet:true
else if OUTInfo() != 051219 then fileIn (scriptspath+"\\Tools\\ out.mse") quiet:true

if IMPInfo() != 051215 then messagebox "You didn't have the right import function to run this script!\nTry Install it again!" title:"Import Function Error"
if OUTInfo() != 051219 then messagebox "You didn't have the right export function to run this script!\nTry Install it again!" title:"Export Function Error"


can this block of code would be of any help in unencrypting those "imp.mse" and "out.mse" files

I know i must hav asked the author to send me the unencrypted ones but unfortunately i do not hav any link to him.

so anyway, is there any possible way around to open these files?

any info or suggestion would be of Great help.
thanks in advance.

ZeBoxx2
05-17-2009, 05:01 PM
you're basically asking us "how do I hack another person's scripts?". If that person has made it clear they don't want to provide unencrypted code - for whatever reason - I think you'll just have to accept that.

fwiw - if it's a max9 SP1+ script, you're not going to be able to hack it with any ease anyway.

Varinderll
05-18-2009, 03:22 AM
omg~! didnt knew that it will be counted as hacking. :shrug: instead i was jus curious to read his import and export function.

btw the script was made with 3ds max 7

CGTalk Moderation
05-18-2009, 03:22 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.