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

  • 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.

DexModzHD

Active Poster
Active Member
Oct 13, 2013
171
52
88
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
  • @ lurch6661:
    copy the game so i dont have to use the disc but i have the bd \
  • @ QM|T:
    not ure bro sorry
  • @ lurch6661:
    which uses the drive unless i ca just remove disc
  • @ lurch6661:
    iits all good
  • @ lurch6661:
    time to soke
  • @ lurch6661:
    smoke
  • @ QM|T:
    enjoy haha im of to bed bro its 3 in the morning here
  • @ QM|T:
    night bro
  • @ lurch6661:
    ok my bad night bro t
    +1
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    Meshalxgpt is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    sc88info1 is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    soikeobongdatv is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • @ Christo:
    some hear news about Bo1 und Bo2 cameback on Ps4/ps5 :P
    +1
  • Chat Bot:
    f8betmeukk is our newest member. Welcome!
  • Chat Bot:
    Thedarkemoguy is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    Christo has joined the room.
      Chat Bot: TY2XYT has started a new thread called "Girls From Your City - No Selfie - Anonymous Casual...