mmavipc 0 Report post Posted August 16, 2008 (edited) Encrypt your script so others can't read!.limitations:#include-once does not work.no FileInstallHow to use:put your au3 in the same folder as where you unzipped thisStart encrypter.exeenter the au3 filename(with the .au3)enter the filename for the encrypted file. This can be anything you want.enter a password with NO REPEATING CHARACTERSenter the name of the output exe(without the .exe)the script will encrypt and compile your script and the templatea msgbox saying COMPLETED will come up.Will I provide source? No not until i have the dll or else that would destroy the encryption.This was made in 100% autoit but currently i'm turning the encryption into a dll for more encryption(you will still have the option of not using the dll ).You can download it from here: http://hostedyou.com/scriptencrypt.zipPlease rate and reply!Edit: added example of encrypted script at http://hostedyou.com/msgbox.zipedit: frogot to tell you for big files encryption may take a whileTODO(in order of priorities):get #include working.(100%)make a encryption dll Edited August 16, 2008 by mmavipc [size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N Share this post Link to post Share on other sites
Mobius 84 Report post Posted August 16, 2008 (edited) I am sorry Dude, so sorry, but I was able to get to everything! msgbox & encrypter source.I am not flaming you mmavipc, I could not see any Protection as such.Ed::My mistake dude, thought that this was for protecting a binary, not for decoding an au3 script,and using itself to execute decoded script data!nice implementation though, nice crypt funcs as well.Respect Edited August 16, 2008 by Mobius Share this post Link to post Share on other sites
mmavipc 0 Report post Posted August 16, 2008 I am sorry Dude, so sorry, but I was able to get to everything! msgbox & encrypter source.I am not flaming you mmavipc, I could not see any Protection as such.Ed::My mistake dude, thought that this was for protecting a binary, not for decoding an au3 script,and using itself to execute decoded script data!nice implementation though, nice crypt funcs as well.RespectThis is why I'm in the process of turning the crypt funcs into a au3 plugin dll [size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N Share this post Link to post Share on other sites
trancexx 905 Report post Posted August 16, 2008 +230kB script - had to terminate the process from task manager after 15min of 100% CPU usage. smaller script - MsgBox(0, "", "") - not working. Is it just me? ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
mmavipc 0 Report post Posted August 16, 2008 (edited) +230kB script - had to terminate the process from task manager after 15min of 100% CPU usage.smaller script - MsgBox(0, "", "") - not working.Is it just me?Nope. AutoIt is slow and the encryption is in AutoIt. After I get #include working I'll get started on the dll.Edit: Include is working!!! Edited August 16, 2008 by mmavipc [size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N Share this post Link to post Share on other sites