This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
#SingleInstance, force | |
;This is for AHK v1.1 ONLY | |
;This script opens a window with option to name it, change icon, active buttons or hide everything on titlebar | |
;The idea is to run it in Windows XP virtual machine, create a window you want, make a screenshot | |
;Cut the inside and you should have a cool window decoration ie. for your stream overlay for OBS? |