tedg Posted November 20, 2014 Posted November 20, 2014 So I just started to introduce myself to making scripts, read a couple articles and got my hands dirty. Had stumbled on this particular script and wanted to look at it as an example. I tried opening it with the scite editor but it keeps on giving me this kind of cryptic text. Can anyone help me with this? There are a couple thousand lines of these by the way.
Jfish Posted November 20, 2014 Posted November 20, 2014 (edited) That looks like a compiled script (an exe). You need to open the source code with an au3 file extension to edit. P.S. Welcome to the forum. P.P.S. I suggest reading the help file (it is excellent) and trying to start with an example from scratch. Edited November 20, 2014 by Jfish Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Moderators JLogan3o13 Posted November 20, 2014 Moderators Posted November 20, 2014 Are you trying to open source code (*.au3) or a compiled script? (*.exe) "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
tedg Posted November 20, 2014 Author Posted November 20, 2014 That looks like a compiled script (an exe). You need to open the source code with an au3 file extension to edit. P.S. Welcome to the forum. P.P.S. I suggest reading the help file (it is excellent) and trying to start with an example from scratch. Are you trying to open source code (*.au3) or a compiled script? (*.exe) Thank you! I tried converting the exe script to au3 using (i dont know if i am allowed to mention a 3rd party software) [spoil]myexetoaut[/spoil] and then open the overlay file with the editor. I thought it was obfuscated at first but it seems that i havent actually decompiled it. Any way how to do so?
Jfish Posted November 20, 2014 Posted November 20, 2014 (edited) Whoa! That is strictly forbidden and will get you expelled from the forum in a hurry. You can't even mention decompiling here - please read the forum rules. P.S. You sound much less like a novice and much more like someone who wants help decompiling with your latest post. Edited November 20, 2014 by Jfish Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Moderators Melba23 Posted November 20, 2014 Moderators Posted November 20, 2014 tedg,You appear not to have read the Forum rules since your arrival. Please do read them - particularly the bit about not discussing decompiling - before you post again. And never ever mention decompiling again or you will be permanently removed from the community. 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
Recommended Posts