I'm really sorry for Posting a Help in here.
I hv made new WarRock Trainer on new Address's today & it's working on new Updated worrock as of 9th Nov. 2007 6:30pm IST.
I made Stamina, Perfect Aim & Zoom hack, all working.
but I hv also added a Alternate shorcut to Scope Zoom Hack, as on Right Click Zoom in & on Pressing ALT do Zoom Out.
this is my code looks like, I made 2 Extra Timers for Zoom hack [see img.1] :
Code:
Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub
Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
img.1 :

-
-
-
-
& this is my whole Code Looks like [u can take this ADDRESS's as they r working. i was playing abt 1hr's with this hack.]:
Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub
Private Sub Command2_Click()
Timer1.Enabled = False
End Sub
Private Sub Command3_Click()
Call WriteALong("Warrock", &HADD126, 1)
End Sub
Private Sub Command4_Click()
Call WriteALong("Warrock", &HADD126, 0)
End Sub
Private Sub Command5_Click()
Timer2.Enabled = True
End Sub
Private Sub Command6_Click()
Timer2.Enabled = False
End Sub
Private Sub Timer1_Timer()
Call WriteALong("Warrock", &H8DBAFC, 1120403456)
End Sub
Private Sub Timer2_Timer()
Call WriteALong("Warrock", &HADD164, 0)
Call WriteALong("Warrock", &HADD16B, 0)
End Sub
Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub
Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
Note I did Right Click on Form1 > View Code > and added a Line on TOP of the code [as Told by RedEye in his Tut on MPGH.] :
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer