Onaylı Üye
i think its detected but u can delete afrter match a keyçok klasik detected diye biliyorum
i think its detected but u can delete afrter match a keyçok klasik detected diye biliyorum
; AutoAim
; F5 ativa
; F6 desativa
#Persistent
SetTimer, AutoAimKey, 500
return
AutoAimKey:
if WinActive("ahk_class AirMech_Win32GameLoop")
{
Send {p down}
Sleep 500
Send {p up}
}
return
F5::
SetTimer, AutoAimKey, On
return
F6::
SetTimer, AutoAimKey, Off
return