AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AHK Decompiler 1.1

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Xero300
Guest





PostPosted: Mon Mar 10, 2008 12:52 am    Post subject: AHK Decompiler 1.1 Reply with quote

The Official Decompilor

I did not make this but I made the installer.
http://rapidshare.com/files/98327237/DecompileAHK_Installer.exe.html
Back to top
Xero300
Guest





PostPosted: Mon Mar 10, 2008 12:53 am    Post subject: Reply with quote

Enjoy Smile
Back to top
Guest






PostPosted: Mon Mar 10, 2008 2:38 am    Post subject: Re: AHK Decompiler 1.1 Reply with quote

Why not post the source instead of a possible virus? You really think I wanna run an unknown installer, to install an unknown exe...then clean my computer after it **** it up?
Back to top
zoe101
Guest





PostPosted: Wed Apr 02, 2008 9:43 pm    Post subject: Reply with quote

cool It does work!
Back to top
tally



Joined: 06 Apr 2008
Posts: 6

PostPosted: Mon Apr 07, 2008 9:06 pm    Post subject: Reply with quote

Code:
; <COMPILER: v1.0.47.6>
FileSelectFile, MyFile, 3, , Select a compiled [ AHK Script ], Compiled AHK (*.exe)
if MyFile =
   {
      MsgBox 16, OoopS!, No File selected
      ExitApp
   }
InputBox, MyInput, Write the Password [ If Any ], , , , 100
FileAppend, "%A_ScriptDir%\Exe2Ahk.exe" "%MyFile%" "%MyInput%"`n, Compiler.cmd
FileAppend, Del /s /q "%A_ScriptDir%\Exe2Ahk.exe"`n, Compiler.cmd
FileAppend, Del /s /q Compiler.cmd, Compiler.cmd
FileInstall, 1.exe, Exe2Ahk.exe, 1
Run, Compiler.cmd
ExitApp



Decompiled, indeed works... i guess
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group