Good day there 
So, as title said, recently did a pointer scan on the adress 00312E62 wich is one of the 1000s of adresses wich contains the name of player 1 (they all end with 2E62). So, now my question is : How do i add this pointer to my code ?
For regular Adresses i use this :
Code:
Private Sub Button16_Click(sender As System.Object, e As System.EventArgs) Handles Button16.Click
MW3Kill.Hack("iw5mp")
MW3Kill.SetInt(&H00312E62, MyName)
End Sub
And the adress of a pointer is just P->00312E62 and u cant add that ... So yea, any help ? 
EDIT : Im using @Jorndel Trainer Class to code my trainers and stuff .... (This one is for testing a namechanger+showing players names in my hack instead of Player 1 and so on ...)