Issue with Addresses and Offsets for Trainer
So I've been trying to make a trainer. At first I had it working with normal addresses, but of course a game restart rendered these useless. I then done this, and it doesn't work. I have a feeling it's due to me having multiple offsets.
I have the static pointer (prntscr dot com / blboz3 [please remove if this also isn't allowed]) but I have two offsets, which is where I am completely thrown off.
Here:
_______________________
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim ammount As String = TextBox1.Text
Try
WriteDMAInteger("eurotrucks2", &HD38CB8, Offsets:={&H2C}, Value:=TextBox1.Text, Level:=1, nsize:=4)
Catch ex As Exception
End Try
End Sub
_______________________
I'm going to throw it in the programming section as well.
Thanks, Shado(w).