Search found 21 matches

by norths1
30 Mar 2020, 10:17
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

no, this is not how it works AHK_H contains a set of anti-debugging techniques that stop your program from starting/working if it spots itself under debugging. But as we can see, some of these techniques are screwing up after Windows has been updated. The impression is being given that you are more...
by norths1
29 Mar 2020, 07:41
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

These answers to the questions were quite weird. It's very hard for people to help you, if you are being vague and not answering questions specifically, with detail, or not giving examples. ok, i'll give an update as soon as I collect all the necessary information (maybe never, no time for this now...
by norths1
28 Mar 2020, 19:11
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 134602

Re: AHK source code encryptor v2.7

I'm not quite sure of the reason for the hostility and negativity. what hostility and negativity are you talking about lmao? i'm not trying to be rude, I'm just saying....... I never said this was unbreakable code or undefeatable. It's just something that non-programmers and casuals would have a di...
by norths1
28 Mar 2020, 15:12
Forum: Wish List
Topic: assert()
Replies: 11
Views: 5363

Re: assert()

i think the OP wants an alternative for assert() as in Lua.
This function handles errors and won't let your program crash if an error occurs.

sorry if i got it wrong
by norths1
28 Mar 2020, 14:46
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 134602

Re: AHK source code encryptor v2.7

effective i don't think so. it still requires further work to improve the encryption. as i said, encryption should be at least dynamic, otherwise any regular user can encrypt two files, compare them and make a decryptor. btw i made it just for 10 minutes. ok i know that the OP shared his C source c...
by norths1
28 Mar 2020, 11:23
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 134602

Re: AHK source code encryptor v2.7

Your encryption technique is static, it's quite unsafe, so encrypted code can be easily reversed back.

SOTE wrote:
08 Mar 2020, 06:51
Very knowledgeable programmers and professionals
there's actually many different ways to decrypt it and you don't have to be a reverse engineer to do that.
by norths1
08 Mar 2020, 17:58
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

they say it worked on rs4, but doesn't on rs6 and they have no antivirus, so that's not it what are rs4 and rs6? what do those mean? have you figured this out yet? these are codenames for Windows updates. RS means Redstone. if i'm not mistaken, rs6 could be an alias for 19H1. ahk_h doesn't seem to ...
by norths1
11 May 2019, 12:54
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

they say it worked on rs4, but doesn't on rs6
and they have no antivirus, so that's not it
by norths1
10 May 2019, 03:07
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

1) the latest one (it's about all the versions actually) 2) both - if they install ahk_h, it doesn't work as well 3) it doesn't matter, ahk_h doesn't work at all 4) hmm... never thought of that, we'll check it out, thanks. Probably an antivirus trying to automatically virtualize unknown programs is ...
by norths1
09 May 2019, 09:22
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

I'm confused. Why do AHK_H scripts need VC++ or dotnet (.NET) to be installed for you? i'm not saying they do, idk what exactly prevents some people from being able to run an _H script, but the important thing here is that they can't get it to work, and i wanna figure out why. AHK_H scripts can be ...
by norths1
08 May 2019, 16:37
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

Re: [issue] AHK_H won't start on Windows 10

They don't. After trying to launch a script, nothing happens, no messages show up, the process just terminates itself.
by norths1
08 May 2019, 15:05
Forum: AutoHotkey_H
Topic: [Guide] Compiling Ahk_h's source step by step Topic is solved
Replies: 51
Views: 48344

Re: [Guide] Compiling Ahk_h's source step by step Topic is solved

don't forget to make your own encryption techniques and to add more anti-debugging ones, otherwise it won't protect your scripts from being easily decrypted

and it's not compiling, it's packing and encrypting
by norths1
08 May 2019, 14:43
Forum: AutoHotkey_H
Topic: [issue] AHK_H won't start on Windows 10
Replies: 15
Views: 9399

[issue] AHK_H won't start on Windows 10

hey, i noticed that some Windows 10 users can't run any AHK_H scripts, even though they have VC++ and dotnet installed, but some of them can. does anybody know what the trouble is and how to solve it? i've been ignoring that issue for a couple of years, but today i've been asked about that again and...
by norths1
22 Feb 2018, 01:53
Forum: Ask for Help
Topic: Autohotkey_H 1.28 compilate error Topic is solved
Replies: 10
Views: 4524

Re: Autohotkey_H 1.28 compilate error Topic is solved

с -mt и -md работать не будет, пробуй -mdd или -mtd MinHook.h оставь тот, что был, заменять не нужно После жми Перестроить решение (не Собрать) that won't work if you use -mt or -md, try to use -mdd or -mtd keep the original version of MinHook.h then click on Rebuild solution (not Build) Thanks, it...
by norths1
21 Feb 2018, 10:26
Forum: Ask for Help
Topic: Autohotkey_H 1.28 compilate error Topic is solved
Replies: 10
Views: 4524

Re: Autohotkey_H 1.28 compilate error Topic is solved

с -mt и -md работать не будет, пробуй -mdd или -mtd MinHook.h оставь тот, что был, заменять не нужно После жми Перестроить решение (не собрать) google translate: with -mt and -md will not work, try -mdd or -mtd MinHook.h leave the one that was, do not need to replace After the rebuild solution (do ...
by norths1
21 Feb 2018, 09:55
Forum: Ask for Help
Topic: Autohotkey_H 1.28 compilate error Topic is solved
Replies: 10
Views: 4524

Re: Autohotkey_H 1.28 compilate error Topic is solved

с -mt и -md работать не будет, пробуй -mdd или -mtd
MinHook.h оставь тот, что был, заменять не нужно
После жми Перестроить решение (не Собрать)

that won't work if you use -mt or -md, try to use -mdd or -mtd
keep the original version of MinHook.h
then click on Rebuild solution (not Build)
by norths1
15 Mar 2017, 11:19
Forum: Помощь
Topic: как сделать чтобы макрос зажимала клавешы
Replies: 2
Views: 6844

Re: как сделать чтобы макрос зажимала клавешы

Макрос для tec-9, зажимаешь левую кнопку мыши и он стреляет как из автомата
Вкл/выкл - F11

Code: Select all

*~$LButton::
Loop
{
    GetKeyState, LButtonState, LButton, P
    If LButtonState = U
        break
    Send, {LButton}
}
return

F11::
    Hotkey, *~$LButton, Toggle
    SoundPlay, *64
return
by norths1
12 Mar 2017, 12:29
Forum: AutoHotkey_H
Topic: Encryption Topic is solved
Replies: 5
Views: 6457

Re: Encryption Topic is solved

the password is easy to hack via ollydbg or injection :(
by norths1
12 Mar 2017, 08:15
Forum: AutoHotkey_H
Topic: Encryption Topic is solved
Replies: 5
Views: 6457

Re: Encryption Topic is solved

Thank you. I chose AutoHotkeySC.bin, but it's packed with the only noe resource (E4847ED08866458F8DD35F94B37001C0)

Go to advanced search