Collection of useful AutoHotkey v2 scripts and functions

Post your working scripts, libraries and tools.
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 23 Apr 2021, 04:38

Collection of useful AutoHotkey v2 scripts and functions

( GitHub - Tested with AutoHotkey v2.0.2 64-bit )



Source
Release on GitHub


Functions & Script Examples

Questions / Bugs / Issues
If you notice any kind of bugs or issues, report them here. Same for any kind of questions.


Copyright and License
MIT License
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: [a132] My Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 23 Apr 2021, 04:38

Updates & Changelog

Code: Select all

2023-02-08 Added IsRemoteSession
2023-02-01 Added GetProcessHandles
2023-01-18 Added DNSQuery
2023-01-17 Added DnsServerList
2023-01-16 Added CreateGradient
2023-01-16 Added IsProcessElevated
2023-01-16 Added DisableMove
2023-01-16 Added DisableCloseButton
2023-01-16 Added TaskBarProgress
2023-01-12 Added GetProcessThreads
2023-01-12 Added GetModuleBaseAddr
2023-01-12 Added GetThreadStartAddr
2022-10-13 Added GetNetworkConnectivityHint
2022-02-08 Added GetFileOwner
2022-01-14 Added NetLocalGroupGetInfo
2022-01-14 Added NetLocalGroupEnum
2022-01-14 Added NetGroupGetUsers
2022-01-14 Added NetGroupGetInfo
2022-01-14 Added NetGroupEnum
2022-01-13 Added NetGetJoinInformation
2021-12-22 Added SystemSecureBootInformation
2021-12-22 Added SystemProcessorPowerInformation
2021-12-22 Added SystemProcessorPerformanceInformation
2021-12-22 Added SystemProcessorInformation
2021-12-22 Added SystemProcessInformation
2021-12-22 Added SystemPerformanceInformation
2021-12-22 Added SystemHandleInformation
2021-12-22 Added SystemDeviceInformation
2021-12-03 Added CountLeadingChar
2021-10-05 Added StringToBase64
2021-10-05 Added Base64ToString
2021-10-14 Added WM_DEVICECHANGE
2021-10-13 Added GetDurationFormatEx
2021-10-13 Added GetDurationFormat
2021-10-13 Added GetNumberFormatEx
2021-10-13 Added GetNumberFormat
2021-10-13 Added GetCurrencyFormatEx
2021-10-13 Added GetCurrencyFormat
2021-10-13 Added CreateGUID
2021-10-13 Added CreateUUID
2021-05-11 Added GetFilePEHeader
2021-05-10 Added GetFileVersionInfo
2021-04-30 Added ReverseLookup
2021-04-30 Added ResolveHostname
2021-04-26 Update v2.0-a133 Changes
2021-04-23 Added FileReadLastLines
2021-04-23 Added FileFindString
2021-04-23 Added FileCountLines
2021-04-23 Added EnumInstalledApps
2021-04-23 Added GetAdaptersInfo
2021-04-22 Added GetDnsServerList
2021-04-22 Initial
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: [a132] My Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 23 Apr 2021, 04:38

*reserved tba...
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
TheArkive
Posts: 1027
Joined: 05 Aug 2016, 08:06
Location: The Construct
Contact:

Re: [a132] My Collection of useful AutoHotkey v2 scripts and functions

Post by TheArkive » 24 Apr 2021, 02:14

Starred on github. Thanks for this. I find the network / internet scripts to be very interesting.

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: [a134] My Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 14 Oct 2021, 08:57

Added a few new functions
see changelog (viewtopic.php?p=395594#p395594) or example-list (viewtopic.php?p=395593#p395593)
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: My Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 23 Dec 2021, 04:08

Update:
Add NtQuerySystemInformation functions one by one
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: My Collection of useful AutoHotkey v2 scripts and functions

Post by jNizM » 13 Jan 2023, 05:39

Update:
- v2.0.2 checks
- Added GetProcessThreads
- Added GetModuleBaseAddr
- Added GetThreadStartAddr
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

Black_dog
Posts: 3
Joined: 23 Oct 2021, 03:54

Re: Collection of useful AutoHotkey v2 scripts and functions

Post by Black_dog » 07 Nov 2023, 08:20

Thanks! I get Base64 encode/decode AHK v2 and Disables the GUI Close Button.

iseahound
Posts: 1434
Joined: 13 Aug 2016, 21:04
Contact:

Re: Collection of useful AutoHotkey v2 scripts and functions

Post by iseahound » 19 Jan 2024, 22:45

Why did I write my own version of Base64 encode / decode when you already had one... Google search didn't manage to find your page for AutoHotkey v2.

and I noticed I commented on the thread that led me here... viewtopic.php?t=112821

Post Reply

Return to “Scripts and Functions (v2)”