<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Protecting Maxscript in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6678084#M16277</link>
    <description>&lt;P&gt;Yes, I agree with the others here. MAXScript is a scripting language, so in itself it is not possible to perfectly encrypt it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer the commercial question, if you really want the best security, use the C++ SDK. It produces a native DLL that is very hard to crack. This is what many commercial developers do with at least the core functionality. Also remember that a C++ plugin can expose it's functionality to MAXScript and so you might consider just moving your most important IP into a C++ plugin, and then call it from some of your less critical MAXScript code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Paul mentioned nothing is 100% secure, but in C++ it is as close as you can get, and it takes deep understanding of binary and assembly code to crack a native DLL. So your best option is to put your important IP there, and then nothing "extra" is needed for encryption. Of course C++ itself can be much harder to code in, so it's a trade off (but you may also gain some performance, depending on what you are doing...). &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 21:51:57 GMT</pubDate>
    <dc:creator>kevinvandecar</dc:creator>
    <dc:date>2016-11-09T21:51:57Z</dc:date>
    <item>
      <title>Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4873168#M16271</link>
      <description>&lt;P&gt;Maxscript encryption or dll are not safe, How we can protect maxscript by using SDK?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2014 17:52:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4873168#M16271</guid>
      <dc:creator>MehdiZangenehBar</dc:creator>
      <dc:date>2014-03-08T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4873634#M16272</link>
      <description>&lt;P&gt;You can't, everything can be cracked. Autodesk spends millions I'm sure on licensing and it isn't 100% secure. Problem is you can spend more time and money trying to protect your tools then you would loose in loses if you just didn't bother.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2014 14:37:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4873634#M16272</guid>
      <dc:creator>paulneale</dc:creator>
      <dc:date>2014-03-09T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4888906#M16273</link>
      <description>&lt;P&gt;So, How we can make plugins commercial?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2014 08:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4888906#M16273</guid>
      <dc:creator>MehdiZangenehBar</dc:creator>
      <dc:date>2014-03-16T08:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4889020#M16274</link>
      <description>&lt;P&gt;Encrypt the Max script if you want to sell it and create a simple licensing system or just sell it. If it is a huge success it will be cracked, there is no way around that. But companies and people that are not theifs will purchase it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2014 12:23:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/4889020#M16274</guid>
      <dc:creator>paulneale</dc:creator>
      <dc:date>2014-03-16T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6669174#M16275</link>
      <description>&lt;P&gt;I've found a great plug-in for maxscript protection. It can be helpfull: &lt;A href="http://www.scriptspot.com/3ds-max/scripts/maxscript-protector" target="_blank"&gt;http://www.scriptspot.com/3ds-max/scripts/maxscript-protector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mse is not the only way of encryption.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 09:39:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6669174#M16275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-05T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6669977#M16276</link>
      <description>&lt;P&gt;Sorry, the link was broken. The correct link to plug-in: &lt;A title="Maxscript protection plugin" href="http://www.turbosquid.com/FullPreview/Index.cfm/ID/1089390?referral=crea3d" target="_blank"&gt;http://www.turbosquid.com/FullPreview/Index.cfm/ID/1089390?referral=crea3d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 07:16:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6669977#M16276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-06T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6678084#M16277</link>
      <description>&lt;P&gt;Yes, I agree with the others here. MAXScript is a scripting language, so in itself it is not possible to perfectly encrypt it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer the commercial question, if you really want the best security, use the C++ SDK. It produces a native DLL that is very hard to crack. This is what many commercial developers do with at least the core functionality. Also remember that a C++ plugin can expose it's functionality to MAXScript and so you might consider just moving your most important IP into a C++ plugin, and then call it from some of your less critical MAXScript code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Paul mentioned nothing is 100% secure, but in C++ it is as close as you can get, and it takes deep understanding of binary and assembly code to crack a native DLL. So your best option is to put your important IP there, and then nothing "extra" is needed for encryption. Of course C++ itself can be much harder to code in, so it's a trade off (but you may also gain some performance, depending on what you are doing...). &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 21:51:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6678084#M16277</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2016-11-09T21:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6678383#M16278</link>
      <description>&lt;P&gt;I just created this topic two years ago , but useful Thank You!. although I'm not a professional C++ programmer, but&amp;nbsp;C++ works very well in this situation. After thinking about the protecting concepts, I realized (as paul said) that spending a lot of time on protecting the MaxScript is not a good idea and I must focus on coding, promote and support.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 02:06:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/6678383#M16278</guid>
      <dc:creator>MehdiZangenehBar</dc:creator>
      <dc:date>2016-11-10T02:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7720321#M16279</link>
      <description>&lt;P&gt;The only solution I know for now for those who write in maxscript is &lt;A title="this plugin" href="http://www.turbosquid.com/FullPreview/Index.cfm/ID/1246058?referral=crea3d" target="_blank"&gt;this plugin&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 20:24:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7720321#M16279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T20:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7721020#M16280</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;The only solution I know for now for those who write in maxscript is &lt;A title="this plugin" href="http://www.turbosquid.com/FullPreview/Index.cfm/ID/1246058?referral=crea3d" target="_blank"&gt;this plugin&lt;/A&gt;.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Using this solution, you lose the opportunity to use your customers as free testers, which for real developers saves a lot of time and money.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:26:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7721020#M16280</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2018-01-24T21:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7724568#M16281</link>
      <description>&lt;P&gt;I don't use this protection but why would I loose my customers for beta testing? I'm sure one can create a beta testing time by using e.g. crazy registry access for creating many weird keys which makes it almost impossible to be narrowed down, for the case someone uses procmon.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:45:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7724568#M16281</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2018-01-25T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7724691#M16282</link>
      <description>&lt;P&gt;Denis, I'm so happy that I see you in this forum also, I really appreciate it.&lt;BR /&gt;I didn't get your point, why we loose them?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 21:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7724691#M16282</guid>
      <dc:creator>MehdiZangenehBar</dc:creator>
      <dc:date>2018-01-25T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7725108#M16283</link>
      <description>&lt;P&gt;the encryption tool with the link above is nothing more than an obfuscater.&lt;/P&gt;
&lt;P&gt;it screws all original lines of code and property and function names. in case if this "encrypted" code crashes you will not get any clue where it was happened.&lt;/P&gt;
&lt;P&gt;you will get from your client just a message - "your code crashes" and maybe sad smiley at the end&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to debug it?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 00:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7725108#M16283</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2018-01-26T00:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729283#M16284</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;The only solution I know for now for those who write in maxscript is &lt;A title="this plugin" href="http://www.turbosquid.com/FullPreview/Index.cfm/ID/1246058?referral=crea3d" target="_blank"&gt;this plugin&lt;/A&gt;.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;don't buy&lt;/STRONG&gt; this tool!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; it's a fake! &lt;/STRONG&gt;it doesn't work&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 21:42:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729283#M16284</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2018-01-27T21:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729708#M16285</link>
      <description>&lt;P&gt;Other not perfect solution is to write certain parts of your code in c# if you don't want to get deep into the C++ SDK. It's also not a perfect solution, you have to use a defuscator here as well, but it's still safer than the maxscript version. Also maxscript can be simply decrypted using free tools over the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C# is a bit harder to decrypt, but not as complicated as learning c++. Also the c# version is version independent in many cases, so you don't have to ship per version dlls. And of course it's much faster than the maxscript version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realized over the years that using maxscript is getting more and more old school, you have to do a lot of workarounds to make things work, as well as there are many cases where there are very nasty memory leaks. It's worth the time to learn c# and the max sdk.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 09:53:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729708#M16285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-28T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729746#M16286</link>
      <description>&lt;P&gt;I've read this thread and thought I'd jump in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really have a great Maxscript you want to protect, it needs to be rewritten in C++ and compiled as a plugin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiNi Software offers a custom service to write this...&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sinisoftware.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=36&amp;amp;Itemid=526" target="_blank"&gt;https://www.sinisoftware.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=36&amp;amp;Itemid=526&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SiNi have 11 plugins and over 150 tools for 3ds Max 2014-2018. The tools started out as Maxscript and were rewritten in C++ (over 3 million lines of code in 2 years!). The plugins are tied to a licence server for extra security.&lt;/P&gt;&lt;P&gt;The developers also writes bespoke Maxscript for some of the largest companies in the world using 3ds Max.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For public release, C++ is your only choice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 10:33:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729746#M16286</guid>
      <dc:creator>nigel.hunt</dc:creator>
      <dc:date>2018-01-28T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729924#M16287</link>
      <description>&lt;P&gt;&lt;SPAN&gt;denisT.MaxDoctor,&amp;nbsp;&lt;/SPAN&gt;It's absolutely&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; a fake.&amp;nbsp;If you have this plugin, update to version 2.1.2.&amp;nbsp;Some issues solved there, now everything works fine in all 3Ds max versions.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 14:12:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7729924#M16287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-28T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7730252#M16288</link>
      <description>&lt;P&gt;Can you show any example - ms file and protected file using Maxscript Protector?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 20:04:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7730252#M16288</guid>
      <dc:creator>miauuuu</dc:creator>
      <dc:date>2018-01-28T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7733458#M16289</link>
      <description>&lt;P&gt;Copy - paste from scriptspot.com about Maxscript Protector:&lt;/P&gt;&lt;DIV class="quote"&gt;Originally Posted by &lt;SPAN&gt;Submitted by 3DZver on Mon, 2018-01-29 16:06.&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN&gt;Submitted by &lt;A href="http://www.scriptspot.com/users/3dzver" target="_blank"&gt;3DZver&lt;/A&gt; on Mon, 2018-01-29 16:06. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="quote"&gt;&lt;SPAN&gt;&lt;A href="http://www.scriptspot.com/3ds-max/scripts/maxscript-encrypt-and-protect#comment-37463" target="_blank"&gt;Maxscript Protector absolutely non-working tool&lt;/A&gt;I read a lot about Maxscript Protector. Basically bad reviews, and if there were praise comments - then these comments post the developers&lt;BR /&gt;themselves. I did not regret money and purchase this script specifically&lt;BR /&gt;to check how it works. None of the scripts I tried to protect with this&lt;BR /&gt;tool, and did not work after that. I wrote to the authors of this&lt;BR /&gt;script and reported on, but they did not even bother to answer.&lt;BR /&gt;My verdict: Maxscript Protector absolutely non-working tool and I do not advise anyone to buy it.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jan 2018 20:50:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7733458#M16289</guid>
      <dc:creator>miauuuu</dc:creator>
      <dc:date>2018-01-29T20:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting Maxscript</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7748541#M16290</link>
      <description>&lt;P&gt;If we want to use external protector, I think this is not only about MaxScript, Actually we need a more general and stronger protector that works also for all other software packages. The main goal for me to protect MaxScript is not just my source code (Actually I can share it online if someone ask me!). but managing registrations become important (because I earned money from customers). So I think a C++ and exposing some necessary MS inside it should be enough.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 09:58:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/protecting-maxscript/m-p/7748541#M16290</guid>
      <dc:creator>MehdiZangenehBar</dc:creator>
      <dc:date>2018-02-03T09:58:18Z</dc:date>
    </item>
  </channel>
</rss>

