Squad Point Trainer
my squad point trainer is not changing the value of the address in vb i know its the right address because i used it in cheat engine
this is my code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim SquadPoint As Int32 = CInt(TextBox1.Text)
Try
WriteInteger("iw6mp64_ship", &H44D0160, SquadPoint)
Catch ex As Exception
End Try
End Sub
End Class
can any one tell me how to fix it ?
Dynamic addresses keep changing every time you restart the game, find the static address using pointers.