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 !
UpH | Stefan
UpH | DexModzHD
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 !

UpH | Stefan
UpH | DexModzHD