<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://autohotkey.wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://autohotkey.wiki/feed.php">
        <title>AutoHotkey Wiki</title>
        <description>The ultimate automation scripting language for Windows</description>
        <link>https://autohotkey.wiki/</link>
        <image rdf:resource="https://autohotkey.wiki/_media/wiki:logo.png" />
       <dc:date>2026-08-19T11:17:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:apps:discord?rev=1780677384&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/playground:servers?rev=1767842519&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/community:members?rev=1764594447&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/showcase:start?rev=1760768171&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:cloakersmoker?rev=1759497992&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:rafaello?rev=1759159412&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:demernkardaz?rev=1759159191&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:the-codingman?rev=1759157288&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:evilc?rev=1759152418&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:0w0demonic?rev=1759135934&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:mesutakcan?rev=1759132819&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:cobracrystal?rev=1759131753&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:v0rt3x?rev=1759129511&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:cebolla?rev=1759129032&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=guides%3Agodbolt_alpha_return_42.png&amp;ns=guides&amp;rev=1703733951&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1689859266&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1689859224&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1689859027&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-47-10.jpg&amp;ns=user&amp;rev=1689086843&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-35-36.jpg&amp;ns=user&amp;rev=1689086153&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://autohotkey.wiki/_media/wiki:logo.png">
        <title>AutoHotkey Wiki</title>
        <link>https://autohotkey.wiki/</link>
        <url>https://autohotkey.wiki/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://autohotkey.wiki/guides:apps:discord?rev=1780677384&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-05T16:36:24+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>Discord - [AutoHoktey v2] </title>
        <link>https://autohotkey.wiki/guides:apps:discord?rev=1780677384&amp;do=diff</link>
        <description>Discord

Discord Bots

&lt;https://github.com/thegamerx1/ahk-libs/blob/master/Discord.ahk&gt;

Webhooks




#Requires AutoHotkey v2
webhookURL := &quot;https://discord.com/api/webhooks/...&quot;
http := ComObject(&quot;WinHttp.WinHttpRequest.5.1&quot;)
http.Open(&quot;POST&quot;, webhookURL)
http.SetRequestHeader(&quot;Content-Type&quot;, &quot;application/json&quot;)
http.Send(&#039;{&quot;content&quot;: &quot;test&quot;}&#039;)</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/playground:servers?rev=1767842519&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-08T03:21:59+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>Script License Management - [Licensing Server] Write about unmanaged keys</title>
        <link>https://autohotkey.wiki/playground:servers?rev=1767842519&amp;do=diff</link>
        <description>Script License Management

If you are building commercial software with AutoHotkey, you may need to build some license management infrastructure in order to avoid software cracks, source code leaks, password sharing, etc.

AutoHotkey Interpreter Licensing Issues</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/community:members?rev=1764594447&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-01T13:07:27+00:00</dc:date>
        <dc:creator>micha-ohne-el (micha-ohne-el@undisclosed.example.com)</dc:creator>
        <title>Community Members - add info about tidbit&#039;s passing :(</title>
        <link>https://autohotkey.wiki/community:members?rev=1764594447&amp;do=diff</link>
        <description>Community Members

The AutoHotkey community has some amazing people in it, who each have contributed in their own way to the community to the AutoHotkey project itself.

This page serves as a record of those community members, highlighting their work and offering some trivia.</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/showcase:start?rev=1760768171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-18T06:16:11+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>Script Showcase</title>
        <link>https://autohotkey.wiki/showcase:start?rev=1760768171&amp;do=diff</link>
        <description>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-10-17 (v2) Tanuki by 0w0demonic - Win32-powered GUI library that directly extends the built-in Gui type and its controls. Things that are normally too complex or tedious are now just part of the toolkit.</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:cloakersmoker?rev=1759497992&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-03T13:26:32+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>CloakerSmoker - Populate page</title>
        <link>https://autohotkey.wiki/user:cloakersmoker?rev=1759497992&amp;do=diff</link>
        <description>CloakerSmoker

Cloaker is a moderator of the AutoHotkey Discord community.

Cloaker works with low level languages interfaces. One of his most notable contributions was in the development of headers and custom linking and loading software for MCL [v1][v2]. Other projects of note include the Relax programming language, which was bootstrapped from an initial</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:rafaello?rev=1759159412&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T15:23:32+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>Rafaello - update</title>
        <link>https://autohotkey.wiki/user:rafaello?rev=1759159412&amp;do=diff</link>
        <description>Rafaello

Digital artist specializing in the creation of 3D art, photo and video post-processing, and compositing (combining of layers, effects and details into a single composition). Also creates useful tools using programming.

Forum: Rafaello

GitHub: @JoyHak

ArtStation:</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:demernkardaz?rev=1759159191&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T15:19:51+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>DemerNkardaz - created</title>
        <link>https://autohotkey.wiki/user:demernkardaz?rev=1759159191&amp;do=diff</link>
        <description>DemerNkardaz

A Moldavian 2D/3D artist, writer, coder. The author of the “DSL KeyPad” script/tool, which significantly extends the range of characters available for input directly from the keyboard.

Site: &lt;https://yalla-dna.carrd.co&gt;

Forum: Yalla_Nkardaz

GitHub: @DemerNkardaz

ArtStation: &lt;https://www.artstation.com/demernkardaz&gt;

Discord: @nkardaz</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:the-codingman?rev=1759157288&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T14:48:08+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>The-CoDingman</title>
        <link>https://autohotkey.wiki/user:the-codingman?rev=1759157288&amp;do=diff</link>
        <description>The-CoDingman

Author of the popular WebViewToo library and various WinApi scripts.

Forum: Panaku

GitHub: The-CoDingman</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:evilc?rev=1759152418&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T13:26:58+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>evilC - created</title>
        <link>https://autohotkey.wiki/user:evilc?rev=1759152418&amp;do=diff</link>
        <description>evilC

Author of the (low-level) hotkey remapping libraries.

Site: &lt;http://evilc.com&gt;

Forum: evilC

GitHub: @evilC</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:0w0demonic?rev=1759135934&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T08:52:14+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>0w0demonic - created</title>
        <link>https://autohotkey.wiki/user:0w0demonic?rev=1759135934&amp;do=diff</link>
        <description>0w0demonic

Pawsome meta-programmer and author of powerful AHK prototyping libraries.

Forum: 0w0demonic

GitHub: @0w0demonic

Discord: @0w0demonic</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:mesutakcan?rev=1759132819&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T08:00:19+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>mesutakcan - created</title>
        <link>https://autohotkey.wiki/user:mesutakcan?rev=1759132819&amp;do=diff</link>
        <description>mesutakcan

Mesut Akcan Technical Teacher Mersin - Turkey. The author of scripts and libraries for the GUI.

Site: &lt;https://mesutakcan.blogspot.com/&gt;

Forum: mesutakcan

GitHub: @akcansoft</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:cobracrystal?rev=1759131753&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T07:42:33+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>Cobracrystal - fix header</title>
        <link>https://autohotkey.wiki/user:cobracrystal?rev=1759131753&amp;do=diff</link>
        <description>Cobracrystal

Collector and author of various scripts..

Site: &lt;https://cobracrystal.com&gt;

GitHub: @Cobracrystal

Discord: @cobracrystal</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:v0rt3x?rev=1759129511&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T07:05:11+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>V0RT3X - new user</title>
        <link>https://autohotkey.wiki/user:v0rt3x?rev=1759129511&amp;do=diff</link>
        <description>V0RT3X

Author of the GUI scripts and libraries.

Forum: V0RT3X</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:cebolla?rev=1759129032&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T06:57:12+00:00</dc:date>
        <dc:creator>joyhak (joyhak@undisclosed.example.com)</dc:creator>
        <title>Cebolla - new user</title>
        <link>https://autohotkey.wiki/user:cebolla?rev=1759129032&amp;do=diff</link>
        <description>Cebolla

Author of the string and search libraries.

Forum: Cebolla

GitHub: @Nich-Cebolla</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=guides%3Agodbolt_alpha_return_42.png&amp;ns=guides&amp;rev=1703733951&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-28T03:25:51+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>godbolt_alpha_return_42.png</title>
        <link>https://autohotkey.wiki/?image=guides%3Agodbolt_alpha_return_42.png&amp;ns=guides&amp;rev=1703733951&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/guides:godbolt_alpha_return_42.png?w=500&amp;amp;h=500&amp;amp;tok=5f0916&quot; alt=&quot;godbolt_alpha_return_42.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1689859266&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-20T13:21:06+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>favicon.ico - created</title>
        <link>https://autohotkey.wiki/?image=wiki%3Afavicon.ico&amp;ns=wiki&amp;rev=1689859266&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/wiki:favicon.ico?w=500&amp;amp;h=500&amp;amp;tok=945435&quot; alt=&quot;favicon.ico&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1689859224&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-20T13:20:24+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>logo.png - created</title>
        <link>https://autohotkey.wiki/?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1689859224&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/wiki:logo.png?w=500&amp;amp;h=500&amp;amp;tok=a54ead&quot; alt=&quot;logo.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1689859027&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-20T13:17:07+00:00</dc:date>
        <dc:creator>geek (geek@undisclosed.example.com)</dc:creator>
        <title>dokuwiki-128.png - old revision restored (2022-02-27 16:19)</title>
        <link>https://autohotkey.wiki/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1689859027&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/wiki:dokuwiki-128.png?w=500&amp;amp;h=500&amp;amp;tok=951b09&quot; alt=&quot;dokuwiki-128.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-47-10.jpg&amp;ns=user&amp;rev=1689086843&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-11T14:47:23+00:00</dc:date>
        <dc:creator>raptorx (raptorx@undisclosed.example.com)</dc:creator>
        <title>photo_2023-07-11_10-47-10.jpg - created</title>
        <link>https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-47-10.jpg&amp;ns=user&amp;rev=1689086843&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/user:photo_2023-07-11_10-47-10.jpg?w=500&amp;amp;h=500&amp;amp;tok=ee9ea3&quot; alt=&quot;photo_2023-07-11_10-47-10.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-35-36.jpg&amp;ns=user&amp;rev=1689086153&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-11T14:35:53+00:00</dc:date>
        <dc:creator>raptorx (raptorx@undisclosed.example.com)</dc:creator>
        <title>photo_2023-07-11_10-35-36.jpg - created</title>
        <link>https://autohotkey.wiki/?image=user%3Aphoto_2023-07-11_10-35-36.jpg&amp;ns=user&amp;rev=1689086153&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://autohotkey.wiki/_media/user:photo_2023-07-11_10-35-36.jpg?w=500&amp;amp;h=500&amp;amp;tok=92eb7e&quot; alt=&quot;photo_2023-07-11_10-35-36.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
