GeoX Posted April 13, 2012 Share Posted April 13, 2012 Hello,I accidentally deleted source of my program, i used VB Decompiler Lite but it says "This program compiled with unknown compiler" is there any other programs that can help me with this ?~Thanks for advice. Link to comment Share on other sites More sharing options...
JohnOne Posted April 13, 2012 Share Posted April 13, 2012 No, and discussion on the subject is against the rules of this forum. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Zedna Posted April 13, 2012 Share Posted April 13, 2012 (edited) @JohnOneSorry for off-topic but I can't resist :-)Here is optimized version for your signature script:Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE) Edited April 13, 2012 by Zedna JohnOne 1 Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 13, 2012 Moderators Share Posted April 13, 2012 GeoX,VB Decompiler Lite is for decompiling VB scripts - so it is hardly surprising that it did not work if you used it on a compiled AutoIt script. As you have already been told there is no legal way to decompile a compiled AutoIt script and discussion of this subject is forbidden here as set out in the Forum Rules. Might I suggest you develop a better backup strategy for use in the future to prevent a recurrence - because any further mention of "decompiling" by you on this forum will lead to sanctions. 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 Link to comment Share on other sites More sharing options...
Recommended Posts