Código fácil... Van a frmmain, crean un timer con las siguientes propiedades:
Nombre: Autoaim
Intervalo: 100
Código:
Nombre: Autoaim
Intervalo: 100
Código:
- Código:
If GetAsyncKeyState(2) Then
If hlst.List(hlst.ListIndex) <> "(None)" And MainTimer.Check(TimersIndex.Work, False) Then
Call WriteCastSpell(hlst.ListIndex + 1)
Call WriteWork(eSkill.Magia)
End If
End If