BubbleGumDancer 0 Posted September 21, 2010 (edited) How can I protect my code from decompilation? The fact of the matter is you can't fully protect your code. AutoIt is an interpreted language, so all scripts are interpreted, and that script has to get stored somewhere There is still hope though. You can take certain measures to prevent decompiled code from being usable to the person that decompiled. The first step is to obfuscate your code. This causes the code to become unreadable. Basically variables and functions are renamed, making it very hard to make head or tail of what is what. can anyone please post a script example of a method to obfuscate autoit source code to make the scripts unreadable? for some reason when i posted the topic it made 2 posts so just delete this one. Edited September 21, 2010 by BubbleGumDancer If you were twice as smart, you'd still be stupid. Share this post Link to post Share on other sites