Nefarious Posted April 11, 2006 Posted April 11, 2006 Is there a generic password set on a compiled script when you compile it using right click ---> compile script? I've used this on several scripts and have never been able to decompile them again.
cdkid Posted April 11, 2006 Posted April 11, 2006 I believe it's set to either, A.your last used password or B. to not allow decompilation. Not sure, though. AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Nefarious Posted April 11, 2006 Author Posted April 11, 2006 I believe it's set to either, A.your last used password orB. to not allow decompilation. Not sure, though.Hmmm...this could be a problem...I've tried all past passwords without luck and the source of the specific script I'm trying to get back into was overlooked when I did a backup and reformatted recently. Looks like I might be strarting from scratch. Boooo!
seandisanti Posted April 11, 2006 Posted April 11, 2006 Hmmm...this could be a problem...I've tried all past passwords without luck and the source of the specific script I'm trying to get back into was overlooked when I did a backup and reformatted recently. Looks like I might be strarting from scratch. Boooo!that always sucks, but i can say that every time i've had to re-write something, the new version has come out better, and more efficient.
Moderators SmOke_N Posted April 11, 2006 Moderators Posted April 11, 2006 that always sucks, but i can say that every time i've had to re-write something, the new version has come out better, and more efficient.No doubt!! Even if it's 1000's of lines!!, happened to me in Novemeber Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
RazerM Posted April 11, 2006 Posted April 11, 2006 that always sucks, but i can say that every time i've had to re-write something, the new version has come out better, and more efficient.That's right, even if it is annoying. I corrupted a au3 file and had to write it again. Now i keep incremental file saves. thisfile1.au3 thisfile2.au3 etc My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
cdkid Posted April 11, 2006 Posted April 11, 2006 (edited) Whenever I'm working on a big project, until I'm doing like a final release i'll add smoething like $pass = "SomePassWord" If $cmdlineraw <> "" Then If $cmdlineraw = "/decompile '" & $pass & "'" Then FileInstall("c:\source.au3",@scriptdir & "\source.au3") EndIf EndIf Where c:\source.au3 is a copy of your source code Saved me a few times with taht one Edited April 11, 2006 by cdkid AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Nefarious Posted April 12, 2006 Author Posted April 12, 2006 Whenever I'm working on a big project, until I'm doing like a final release i'll add smoething like $pass = "SomePassWord" If $cmdlineraw <> "" Then If $cmdlineraw = "/decompile '" & $pass & "'" Then FileInstall("c:\source.au3",@scriptdir & "\source.au3") EndIf EndIf Where c:\source.au3 is a copy of your source code Saved me a few times with taht one Well, the script in question *was* 1000's of lines. It was my fault for reformatting in haste though. I'll be trying out this new code to help save some heartache in the furture. Thanks, guys.
greenmachine Posted April 12, 2006 Posted April 12, 2006 Plus if you code in Scite, you can have the option to make backups of your files automatically when you save or run the program. It's in Tools / Scite Config, General Settings tab.
Developers Jos Posted April 12, 2006 Developers Posted April 12, 2006 Plus if you code in Scite, you can have the option to make backups of your files automatically when you save or run the program. It's in Tools / Scite Config, General Settings tab.And there is an addon versioning option available called cvsWrapper to keep track of the different versions of your application..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Nefarious Posted April 12, 2006 Author Posted April 12, 2006 And there is an addon versioning option available called cvsWrapper to keep track of the different versions of your application.....*coughs*I'man00b*coughs* Hmmm...now I'm wondering what Scite is. o.o
Developers Jos Posted April 12, 2006 Developers Posted April 12, 2006 *coughs*I'man00b*coughs* Hmmm...now I'm wondering what Scite is. o.othere is a link in my sig to the homepage.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Nefarious Posted April 13, 2006 Author Posted April 13, 2006 there is a link in my sig to the homepage....Oh nice...using this is so much easier on the eyes. I can actually look at code without straining my eyes. Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now