Skip to content

Instantly share code, notes, and snippets.

@tepiloxtl
tepiloxtl / script.ahk
Created May 13, 2025 01:23
Generate a window with your own title, icon and some customization, for stream overlays
#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?