S.a knight online icin macromu yaptım herşey tamam command 1 e basınca calışıyıyor 2 ye basınca duruyor ama ben oyun esnasında ctrl ye basıp aktif etmek shift e basıp inaktif etmek istyiorum macromu codlardaki clidk yerine key press yapılıcak sanırm ama kodunu bulamıyorum . proje kodum


Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Timer1_Timer()
SendKeys "1"
SendKeys "8"
SendKeys "8"
SendKeys "8"
SendKeys "8"
SendKeys "8"
SendKeys "1"
SendKeys "8"
SendKeys "8"
SendKeys "8"
SendKeys "8"
SendKeys "8"
End Sub







Şimdiden teşekkurler
__________________