HelpSquad Point Trainer

Posts 15 of 5 · Page 1 of 1
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.
WriteInteger("iw6mp64_ship", &H44D0160, SquadPoint)
Set a breakpoint INSIDE the WriteInteger function -- after the call to WriteProcessMemory(). Does it return success? What Geo said was true, but if you had CE open and found the address, you should be able to write to it (even though, the address will probably be different next time you load the game).
Quote Originally Posted by abuckau907 View Post
Set a breakpoint INSIDE the WriteInteger function -- after the call to WriteProcessMemory(). Does it return success? What Geo said was true, but if you had CE open and found the address, you should be able to write to it (even though, the address will probably be different next time you load the game).
it is the same address every time i start the game and it still doesn't work
why u no answer my question : ( ...idk man, "doesn't work" sounds serious, should probably just quit now. Or run the IDE as Admin? Or let's debug that shit...do you even know vb.net?
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?