Need Help

XPGDark Sep 27, 2014

  1. XP

    XPGDark Newbie
    0/47

    Joined:
    Sep 4, 2014
    Messages:
    18
    Likes Received:
    4
    Trophy Points:
    0
    ok so i have the offsets and everything but what i dont get how to do is poke to a certain value

    example: im on bo1 and i want to poke my cod points using a textbox, what would be the code?

    for ps3 its:

    Code:
    byte[] buffer1 = Encoding.ASCII.GetBytes(textBox2.Text);
     Array.Resize(ref buffer1, buffer1.Length + 1);
    PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x020942d1, buffer1);
     

Share This Page

Close