can some one re right this tut and post it
(1) Open Visual basic 6 , Choose standard EXE .
(2) Add the trainer module 6 to your project.
(3) Dubble click on the form , so that the code window opens :
Then between :
Private Sub Form_Load()
End Sub
you add this code :
CurrentProcess = "OPERATION7"Then it knows for what game

dow it is..
Then add 2 buttons , and a timer
Change the caption from the buttons to ON and OFF , and set the timer enable to FALSE , and interval to 10 .
Then double click on the button ON , and add this :
Timer1.enabled = trueand then in the OFF button :
Timer1.enabled = falsethen double click on the timer , and add this code :
Call WriteFloat(&H"addy", "value you want to change it to")(its in a timer because you have to freeze the value , so it cant change back to normal when you crouch / reload etc..
Then ur done.
(for building the trainer File / make project1.exe