Yaa, wasn't really fully aware of the compiling process yet. Good to know. Just started to learn it through SciTE where you run it from the editor.
My biggest thing is to create the program so the GUI can't be obviously visually identified as written via AutoIT. Sounds like with some cleverness it can be made to look like it was written in another program.
For example- have the top have dropdowns like: File Edit View Tools Options Help. And small icons in the top that have a save icon(floppy), print icon, etc.
Basically I have a bunch of simple PC programs that aren't from big companies like Microsoft or Adobe, etc but that all look roughly the same. So my assumption is that they've probably been written in the same or similar programming language that uses a starting template that can be modified for the program. I want my AutoIT programs (err, scripts) GUIs to look like pretty close to those.
I'll continue to learn. Thanks for the advice.