HELP!
When I use this code to add 2 hotkeys:
If GetKeyPress(vbKeyS) And (vbKeyControl) Then
it aint work. Why not?
And How to make A red Light Green IF a hack is activated?
did u add
option eplicit thing?
your times is interval 100 ??
NO ERRORS.
INTERVAL= 1 But it works with 1 vbkey,
I do it like this:
Private Sub Timer9_Timer()
If GetKeyPress(vbKeyControl) Then
Command3_Click
End If
End Sub