Shifthappens 0 Posted January 7, 2012 I don't want people to undecompile my .exe. I know there's programs like obfuscator, but they say that you can't use lines like Call("") or HotKeySet in them, and well, that's all over my script. Anyone know of any protectors that can support the Call and HotKeySet functions? I don't care if it CAN be decompiled, I just want it to be harder than them doing it with the unprotected normal compiled script. Thanks Share this post Link to post Share on other sites
Melba23 3,457 Posted January 7, 2012 Shifthappens, If you are really serious about protecting your exes, you might like to look here. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
Chimaera 144 Posted January 7, 2012 With the best will in the world m8 you will never stop someone decompiling your exe, there is always a way. You have to have a balance between enough to stop the casual cracker but not spending hundreds of hours coding to stop one person. If Ive just helped you ... miracles do happen. ChimaeraCopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Share this post Link to post Share on other sites