Skip to content

Instantly share code, notes, and snippets.

@The1nk
The1nk / CodFocusHelper.ahk
Last active December 1, 2022 20:38
Helper to dismiss annoying popups on CoD MW2, and help set focus to the game if opened via Big Picture Mode... Crafted with <3 for the Steam Deck
CodCheck := True
Loop {
Sleep(2500)
WinTitle := "Set Optimal Settings?"
if WinExist(WinTitle) {
WinActivate
SendInput "N"
Sleep(500)