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
  • No one is chatting at the moment.
  • @ EMRR:
    Can you help me?
  • @ QM|T_JinX:
    het bro nice work man
  • @ QM|T_JinX:
    with ?
  • @ EMRR:
    What do you mean? I can't understand "with ?"
  • @ QM|T_JinX:
    you ask can you help me and i said with what can i help you out
  • @ EMRR:
    Can you help me about share my generated CID's? Where can i share it on this website?
  • @ QM|T_JinX:
    you can put it in cid section or ps3 section in general
  • @ EMRR:
    Ok, thanks :)
  • @ QM|T_JinX:
    np bro
  • Chat Bot:
    EMRR has started a new thread called "Working Console ID" in Console ID's.
  • Chat Bot:
    EMRR has started a new thread called "Console ID 1" in Console ID's.
  • Chat Bot:
    wadu is our newest member. Welcome!
  • Chat Bot:
    EMRR has started a new thread called "Console ID 2" in Console ID's.
  • Chat Bot:
    QM|T_JinX has posted a new reply in the thread "Console ID 2".
  • @ lurch6661:
    gold hen out soon
  • Chat Bot:
    Christo has joined the room.
  • @ lurch6661:
    zap
  • @ lurch6661:
    trying to figure out how to run a rpf files
  • @ lurch6661:
    on gta5
  • @ lurch6661:
    i guess there is a way were you can upload real cars \
  • @ QM|T_JinX:
    rpf is a update like / update.rpf
  • @ lurch6661:
    also i cant find dmz
  • @ lurch6661:
    is that not warzone
    @ lurch6661: is that not warzone