I am trying to code the simpel winchester hack. efter i done make exe, i load the game up in traning mode, to test the winchester code, but when i click on the exe and pressing to button it aint loading winchester up,, what i am missing=_

i make 2 button and 1 timer,

heres the code!
VEOSBMBRF is from the module, and its writeaffloat


Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call VEOSBMBRF("WarRock", &H4C, 42)
End Sub