• 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.
  • @ QM|T_JinX:
    hey bro how you
  • @ QM|T_JinX:
    yea me too for sure
  • @ ShutTheCrunchUp:
    Doing alright bro. Haven't been on here in years
  • @ QM|T_JinX:
    yea i know havent seen you in a long time welcome back tho hahah
  • @ ShutTheCrunchUp:
    Bro life been fucked up since 2016
  • @ QM|T_JinX:
    lol thats a long fucked up life then hhaha
  • @ QM|T_JinX:
    but you right men for sure back then it was way better on here
  • Chat Bot:
    mazeek101 is our newest member. Welcome!
  • @ QM|T_JinX:
    well its like 4 in the morning down here im gonna try to get some shut eye night bro
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Dnank is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    CutterSpaulding is our newest member. Welcome!
  • Chat Bot:
    CutterSpaulding has posted a new profile post.
  • Chat Bot:
    lpllll___ 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:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Macbook is our newest member. Welcome!
  • @ lurch6661:
    Boo
  • @ lurch6661:
    Lurch will prevail
      @ lurch6661: Lurch will prevail
      Back
      Top