• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

COD Ghost Box/Buttons Offsets + Bytes + Full Txt/Function (Release) 1.06

DexModzHD

Active Poster
Active Member
BIG :
byte[] Red = new byte[] { 0x5E, 0x31, 0x5E, 0x02, 0x7F, 0x7F }; PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Red);

}

private void button5_Click(object sender, EventArgs e)
{
byte[] green = new byte[] { 0x5E, 0x32, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, green);
}

private void button6_Click(object sender, EventArgs e)
{
byte[] yellow = new byte[] { 0x5E, 0x33, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, yellow);
}

private void button7_Click(object sender, EventArgs e)
{
byte[] blue = new byte[] { 0x5E, 0x34, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, blue);
}

private void button8_Click(object sender, EventArgs e)
{
byte[] lightblue = new byte[] { 0x5E, 0x35, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, lightblue);
}

private void button9_Click(object sender, EventArgs e)
{
byte[] purple = new byte[] { 0x5E, 0x36, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, purple);
}

private void button10_Click(object sender, EventArgs e)
{
byte[] tan = new byte[] { 0x5E, 0x38, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, tan);
}

private void button11_Click(object sender, EventArgs e)
{
byte[] grey = new byte[] { 0x5E, 0x39, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, grey);
}

private void button12_Click(object sender, EventArgs e)
{
byte[] black = new byte[] { 0x5E, 0x39, 0x5E, 0x02, 0x7F, 0x7F };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, black);
____________________________________________________________________________________________________________________________________________________

SMALL :
byte[] red = new byte[] { 0x5E, 0x31, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, red);
}

private void button2_Click_1(object sender, EventArgs e)
{
byte[] Green = new byte[] { 0x5E, 0x32, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Green);
}

private void button13_Click(object sender, EventArgs e)
{
byte[] Yellow = new byte[] { 0x5E, 0x33, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Yellow);
}

private void button14_Click(object sender, EventArgs e)
{
byte[] Blue = new byte[] { 0x5E, 0x34, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Blue);
}

private void button15_Click(object sender, EventArgs e)
{
byte[] Lightblue = new byte[] { 0x5E, 0x35, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Lightblue);
}

private void button16_Click(object sender, EventArgs e)
{
byte[] Purple = new byte[] { 0x5E, 0x36, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Purple);
}

private void button17_Click(object sender, EventArgs e)
{
byte[] Tan = new byte[] { 0x5E, 0x38, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Tan);
}

private void button18_Click(object sender, EventArgs e)
{
byte[] Grey = new byte[] { 0x5E, 0x39, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Grey);
}

private void button19_Click(object sender, EventArgs e)
{
byte[] Black = new byte[] { 0x5E, 0x30, 0x5E, 0x02, 0x31, 0x31 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Black);
_____________________________________________________________________________________________________________________________________________________

EXSTRA SMALL :
byte[] Red = new byte[] { 0x5E, 0x31, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Red);
}

private void button20_Click(object sender, EventArgs e)
{
byte[] Green = new byte[] { 0x5E, 0x32, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Green);
}

private void button21_Click(object sender, EventArgs e)
{
byte[] Yellow = new byte[] { 0x5E, 0x33, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Yellow);
}

private void button22_Click(object sender, EventArgs e)
{
byte[] Blue = new byte[] { 0x5E, 0x34, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Blue);
}

private void button23_Click(object sender, EventArgs e)
{
byte[] Lightblue = new byte[] { 0x5E, 0x35, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Lightblue);
}

private void button24_Click(object sender, EventArgs e)
{
byte[] Purple = new byte[] { 0x5E, 0x36, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Purple);
}

private void button25_Click(object sender, EventArgs e)
{
byte[] Tan = new byte[] { 0x5E, 0x38, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Tan);
}

private void button26_Click(object sender, EventArgs e)
{
byte[] Grey = new byte[] { 0x5E, 0x39, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Grey);
}

private void button27_Click(object sender, EventArgs e)
{
byte[] Black = new byte[] { 0x5E, 0x30, 0x5E, 0x02, 0x1A, 0x1A };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, Black);
__________________________________________________________________________________________________________________________________________________

All buttons : byte[] AllButtons = new byte[] { 0x01, 0x02, 0x03, 0x04, 0x06, 0x07, 0x08, 0x09, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x20, 0x21, 0x22, 0x23 }; PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x017354B8, AllButtons);

- Enjoy ! :p

UpH | Stefan
UpH | DexModzHD
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Chat Bot:
    Keonhacai5vip11 is our newest member. Welcome!
  • Chat Bot:
    smoore99 is our newest member. Welcome!
  • Chat Bot:
    Pagliosa is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    prototypefox is our newest member. Welcome!
  • Chat Bot:
    maogege is our newest member. Welcome!
  • Chat Bot:
    ShadowPsy974 is our newest member. Welcome!
  • Chat Bot:
    Ghost8099 is our newest member. Welcome!
  • @ Ghost8099:
    Yurrrrrr
  • @ Ghost8099:
    Can we get a new link here brotha
  • Chat Bot:
    Mason Fo has left the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    wzxcvcv is our newest member. Welcome!
  • Chat Bot:
    cnood is our newest member. Welcome!
  • Chat Bot:
    zoumar is our newest member. Welcome!
  • Chat Bot:
    bestsmmlike is our newest member. Welcome!
  • Chat Bot:
    josuelton silva is our newest member. Welcome!
  • Chat Bot:
    josuelton silva has posted a new reply in the thread "Console ID #8671".
  • Chat Bot:
    ideasforlifetv is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    MATthewN is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top