Big problem to finish hack
i have simpel recoil hack but i cant save it
Private Sub Command1_Click(Index As Integer)
Timer1 Enabled - True
End Sub
Private Sub Command2_Click(Index As Integer)
Timer1 Enabled - False
End Sub
Private Sub Timer1_Timer()
Call WriteALong("Warrock", &H818904, 1120403456)
End Sub
i will save it and then come failure compile error: invalid use property
help me pls
remove in all functions the line "Index As Integer", bye
Not related to that.
You used:
Timer1 Enabled - True
It should be:
Timer1.Enabled = True
And same with the false statement.
cool man
iam sorry for this n00b answer