Results 1 to 5 of 5
  1. #1
    WTF_Fire_Fly's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0

    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 ?

  2. #2
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Dynamic addresses keep changing every time you restart the game, find the static address using pointers.

  3. #3
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    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).
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  4. #4
    WTF_Fire_Fly's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    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

  5. #5
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    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?
    Last edited by abuckau907; 01-06-2014 at 10:00 AM.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

Similar Threads

  1. [Release] SQUAD POINTS TRAINER 3.5.4
    By nik nal in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 15
    Last Post: 12-23-2013, 01:48 PM
  2. [Source]CoD: Ghosts Squad point hack Project
    By distiny in forum Call of Duty Ghosts Coding & Resources
    Replies: 13
    Last Post: 12-12-2013, 06:17 AM
  3. Ghosts Prestige | XP | Squad Points Hack! | [UPDATED 3.2.625475] | By ShockwaveHF
    By ShockwaveHF in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 54
    Last Post: 11-17-2013, 04:18 PM
  4. Simple Squad Point Hack
    By Drazzix in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 39
    Last Post: 11-08-2013, 06:20 PM
  5. CoD Ghosts XP, squad points, camo, recticle CE
    By lumin in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 2
    Last Post: 11-08-2013, 05:23 PM