Locking AHK file

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Adaman134
Posts: 10
Joined: 08 Jul 2016, 18:43

Locking AHK file

Post by Adaman134 » 31 Oct 2016, 22:40

Hi,
I am currently making a script for a friend for a video game but don't want him to see how I coded it.
I was wondering if there is a way to lock the file so it can still run if you double click on it you just can't open it to edit it.
I tried using SecurePad for Notepad++ but when it encrypts it, AHK can't read it anymore.
Thanks,
Adaman

User avatar
Masonjar13
Posts: 1555
Joined: 20 Jul 2014, 10:16
Location: Не Россия
Contact:

Re: Locking AHK file

Post by Masonjar13 » 01 Nov 2016, 00:10

Compile it.
OS: Windows 10 Pro | Editor: Notepad++
My Personal Function Library | Old Build - New Build

highend
Posts: 47
Joined: 24 Nov 2014, 16:57

Re: Locking AHK file

Post by highend » 01 Nov 2016, 02:52

Obfuscate it + use AHK_H with a unique password to compile it.

Post Reply

Return to “Ask for Help (v1)”