A little free plug-in which allows you to move selected objects with A,W,S,D keys. If it will be useful for someone, I will improve it.
Plugin
By Crea3D · 2016-11-06
A little free plug-in which allows you to move selected objects with A,W,S,D keys. If it will be useful for someone, I will improve it.
Tags: maxscript, 3DS, Max, plugin, keys, autodesk, ms, mse, mzp, programming, keyboard
brainsgonedead
enmax · 2017-11-13
HI! I am Ukraina from. A big request to you - help me to trace the click of a mouse and also its movement left-right or up-down in Dotnet
.
alexnguyen · 2016-12-04
yes , hide your descripted code and use "try() catch ()" , everything can be hack , but when you make your code complicated , hacker more difficult
To whoever
fajar · 2016-12-02
@Whoever can crack the owner [or another author] which mean not as public consumption , please do not post it here , have some respect to the owner. You can always contact him personally via email or another mean
thanks
.
alexnguyen · 2016-12-02
:)
how to protect your code
alexnguyen · 2016-12-02
there are many ways to protect your script , encode it to other format and rename it to mse , :)
.
miauu · 2016-12-02
What happens when you run this script in 3ds Max?
.
alexnguyen · 2016-12-03
you run from another script
.
miauu · 2016-12-03
The "another" script must decrypt the "script", right?
Sorry to burst your bubble CREA3D
brainsgonedead · 2016-12-02
Hi, I have finally found a proper tool that decrypts MSE files so CREA3D's encryption tool is a waste of money as they can be hacked very easily with this tool below.
Here is the link, download QuickBMS and then look for the 3D Max.TXT file on the same site. I also tried it on Quad Cap by Miauu and yes it hacked his script as well...
http://aluigi.altervista.org/quickbms.htm
Some proof of the Dirtizer script:
rollout dirtizerRollout "Dirtizer" width:359 height:161
(
--imgTag bmp1 "bg" pos:[-3,-1] width:363 height:163 bitmap:bg.bitmap transparent:bgtranspcolor
--bitmap bmp1 "bg" pos:[-3,-1] width:28 height:163 fileName:"Dirtizer_textures\\bg1.png"
--bitmap bmp2 "bg2" pos:[-300,-1] width:28 height:163 fileName:"Dirtizer_textures\\bg2.png"
listBox folders_listbox "" pos:[5,7] width:124 height:9
dropDownList materialtype_list pos:[5,133] width:124 height:40 enabled:false items:#("Blend material","VRayBlendMtl") selection:1
button btn1 "SET THIS" pos:[289,69] width:64 height:24
spinner spn1 "" pos:[234,72] width:44 height:16 range:[1,2,1] type:#integer
label lbl1 "Texture number" pos:[150,72] width:79 height:21
slider dry_wet_slider "" pos:[172,30] width:156 height:25 range:[0,100,20]
label lbl2 "Dry" pos:[147,41] width:23 height:19
label lbl3 "Wet" pos:[324,43] width:25 height:19
slider dirtiness_slider "" pos:[172,1] width:156 height:25 range:[0,100,50]
label lbl4 "Clean" pos:[137,13] width:31 height:19
label lbl5 "Dirt" pos:[324,15] width:25 height:19
button btn2 "SET RANDOM TEXTURE OF THIS TYPE" pos:[136,102] width:217 height:24
button btn3 "SET RANDOM TEXTURE OF ANY TYPE" pos:[136,130] width:217 height:24
on folders_listbox selected newarg do(
--print spn1.range[2]
spn1.range=[1,getFileCount(),1]
setSlidersFromTemplate(1)
)
don't forget option 2...
vusta · 2016-12-02
it's entirely possible that Dirtizer was NOT encrypted with Maxscript Protector, could have been just standard maxscript encryption or something else...
brainsgonedead · 2016-12-02
Nope it wasn't max encryption as I tried with an older version of quickbms. I also tried it on Maxgrass and Maxmounts and Quad Chamfer Pro by Miauu.
I was just trying to prove that there are tools out there that can decrypt, it was part of CREA3D's old competition and I guess I was still in the mood to have some fun...
Anyway here is the move script but only now moves by 1 proper pixel not 15 or so!
Could be right
brainsgonedead · 2016-12-02
Damn just tried it with Polyunwrapper and QuickBMS failed...Rats I thought I was a winner lol
Encryption
brainsgonedead · 2016-12-02
Hi CREA3D, I just found this site that charges for MSE decryption and I tried it on your Dirtizer 2 MSE and it decrypted it very easily!
Link: http://msedecrypt.org/
I obviously never paid to get it decrypted but here is some proof :)
--=============================
-- DIRTIZER
-- 3D max plug-in
--=============================
version=1
--=============================
--=============================
(
local names_arr=#()
local randomTexMode=0 -- 0-set 1-set random 2-set random from all
local use_vray_blend_mtl=false
--local global_current_material
local maxpath=getdir #maxroot
local getFileCount
local dirtizerRollout
local setmtl
local setSlidersFromTemplate
local GetMultiOpenFilenames
local existFile
local split
local remakeFileName
local addToLabelbox
local populate_label_box
local setMaterial
local checkmat
local setMaterialMain
local extractNum
local last_multimaterial
local using_multi_mtl_now=false
fn getFileCount=(
--print sysInfo.currentdir
nm=names_arr[dirtizerRollout.folders_listbox.selection]
files = getFiles (maxpath+"scripts\\Dirtizer\\Dirtizer_textures\\"+nm+"\\*.*")
return(files.count)
)
fn setSlidersFromTemplate n=(
******************************************************************************
* *
* To get full sourse code press button [Pay and decrypt] *
* *
******************************************************************************
fajar · 2016-11-27
i wonder if the thread owner bring his soliloquy habit to online habit too.....
the best thing we can do is either report him [which is making him even more brutal in my exp] or ignore him...
miauu · 2016-11-28
...and to wait the new name of the thread.
.
miauu · 2016-11-26
One question: What you will do if someone told you that he wants to buy something that you sell?
Crea3D · 2016-11-25
Currently you can't. Only AWSD.
manganitro · 2016-11-25
Crea3D, can I change AWSD to arrows?
Gracepoint · 2016-11-25
Rotation and scale please!
Jacekpil · 2016-11-25
I want to change the speed.
Crea3D · 2016-11-25
What exactly do you want?
I may add settings in nearest
Crea3D · 2016-11-25
I can add settings in nearest future.
Jacekpil · 2016-11-25
The plugin is realy interesting. Please, add settings.
Jacekpil · 2016-11-25
Cool down. What happen?
manganitro · 2016-11-25
Ok, let's keep calm :)
manganitro · 2016-11-25
I like it.
manganitro · 2016-11-25
Yeah, anyway great plug-ins!
CgBro · 2016-11-25
.
Hi, dark_master25.
Can you show me my post, in which I said not to buy plugins from you? You can't.
Can you show me my post where I wrote a lie?
Yes, I am a competitor and I sell plugins, but I do not put my plugins in front page all the time using fake accounts or fake udpates.
But, the users here are not stupid.
And, as I said, I wanted to buy the Script Pack, but this plugins is no longer available in scriptspot. Why?
The name of this thread is changed for the third time. Why?
The same users keeps changing their names and are very active in this therad only(now they will start to post to other threads too). Why?
Why dark_master25 not advertise the Script pack(in other i-net sites) as it should - to say that he is the autorh?
The OP do not andwer to questions? Why?
manganitro · 2016-11-25
.
Hi, miauu.
Can you show me my post, in which I said not to buy plugins from you? You can't.
Can you show me my post where I wrote a lie?
Yes, I am a competitor and I sell plugins, but I do not put my plugins in front page all the time using fake accounts or fake udpates.
But, the users here are not stupid.
And, as I said, I wanted to buy the miauu's Texture Dropper Pro 1.3, but this plugins is no longer available in scriptspot. Why?
The name of this thread is changed for the third time. Why?
The same users keeps changing their names and are very active in this therad only(now they will start to post to other threads too). Why?
Why miauu not advertise the miauu's Texture Dropper Pro 1.3(in other i-net sites) as it should - to say that he is the autorh?
The OP do not andwer to questions? Why?
.
miauu · 2016-11-26

manganitro · 2016-11-25
Yeah, anyway great plug-ins!
Crea3D · 2016-11-25
That doesn't matter. Users are always unsatisfied with something. It's ok.
manganitro · 2016-11-25
miauu is just a competitor. He also sell plugins and try to sabotage the thread.
.
miauu · 2016-11-25
Hi, Crea3d.
Can you show me my post, in which I said not to buy plugins from you? You can't.
Can you show me my post where I wrote a lie?
Yes, I am a competitor and I sell plugins, but I do not put my plugins in front page all the time using fake accounts or fake udpates.
But, the users here are not stupid.
And, as I said, I wanted to buy the Maxscript Protector, but this plugins is no longer available in scriptspot. Why?
The name of this thread is changed for the third time. Why?
The same users keeps changing their names and are very active in this therad only(now they will start to post to other threads too). Why?
Why Crea3D not advertise the Maxscript Protector(in other i-net sites) as it should - to say that he is the autorh?
The OP do not andwer to questions? Why?
fajar · 2016-11-25
I wonder why this thread kept changing name ?
also sergo script pack already done this with setting too.
.
miauu · 2016-11-25
My opinion is because the Crea3D uses 3-4 additional accounts in scriptspot to keep its scripts/plugins on the first page.
I told him that I have interest to buy Maxscript Protector, but after what I've saw in this thread he can't convince me to buy his plugin.
Why certain users keep changing their names(user names in the forum and real names when they are registered), locations, avatars.
I like it
aspartemeart · 2016-11-25
if this script had more functions, It would be nice to working modular environment job.
I think it would be a real fun like Lego puzzle.
I want it more!
Crea3D · 2016-11-25
I can also add settings for move speed and options for rotating and scaling with keyboard.
CgBro · 2016-11-25
I'll check your keyboard plugin just for fun!
manganitro · 2016-11-25
Wow, interesting. I'll try it.
@angry and master
fajar · 2016-11-24
@angrymodeler and darkmaster [which is one person]
Speak when you are angry - and you'll make the best speech you'll ever regret.????? who post in angry now ?
Laurence J. Peter...
your problem
alexnguyen · 2016-11-24
you sell a product but you did not give any examples , i dont known what is your purpose
.
manganitro · 2016-11-24
miauu, stop spamming
I say miauu is NOT spamming
vusta · 2016-11-24
they are legit questions.
Questions were posted here for all to see, Cre3D then asked please resend questions to him....WTF ? You can't answer them here ?
I got 2 kettles on the boil...they're whistling away...still no answers...too busy making FIGJAM ?
Does this script work on 3DS
manganitro · 2016-11-23
Crea3D, Does this script work on 3DS Max 2009?
Crea3D · 2016-11-23
No, 3DS Max 2010+ only.
manganitro · 2016-11-23
Waiting for your new cool plug-ins.
Gracepoint · 2016-11-23
2 kettles in a row, man :)
Jacekpil · 2016-11-23
Crea3D, I've sent you a message too. I have some ideas for your plugin.
Crea3D · 2016-11-23
Ok, I always ready to answer.
manganitro · 2016-11-23
miauu can not understand his own thoughts
.
miauu · 2016-11-23
Strange, the Nightbird, Thunderstorm(now is Gravity9.8) and Magicduck are no longer exist as users in scriptspot. Their names are changed(simultaneously. all three of them), the not existing websites are removed. Something is wrong here. Why is this?
Gracepoint · 2016-11-24
miauu, Stop your strange messages on scriptspot. Don't spam.
CgBro · 2016-11-23
Ok, there is something strange with here.
.
miauu · 2016-11-23
Ok
I have interest to buy the plugin, but:
- I sent an email to the Crea3D with few questions - no answer till now
- the Nightbird user is registred 2 weeks 3 days ago. His name is Tom. His personal website not exist: http://tomtom-portfolio.net
- the Thunderstorm user is registred 2 weeks 3 days ago. His name is Tom.
- the Magicduck user is registred 2 weeks 3 days ago. His personal website not exist: http://www.jozepantineo-cg.com
All 3 users have posts only in Crea3D threads.
Crea3D, the creator of the plugin is registred with the name: dimok135
Here: http://forums.autodesk.com/t5/3ds-max-programming/protecting-maxscript/t…
the user with name dimok135 has wrote:
I've found a great plug-in for maxscript protection. It can be helpfull:
Here: http://forums.cgsociety.org/showthread.php?t=1370596
the user with name dimok135 has wrote:
Found this plugin
Hello. This is the tool you are looking for:
It can encrypt maxscript and it works on most versions of 3D Max. It's interesting topic...
So, dimok135, or Crea3D, if you are the creator of the Maxscript Protector why you not tell this in the other sites? Why you have wrote that you have found the tool?
Crea3D · 2016-11-23
miauu, I didn't get your message. Please, write me again.
.
miauu · 2016-11-23
Ive sent you another message using the Contact form of the forum.
.
CgBro · 2016-11-23
Serious?
Crea3D · 2016-11-18
It's true. Net Framework automatically installs with 3Ds Max so as I said, you don't need additional software.
.
miauu · 2016-11-22
Hi!
I've sent you a message via scriptspot.
Jacekpil · 2016-11-17
I have bought the plug-in. Everything seems to work fine. I agree that everything can be hacked in future but now it's definitely better than ".mse". Dotnet it requires already installed with Max.
manganitro · 2016-11-17
'keep calm and put the kettle on'.
2 kettles in a row ?
vusta · 2016-11-17
Ma and Pa kettles ?
CgBro · 2016-11-23
Please, don't quarrel...
Time to relax a bit...
spacefrog · 2016-11-13
3ds Max community seems to be like a pool of sharks nowadays. Where is the good community spirit ?
As far as i understood, Creat3D did'nt encrypt his previously released scripts wih his own tool. They are plain standard mse encrypted. So i guess back then his encryption tools was not ready - fine. Maybe there is some fear involved, that publicly posting scripts encrypted by his method would attract crackers to hit on that target - i somehow can understand, so possibly i would do the same and would'nt use this fresh encryption method on some low profile scripts either ...
As we all know - everything will be cracked some day
The only thing that's wrong is the statement that mse encrypted scripts are open source, they are not. I would'nt even call standard .ms scripts "open source" as long they aren't accompanied by a specific open source license.
yeah fair points
vusta · 2016-11-13
(tho its unfair to use 'sharks' to portray something 'bad')
if you go back and look at brainsgonedead question where he asked specifically if this Maxscript Protector can beat a certain decrypter, link provided and all, then you read the author's answer above...it could not be anymore EMPHATIC...not only against said tool but all similar !!!
so if ppl are pointing out outlandish claims to boost sales are just that...outlandish...you see them as sharks...i see them as contributors...everyone who has picked apart this encrypter is NOT saying stop development or stop contributing...they are simply pointing out hey this doesn't work as claimed...redesign it, improve it...like we are providing free beta testing...
don't even think about calling ppl vultures...vultures do good, they clean up the environment.
(edit: whilst I cannot speak for others, I did list 2 possible options,
1) he did use Maxscript Protector on the AutoSmooth Selected....and
2) he did NOT...
for me i couldn't care less if the encryption was broken, hey quantum computers are coming, but more importantly in option 2, if he was going on and on and on about protecting your intellectual property from 'hacks'...why didn't he use his own encryption on his scripts? don't say ..oh i was too busy, it couldn't take more than a second to encrypt it and no you can't say well i wanted to give an opensource script to help people..........in mse format
I've no idea about encrytion/decryption, but why worry about providing an actual encrypted script and risk having your intellectual property cracked....why not simply pick an excerpt from some literature works like Shakepspeare's, encrypt that and put that up for scrutiny or what about Tales from the Encrypted ?)
spacefrog · 2016-11-14
Yeah - i don't exclude both parties when beggin to relax a bit. Possibly some posts have been edited, as i can't really see outlandish claims anywhere, it's more the rough and accusative tone (on both sides) which seems a bit unfounded to me ..
@Sharks: I thought "pool of sharks" is an idiom to describe hostile environment, of course i did'nt want to discriminate and prejudge the peacefull population of sharks in the whole world 😇
ok...
vusta · 2016-11-14
i gotta confess, I'm an animal lover so I'm slightly biased towards defending them...frogs, bees...bloody humans just can't leave the animals in peace...frog in space, that'll be the day...
Crea3D · 2016-11-13
This thread is full of strange conclusions :D
(if ms or if mcr ==
fajar · 2016-11-13
You have attached my free scripts which I didn't encrypt because I made them 'opensource' and writing something about lies
(if ms or if mcr == opensource)then mse !=opensource .....savvy?
Crea3D · 2016-11-13
Oh, I understood your misunderstanding! I DIDN'T USE MAXSCRIPT PROTECTOR TO ENCRYPT THESE SCRIPTS! It's an ordinary mse. I will use my protection in future paid plug-ins.
Examples of protected scripts will be available soon.
fajar · 2016-11-13
it is indeed encrypted crea3D....


if you dont wanna accept this as your doing then its your failure , and it'll effect on your product sales....
hmm its people's we are talkin about not robot... theres always complainer,critizer and so on , so its best to put good face first and then provide good service....and once again its people we are talkin about.
???
brainsgonedead · 2016-11-09
Hi, is your decryption able to beat this download hack? It is the tool I used to edit your info script...
http://www.scriptsays.com/2016/04/3dmax-mse-script-source-code-decryptio…
Crea3D · 2016-11-10
Yes. You can't get source code with this tool. mse is decrypted inside another way. You can't decrypt protected script using this tool and all similar tools. Maxscript protector was created for this purpose.
you lie us
alexnguyen · 2016-11-13
you are joking me right ???
fajar · 2016-11-13
don't accuse people man! maybe its not encrypted with his tool!?!
- but I do agree maybe he must provide sample which encrypted using his tool...
- his mxs writing style is bit off too
- those two tool , is it worth to be encrypted nor even to be decrypted?
but I do believe if you don't believe in your seller don't buy from them , I think.
Crea3D · 2016-11-13
alexnguyen, what you are talking about? You have attached my free scripts which I didn't encrypt because I made them 'opensource' and writing something about lies. o_O What the heck?
Whatever you do for people, they are always unsatisfied.
huh ?
vusta · 2016-11-13
AutoSmooth Selected IS encrypted....go check your own link !!! It is
encrypted, mse !!!!!
Just for the hell of it I used the 'decrypter' and cracked it in a flash. Confirmed Alex's finding.
1) if you used YOUR own encryption, well it didn't work
2) if you used something else to encrypt the AutoSmooth Select..
WHY ???? No confidence in your own encryption that you are selling ?
Who's lying ?
It was good
Crea3D · 2016-11-12
Competition was good. People have coped well with decrypting ;)
:)
Amoranio · 2016-11-09
it's a pity.
Crea3D · 2016-11-09
Decoding competition ended. No more samples of different difficulty and no more prizes.
Swordslayer · 2016-11-08
So, are you ready to post another encrypted script that I can decrypt? :) Something different to object-info as I already did that one so that wouldn't be fair...
Thanks
Amoranio · 2016-11-07
alexnguyen Many thanks for PDF :)
`
pixamoon · 2016-11-08
Hi,
I'm interested, but...
Is it ObjectInfo.mse a sample of your encrypting method ?
http://www.scriptspot.com/3ds-max/scripts/object-info-free
Cheers,
fuckjar · 2016-11-07
ahaahah
how about you?
where is the guarantee that you won't decrypt our scripts??
Crea3D · 2016-11-07
fuckjar, it's not in my interest and it's folly. Your scripts has no protection, mse is easy to decrypt. Are you sure that no protection is better? This is a senseless paranoia.
Client Requirements?
joescarr · 2016-11-07
Hello Crea3D,
Two questions:
1) if we use your tool and give the encrypted script to someone, do they need anything besides the script in order to run it?
2) $25 seems very affordable for strong protection, no?
Crea3D · 2016-11-07
1) joescarr, the Maxscript Protector was updated today. Encryption and stability greatly improved so protection is good. Improved encryption algorithm, extra obfuscation added.
2) It doesn't require any additional tools or libraries! Everything works immediately.
An issue with administrator privileges is also has solved.
Gracepoint · 2016-11-06
Thank you Thunderstorm, maybe I will buy this book later.
:)
alexnguyen · 2016-11-07
pass : bdshare.net
Crea3D · 2016-11-06
I can't find PDF.
Amoranio · 2016-11-06
Yes, it is not full https://books.google.ru/books?id=XyK7WLYA9qAC&pg=PA108&lpg=PA108&dq=maxs…
Jacekpil · 2016-11-06
Angrymodeler, I would suggest you "3ds Max MAXScript Essentials" and Autodesk help on their web-site. The book (partly) you can find on google books.
book
Gracepoint · 2016-11-06
Hello. I found this post interesting. I am currently a newbie in scripting but its my new direction. Does anyone know a good book on maxscript? (beginner level) I would appreciate.
Amoranio · 2016-11-06
Ok, I see. I'm going to experiment...
Crea3D · 2016-11-06
But ordinary mse can be decrypted.
Crea3D · 2016-11-06
dongray, there is a maxscript function in 3Ds max called encryptScript. You can read more here: http://docs.autodesk.com/3DSMAX/15/ENU/MAXScript-Help/index.html?url=fil…
Amoranio · 2016-11-06
I can't find a program to do it
Amoranio · 2016-11-06
Crea3D, what's an ordinary way to create .mse?
Jacekpil · 2016-11-06
This might be useful candy
Samples of encrypted scripts available ?
spacefrog · 2016-11-06
I thought i posted a comment already but see it is'nt there, so i repeat my request. Could you provide samples of working, encrypted scripts just to have a look about what this might be ?
Honestly, the functionality would be great but it almost sounds too good to be true ...
smooth operator ?
vusta · 2016-11-06
well...it somehow became Autosmooth..hmm..
anyway, thought i first saw it as $19 (or $20 whatever...) then it got exposed by swordslayer...and it went up to $25...what the ???
spacefrog · 2016-11-06
Ahh - i see ... just had a look on encrypted script posted in the other thread
Well - at least looks like a start. Though creating suspicious dll's or files in general in Maxroot is certainly a no-go. I'm not perfectly sure how windows security reacts to loading assemblies from temp etc... but i guess this method would sooner or later run into user permission issues
Nevertheless as i said it looks like a start ...