Auto strafe
A CSGO macro made in AHK
XButton2::
while getkeystate("XButton2","P")
{
strafe(true)
strafe(false)
}
returnLast updated
A CSGO macro made in AHK
XButton2::
while getkeystate("XButton2","P")
{
strafe(true)
strafe(false)
}
returnLast updated