Using this script, you can create and display subtitles on your screen!
WinSet Region subcommand allows you to set visible regions or invisible regions within the target window.
In any programming language you can't avoid the infamous message boxes. AutoHotkey is no different and so... here it is!
If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.
➡️ https://youtu.be/FdqQvbi4kL0
In this video, we will be looking at the Qualifiers in RegEx patterns.
In this video, we're going to go through WinHide, WinShow and WinMove commands.
This is a simple example of how you can record your mouse clicks and play it back using an array.
These are some methods through which you can download videos streamed online. Some methods do not require any programs other than your browser while others will use (free) external programs such as VLC Media Player, youtube-dl and ffmpeg.
In this video I explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop that you can toggle on and off by a single Hotkey.