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.
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.
