AHK2 alpha source. help me build

Ask for help, how to use AHK_H, etc.
bapl
Posts: 119
Joined: 17 Apr 2021, 00:24

Re: AHK2 alpha source. help me build

Post by bapl » 07 Aug 2022, 23:26

@thqby
I'm new to this and I don't understand much of what you write.

I am attaching a video process of trying to compile this source code: https://github.com/HotKeyIt/ahkdll/tree/alpha
[youtube]https://youtu.be/2JgHasJHzJI[/youtube]


Every time I get an error about a non-existent file, I tried to remove it from the project and repeat the build.
What am I doing wrong, what is wrong in my build?
It's difficult for me to follow your instructions without a video process, but I want to achieve the ultimate goal.

User avatar
thqby
Posts: 397
Joined: 16 Apr 2021, 11:18
Contact:

Re: AHK2 alpha source. help me build

Post by thqby » 09 Aug 2022, 06:46

@bapl
I can't access Youtu, Hotkeyit's repository is missing a few files and can't compile directly.

Here's how I compiled with vs2022.
Attachments
22.gif
22.gif (1.27 MiB) Viewed 1830 times

bapl
Posts: 119
Joined: 17 Apr 2021, 00:24

Re: AHK2 alpha source. help me build

Post by bapl » 09 Aug 2022, 13:31

thqby wrote:
09 Aug 2022, 06:46
@bapl
I can't access Youtu, Hotkeyit's repository is missing a few files and can't compile directly.

Here's how I compiled with vs2022.
Я тебя люблю! (I love you!)
Спасибо тебе большое! (Thank you very much!)
Это действительно сработало! (It really worked!)
:superhappy:

I also want to ask you for some security advice.
The Russian-speaking forum says that it can easily crack this password.

Is there anything else I should do to make the code more secure?
Is it possible to get it using ResHacker?

If I add anti-debugging methods inside the script, will it protect me from hacking, or do these techniques need to be added inside the Source project AHK_H?

User avatar
thqby
Posts: 397
Joined: 16 Apr 2021, 11:18
Contact:

Re: AHK2 alpha source. help me build

Post by thqby » 30 Aug 2022, 02:11

ahk_h comes with simple anti debugging, which is effective for ordinary users. As far as I know, encryption technology can always find a way to crack it.

For stronger protection, it is estimated to use encryption shells such as vprotect and self written source code encryption and decryption algorithms.

Post Reply

Return to “Ask for Help”