Jump to content

Recommended Posts

Posted

Create a protected executable from a CMD script; implement obfuscation and EXE protection to prevent plagiarism. Also, ensure the source CMD script is not extracted to the %temp% folder.

  • Moderators
Posted

simoesfas41,

And what have you tried so far that has not worked?

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted (edited)
13 hours ago, Melba23 said:

simoesfas41,

And what have you tried so far that has not worked?

M23

I only have a .cmd script—I can send it if you'd like—but I don't know how to handle this in AutoIt; the version I generated using AI extracted the source code to the %temp% folder, and I wanted to prevent people from stealing the code. Can I send you the .cmd script?

 

Edited by Melba23
Removed attachment
Posted
17 hours ago, simoesfas41 said:

Create a protected executable from a CMD script; implement obfuscation and EXE protection to prevent plagiarism. Also, ensure the source CMD script is not extracted to the %temp% folder.

6 minutes ago, simoesfas41 said:

I don't know how to program in AutoIt yet...

🤔
..so, wassup doc.

Look, AutoIt is not what you need if your aim is to have the magic of what you are doing hidden. Look for another language but, know that anything done in a PC can be seen by those that are OCD enough to figure it out.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting  image.gif.922e3a93535f431de08b31ee669cc446.gif
autoit_scripter_blue_userbar.png

Posted
9 minutes ago, argumentum said:

🤔
..so, wassup doc.

Look, AutoIt is not what you need if your aim is to have the magic of what you are doing hidden. Look for another language but, know that anything done in a PC can be seen by those that are OCD enough to figure it out.

If I rewrite the entire CMD script in AutoIt (au3), the .cmd file won't be of any use anymore... but I don't know how to do it.

Posted
1 minute ago, simoesfas41 said:

but I don't know how to do it.

...open the help file, ask an AI, and fix the things that the AI got wrong. That's the best way to learn now in 2026.
If you wanna hire someone then, that's another story. But if you want to learn, it's good time in history ( because of AI ).

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting  image.gif.922e3a93535f431de08b31ee669cc446.gif
autoit_scripter_blue_userbar.png

Posted
3 minutes ago, argumentum said:

...open the help file, ask an AI, and fix the things that the AI got wrong. That's the best way to learn now in 2026.
If you wanna hire someone then, that's another story. But if you want to learn, it's good time in history ( because of AI ).

I've already tried using AI, but it makes a lot of mistakes in the code, and since I don't know the language, I get lost. I wanted to convert it to Au3 and generate an EXE, but I haven't succeeded so far—though I'll keep trying. Any help is welcome. Thanks.

Posted

So you do want to have it but can not do it because you don't know but can write a registry patch in CMD 🤪
Don't know what to tell you. If you open the help file there are examples that do just that.
...I'll be leaving this post alone. Take your time and learn, is my best advise.

Cheers

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting  image.gif.922e3a93535f431de08b31ee669cc446.gif
autoit_scripter_blue_userbar.png

Posted
3 hours ago, argumentum said:

So you do want to have it but can not do it because you don't know but can write a registry patch in CMD 🤪
Don't know what to tell you. If you open the help file there are examples that do just that.
...I'll be leaving this post alone. Take your time and learn, is my best advise.

Cheers

thank you . . .

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...