Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cheat System
#3
Code:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If GetAsyncKeyState(vbKeyControl) And GetAsyncKeyState(vbKeyQ) Then Call GameDestroy
    Call CheckInput(1, KeyCode, Shift)
End Sub

Thats my code for pressing Ctrl+Q to close the game. The GetAsyncKeyState function should already be in the MSE1.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)