Search found 3460 matches

by guest3456
Yesterday, 17:24
Forum: About This Community
Topic: chrome blocking the main exe download
Replies: 3
Views: 37

Re: chrome blocking the main exe download

downloading from github releases worked
by guest3456
Yesterday, 17:14
Forum: About This Community
Topic: chrome blocking the main exe download
Replies: 3
Views: 37

chrome blocking the main exe download

chrome is telling me the file is dangerous when i try to download and i dont see any way to override

:thumbdown:
by guest3456
11 Apr 2024, 20:24
Forum: Scripts and Functions (v1)
Topic: ScriptGuard: Helps Protect Compiled Scripts from Decompilation
Replies: 74
Views: 19447

Re: ScriptGuard: Helps Protect Compiled Scripts from Decompilation

ScriptGuard2 is available with Ahk2Exe v1.1.34.04b or later and can be used with AutoHotkey v1.1 and v2. It is 32-bit and 64-bit compatible. It can also be used with AutoHotkey_H v2, provided that the 'Encrypt Source' parameter is set to '(none)' in the Ahk2Exe_H GUI. which is the better method of ...
by guest3456
10 Apr 2024, 17:48
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

Making progress getting on board with Github... sent a fake/test pull-request. I was not able to delete it, and the tutorials show that this can only be done using the command line interface, which I do not have yet. I have made a lot of changes/corrections for ConvertFuncs.ahk with more to come. T...
by guest3456
09 Apr 2024, 11:30
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

I see that this project is being updated several times a week on github, most recent in last 12 hours. Just fyi... It looks like it will take some time for me to learn the process for submitting changes, etc on Github. So it will be awhile before the changes I have made make it to that site. I star...
by guest3456
07 Apr 2024, 18:35
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

Thoughts? all of the things you said would be good. but i cant comment on the design because this converter was originally built 13 years ago but user Frankie in the old ahk forums. i simply took his old converter and significantly expanded it to accomodate all the new v2 features. he originally de...
by guest3456
04 Apr 2024, 13:39
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

andymbody wrote:
04 Apr 2024, 13:16
What are the options to contributing when we run into weaknesses of this tool?
use github issues to report bugs, or submit pull requests for improvements. any pull requests should also include the corresponding unit tests
by guest3456
04 Apr 2024, 11:23
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

kashmirLZ wrote:
04 Apr 2024, 03:56
Download the full repo. Then run the included v2converter.exe file
Aint no exe in there sir
think dmtr deleted it because it was redundant. just run the eitherh the v2converter or quickcoverter script with ahkv2. will update op
by guest3456
23 Mar 2024, 10:50
Forum: Ask for Help (v1)
Topic: AHK Code Obfsucation Protection
Replies: 12
Views: 141

Re: AHK Code Obfsucation Protection

Well..sometimes I do AHK snippets for people for a quick buck. I recently got scammed, though, so I am thinking of a protection that destroys the script's functionality if a specific condition is not met. I'm not sure if this goes against the rules of the board in any way so I am sorry if it does, ...
by guest3456
15 Mar 2024, 10:33
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

github user @Banaanae has been fixing bugs and adding features, and now has write access for quicker additions. big thank you to him for his contributions
by guest3456
03 Mar 2024, 22:12
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 677

Re: A_ThisVariant

@guest3456, why not use HotIf MouseIsOverNotepad Hotkey "F1", F1_Func.Bind("Notepad") HotIf FirefoxIsActive Hotkey "F1", F1_Func.Bind("Firefox") F1_Func(ThisVariant) { if ThisVariant = "Notepad" msgbox "mouseover variant" else if ThisVariant = "Firefox" msgbox "winactive variant" } I modified the e...
by guest3456
29 Feb 2024, 07:11
Forum: Forum Issues
Topic: Documentation and Google
Replies: 27
Views: 1224

Re: Documentation and Google

still not fixed
by guest3456
16 Feb 2024, 09:32
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 677

Re: A_ThisVariant

What value is it supposed to have? to allow you to know which variant triggered the hotkey pseudocode example Hotkey, If, MouseIsOverNotepad() Hotkey, F1, F1_Func(), on Hotkey, If, FirefoxIsActive() Hotkey, F1, F1_Func(), on F1_Func() { ;currently need to loop through all #if conditions and re-test...
by guest3456
10 Feb 2024, 10:52
Forum: Off-topic Discussion
Topic: Rosetta Code for v2
Replies: 5
Views: 663

Re: Rosetta Code for v2

kiwichick wrote:
05 Feb 2024, 01:42
Are any of the Rosetta Code AutoHotkey scripts for v2? I've downloaded 8 random scripts and none of them work with v2 but all work with v1.
you could always try to use the v1 -> v2 script converter:

viewtopic.php?f=6&t=25100
by guest3456
09 Feb 2024, 22:25
Forum: Forum Issues
Topic: Documentation and Google
Replies: 27
Views: 1224

Re: Documentation and Google

been noticing this as well for the past few days. not good
by guest3456
09 Feb 2024, 22:25
Forum: About This Community
Topic: docs no longer show up in google?
Replies: 2
Views: 560

Re: docs no longer show up in google?

oh whoops, didnt see that
by guest3456
09 Feb 2024, 11:27
Forum: About This Community
Topic: docs no longer show up in google?
Replies: 2
Views: 560

docs no longer show up in google?

i used to be able to google search for "ahk settimer" or "ahk hotstrings" and the top result would always be the ahk docs page

now the ahk docs page are nowhere to be found

am i going crazy?
by guest3456
07 Feb 2024, 13:48
Forum: Wish List
Topic: A_ThisVariant
Replies: 9
Views: 677

A_ThisVariant

if the same hotkey key can be triggered by multiple #if conditions, would be nice to have an easy way to know which variant triggered the hotkey
by guest3456
03 Feb 2024, 19:31
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

i tried testing it but it wasn't working for me in Chrome, but it worked in Edge
by guest3456
03 Feb 2024, 12:30
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 72081

Re: v1 -> v2 Script Converter

Would there be interest in a hosted version of this conversion tool? I should be able to pull all the code into the wiki sandbox (https://autohotkey.wiki/cloudahk) and write some front-end code to provide a diffing interface like shown in the original post. This should allow people to use the tool ...

Go to advanced search