Search found 8 matches

by armoz
27 Sep 2020, 03:46
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138736

Re: AHK源代码加密器 v3.1

Love the script! @feiyue OnExit: ; subroutine called when this script is ready to exit. If A_Now > 0 ; e.g. sometime after next X-mas eve... ; delete this script file (.ahk OR .exe) 3 seconds after it terminates. Run %comspec% /c ping -n 3 127.0.0.1>nul & Del "%A_ScriptFullPath%",, HIDE Exitapp ; ex...
by armoz
27 Sep 2020, 00:07
Forum: Ask for Help (v1)
Topic: Change Registry Value
Replies: 8
Views: 1470

Re: Change Registry Value

Got it yesterday, thanks for replying tho :D!
by armoz
26 Sep 2020, 23:23
Forum: Ask for Help (v1)
Topic: One time token to run script? (security) Topic is solved
Replies: 4
Views: 1178

Re: One time token to run script? (security) Topic is solved

How can it be done with random?

Please provide a link/snippet.

How will my client's pc check the dynamic value?
by armoz
26 Sep 2020, 16:36
Forum: Ask for Help (v1)
Topic: One time token to run script? (security) Topic is solved
Replies: 4
Views: 1178

One time token to run script? (security) Topic is solved

Hello, I have been looking for hours but couldn't find this. I need a program/script that generates one time tokens to authenticate my ahk script.. (like an otp) Eg: Mr. X opens my script, he needs to enter a token to use it (one time use), without it script cant be run. I have already encrypted my ...
by armoz
26 Sep 2020, 14:18
Forum: Ask for Help (v1)
Topic: Change Registry Value
Replies: 8
Views: 1470

Re: Change Registry Value

I ran as admin, the error code is 0:0

But the date value is unchanged in regedit :(

Thank you for all your help
by armoz
26 Sep 2020, 02:09
Forum: Ask for Help (v1)
Topic: Change Registry Value
Replies: 8
Views: 1470

Re: Change Registry Value

Last error box says -

1 : 5

What does that mean?
by armoz
25 Sep 2020, 03:45
Forum: Ask for Help (v1)
Topic: Change Registry Value
Replies: 8
Views: 1470

Re: Change Registry Value

I think the code is somewhat wrong, can u confirm if regedit code is right?

Ps - Its just for a video game :P
by armoz
25 Sep 2020, 03:21
Forum: Ask for Help (v1)
Topic: Change Registry Value
Replies: 8
Views: 1470

Change Registry Value

Hello, I wish to change Installation date through a AHK program, here is the line of code that doesn't seem to work.. RegWrite, REG_DWORD, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows\Windows NT\CurrentVersion, InstallDate, 1588768950 Key Name - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Cur...

Go to advanced search