hi
i would like to make cpu id and board serial in maxscript
i found this site
http://csharphelper.com/blog/2014/12/use-wmi-to-get-the-systems-board-se…
how can i make that with 3d max script ?
Forum topic · Scripts Wanted
By dussla · 2019-09-12
hi
i would like to make cpu id and board serial in maxscript
i found this site
http://csharphelper.com/blog/2014/12/use-wmi-to-get-the-systems-board-se…
how can i make that with 3d max script ?
.
jahman · 2019-09-12
you can use MAC address for licensing purposes, there're lots of examples how to get it using maxscript
.
dussla · 2019-09-12
Thank you
But mac adress can change with util
So mac address lic is not useful
.
jahman · 2019-09-12
I wonder how you are going to protect the part of the code that will check the validity of the license? .mse? It's not a protection at all.
If your code isn't secure any advanced license checks will make no sense.
Here's the great cgtalk thread on script protection...
.
dussla · 2019-09-13
thank you again
i need simple protection
so i asked
i will refer your link site ~
really really thank you
alexnguyen · 2019-09-12
create a dot net class , and run that class from maxscript
.
dussla · 2019-09-12
Ok thank you very much