



Also, you can't say that this is VAC proof, that is highly misleading, they could flag this as a cheat for all they care.Loop
{
WinWait, ahk_class DH Class
IfWinExist
{
WinSet, Style, -0xC00000 ; remove the titlebar and border(s)
}
Sleep 1000
}
return