Need Help

Discussion in 'C#' started by XPGDark, Sep 27, 2014.

  1. XP

    XPGDark Newbie
    0/47

    18
    4
    0
    Sep 4, 2014
    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