|
[HELP] VB commands
Hey,
I'm making a trainer atm and I'm just learning the basics of VB6
but uhm.. I got the stamina working now I was just wondering could some1 post a tut on how to do instant spawn, no spread and no recoil...
I've got the Adresses and all i just need to know what command i have to fill in at VB 6 like for Stamina I've got:
Private Sub Timer1_Timer()
Call ngen_wlong("WarRock", &H******, **********)
End Sub
Private Sub CmdStamina_Click()
If Timer1.Interval = 1 Then
Timer1.Interval = 0
Else
Timer1.Interval = 1
End If
End Sub
so what do I fill in for those others ? how to do it?
Would be very grateful
|