Script Showcase
You asked for it, here it is. Please arrange chronologically, grouped by year, so that new scripts are near the top.
2025
2025-09-21
(v1) Script Search by elModo7 - Scripts manager and searcher. Works with archived and plain scripts. Allows you to preview found script.2025-09-17
(v2) RemoteListView by The-CoDingman - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView.2025-09-16
(v2) ChangeLogSorter by Rafaello - Merges change logs into one file in chronological order. Allows to sort fixes, changes, etc. by date.2025-09-16
(v2) Dependency Graph by Cobracrystal - Visualize the dependencies of your file or project as a graph, tree, list or array. It also allows you to manage the merging of included scripts and libraries into a single file.2025-09-07
(v2) AhkWin32Projection by holy-tao - Provides wrappers and toolkits for working with Win32 API. It aims greatly simplify the process of working with structs and DllCalls and to alleviate the plague of magic numbers.2025-08-30
(v1) Centered image and text by V0RT3X - Creates a resizable, draggable, and always-on-top GUI window that centers an image and text on your screen.2025-08-17
(v2) ProcessRunner by PolarGoose - A DLL that provides class to run executables, read their output and exit code.2025-08-14
(v2) Alchemy by 0w0demonic - Toolkit for OOP and data manipulation: map chains, class methods and properties privatizers, API client generators, self-generating enum classes, cascading objects and classes and more.2025-08-12
(v2) Yako by 0w0demonic - Overwrite window procedures of external applications using DLL injection, a well-known hacking technique that involves injecting code into foreign processes.2025-08-11
(v2) MarkdownToBBCode by Rafaello - Convert text from Markdown to BBCode markup language using GUI or CLI.2025-07-03
(v2) Dbg by Disintegration99 - Improved MsgBox that can display the contents of arrays, objects, buffers, and much, much more. For example, you can see a Hex dump of buffers or the exact type of numeric values.2025-06-14
(v2) MenuIcon by SKAN - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use Segoe MDL2 Assets font for menu icons.2025-05-27
(v2) StringifyAll (GitHub) by Cebolla - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string.2025-05-22
(v2) ScriptLink by Cebolla - Class for scripts commmunication via messages. Allows you to call any function, class and method from any other script.2025-05-10
(v2) Toggle Taskbar Grouping by mesutakcan - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine".2025-05-04
(v2) Inheritance (GitHub) by Cebolla - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK.2025-05-04
(v1) FindControls by Rafaello - Wrapper around the MS functionFindWindowEx
that provides an alternative fast way to get window controls (elements) recursively.2025-04-25
(v2) DSL KeyPad by DemerNkardaz - Multilingual input, auxiliary tool for typing languages based on Latin & Cyrillic scripts and special characters.2025-03-10
(v2) AquaHotkey by 0w0demonic - Class prototyping library that lets you rewrite or extend built-in types likeArray
,String
orMap
to match your own style and preferences. It's big meta-programming toolkit to improve your overall AHK experience.2025-05-08
(v2) FlowHotkeys by Rafaello - Allows you to single, double press or hold any hotkey in Flow Launcher (files/apps searcher), useWindows
key to open Flow Launcher, open any file in selected editor and show the target path of any foundlnk
orurl
file.2025-02-01
(v2) BorderActions by lnminente - Set the borders inside the window inside which the mouse wheel will perform the specified actions. This allows you to use a mouse with a small number of buttons as a multifunctional tool.2025-01-26
(v1) QuickSwitch by Rafaello - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths.2025-01-19
(v2) Segoe MDL2 Assets Icon Picker (GitHub) by mesutakcan - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols.2025-01-19
(v2) Distributions (GitHub) by Cebolla - Functions for generating sets of random numbers that adhere to the distribution type: clustered, even, exponential, gaussian and weighted.2025-01-19
(v2) Another Array library (GitHub) by Cebolla - Contains common array methods. The implementations are optimized to require the least number of calculations to produce the intended result.2025-01-07
(v2) Yet Another AltDrag (library version) by Cobracrystal - Contains functions manipulating windows with your mouse: move, resize, snap to the corner/screen edge, make at the top and more.
2024
2024-12-04
(v2) DLLManager by Komrad Toast - Small library which smoothes over much of the boilerplate involved with DLL-heavy scripts.2024-09-30
(v2) Window Spy extended by autocart - Improved spy with enlarged GUI with additional documentation for options. It has the ability to "lock" information about the current window.2024-09-07
(v1) Drag and drop by V0RT3X - Simply drop any file(s) onto the GUI and get the file path(s) displayed and copied to the clipboard for pasting.2024-08-24
(v2) MonoChrome Theme Maker by kunkel321 - Design your own color theme for GUIs, then export the hexcodes.2024-08-07
(v2) Flexi-Finder by prasad383 - File search script designed for quick and customizable searches within specific folders or groups of folders. Easily configureable to search for particular file extensions and assign different hotkeys to switch between various directory sets.2024-08-13
(v2) Color (GitHub) by Komrad Toast - Feature-rich image manipulation library capable of complex chains of color filters.2024-08-09
(v2) gToolTip by The-CoDingman - Class for creating custom ToolTips. Improves displayed ToolTips management and custiomization.2024-08-07
(v2) YACS - Yet Another Color Selector (GitHub) by Komrad Toast - Handy color picking tool with a live-updating zoomed view.2024-08-04
(v2) class_MediaInfo by Qriist - Convenient MediaInfo library designed for quickly examining any type of file.2025-07-30
(v2) AS Image Viewer by mesutakcan - Minimalist image viewer application that uses GDI+ for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface.2025-09-21
(v2) GUI enhancer by nperovic - Provides a set of extended methods and properties to enhance your GUI development experience: rounded controls, change back and front color, apply mika blur, update and resize controls, register messages and more.2024-06-24
(v2) Script Communication by The-CoDingman - Library for scripts commmunication via messages. Allows to send and recieve messages (and data) between separate AHK scripts.2024-04-09
(v2) TapHoldManager by evilC - Class for Long Press / Multi tap / Multi tap and hold. Allows you to use the same hotkey for different actions and create context sensitive versions of such hotkeys.2024-03-27
(v2) WebViewToo by The-CoDingman - Allows for use of the WebView2 Framework within AHK to create Web Controls and Web-based GUIs.2025-02-29
(v2) Easy Window Dragging (KDE style) by Cebolla - Manipulate windows with your mouse and keyboard: move and resize.2024-01-29
(v2) AHK_RegExTester by contratemps - Allows you to evaluate and test regex needles on the fly. Updates as you type and enter your regex.
2023
2023-12-20
(v2) DupliDropDetective by DepthTrawler - Swiftly identify duplicate files within your folders. This tool has a user-friendly drag-and-drop feature and supports command line arguments for enhanced flexibility and automation.2023-11-28
(v2) cJson by Geek (GeekDude) - The first and only AutoHotkey JSON library to use embedded compiled C for high performance.2023-10-27
(v2) Lua.ahk by Delta Pythagorean - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts.2023-08-29
(v1) Code Search by lxiko - Recursive search for any code on your hard drive (not limited to.ahk
). Allows you to preview found results, filter them and search in specified directories.2023-03-31
(v2) Snipper by FanaticGuru - This is a snipping tool to convert an area of the screen into a picture.2024-03-26
(v2) ClipboardManager by The-CoDingman Custom Clipboard History Manager allowing you to log information separately from the basic Window's Clipboard History.2023-03-21
(v2) AutoHotInterception by evilC - A driver for intercepting keys and blocking input. Allows you to perform deep hotkeys remapping bypassing AHK hotkey system.2023-03-05
(v2) Hotstring Hints by 5Ey7Q - Shows an editor-style AutoComplete dropdown menu when typing your hotstrings anywhere.
2022
2022-03-11
(v2) Color Pallet by AHK_user - Simple color picker that returns the selected color in the 0xffffffff format.2022-09-09
(v2) String.ahk, Array.ahk, Misc.ahk (GitHub) by Descolada - A compilation of useful string and array methods. Also contains some useful functions in Misc.ahk that can separately be copied into your scripts.
2021
2021-05-08
(v2) FontPicker by TheArkive - Font selection dialog. Returns the font object with font properties likesize
,bold
,italic
and more.2021-06-30
(v1) ChooseColors by SKAN - Color picker with powerful backend (hex, rgb, conversions) and beautiful frontend (gradient, history, sliders).
2020
2019
2019-08-16
(v1) Quick Palette by SpeedMaster - Allows to quickly select a color or a range of colors2019-06-20
(v1) Quick Picto Viewer by robodesign - This is an image viewer, organizer and editor based on the GDI+ and FreeImage libraries.