Skip to content

Instantly share code, notes, and snippets.

@kizernis
kizernis / hunt.ahk
Last active September 2, 2018 12:22
#NoEnv
SendMode Input
#Persistent
CoordMode Pixel
SetControlDelay -1
global nDeadBodies := 0
#NoEnv
SendMode Event
/*
v := ComObjCreate("SAPI.SpVoice")
global n := 0
*/
DllCall("dwmapi\DwmEnableComposition", "uint", false)