[ Tutorial ]
[How To Make an Ingame Trainer ]
First :
Designing Section :
First you should open "Visual Studio" then New Project Then new windows Form.
Second make a check box and a button ......
make the name of the check box any function you want ( Ex. God Mod)
Second :
Coding Section
Click on Project then add an existing item ( Shift + Alt + A ) and add the Read/Write Memory.vb
Put this Code for the Check Box (God Mod )
Code:
Dim Hacked As String = "2833843572"
Dim Normal As String = "2833843573"
Dim Address As Integer = "&H7E08B5"
If CheckBox1.Checked Then
WriteLong("S4Client", Address, Hacked)
Else
WriteLong("S4Client", Address, Normal)
End If
Code:
If CheckBox1.Checked Then
WriteLong("S4Client", Address , Hacked value)
Else
WriteLong("S4Client", Address, Normal value )
End If
Debug your Trainer ....... Enjoy
If you want to get the .exe
Open your project folder The open the bin folder then open the Debug folder and you will find your Trainer (.exe)
Enjoy
[Alternate Download Links ]
Good Luck ,
REDAPRO
More Tutorial Soon







