Hi guys, im building a trainer in vb.
I have everything working, except for my stats editor.
i have a textbox and a button.
textbox is to enter the stats you want to change, and the button to apply them.
I feel like such a dumbass asking this xD
here's a piece of code:
Code:
Private Sub Button2_Click() Handles Button2.Click
string1 = readdll("cshell.dll")
string2 = "&H" + Hex(string1 + &HCC19920)
Call YGLTYADCXJ(string2, ??, 4)
TextBox1.Text = ??
End Sub
the ?? stands for the value you want it changed to in the textbox..
Anyways, i hope i made clear what my problem is..
if not, please let me know xD