kay.. good tut, but it wont work ^^.. got the modul and:
Private Sub Timer16_Timer()
If GetAsyncKeyState(119) <> 0 Then
Dim jump1 As Long
Dim jump3 As Single
Call ReadALong("WarRock", &H896E28, jump1)
jump1 = jump + &H180
jump3 = Text2.Text
Call WriteAFloat("WarRock", jump1, jump3)
End If
End Sub
wont work.. lol.
EDIT: in readalong, your thing were jump not jump1 .. but its not defined ^^