How can i protect my script? (encryption)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bobelyk
Posts: 64
Joined: 26 Jun 2021, 16:55

How can i protect my script? (encryption)

Post by bobelyk » 24 Oct 2021, 18:27

Hello, my compiled .ahk script got easily cracked, i searched many pages and tried many encrypters, but when i run any of them the script returns error at line 1 due to korean text.

Any help?

User avatar
ibieel
Posts: 216
Joined: 17 Oct 2021, 23:30

Re: How can i protect my script? (encryption)

Post by ibieel » 25 Oct 2021, 01:12

bobelyk wrote:
24 Oct 2021, 18:27
Hello, my compiled .ahk script got easily cracked, i searched many pages and tried many encrypters, but when i run any of them the script returns error at line 1 due to korean text.

Any help?
SEE THIS:
viewtopic.php?f=28&t=42494

OBS:
1-compile the cryptor code before using it. (use it compiled)
2-Put "AutoHotkey.exe" in the same folder as cypher and u script
2-Open encryptor and drag your script to the encryptor window

OBS2:
if your code uses Reload, replace it with "Reload()"
also change %A_ScriptDir% to %A_WorkingDir%

Post Reply

Return to “Ask for Help (v1)”