Originally posted by BeerFearModzXD
does this kid just want rep?

it just resets o.o lol
Works fine by me just drag a timer in the form . Double click timer and put this code in !
byte[] Host = new byte[] { 0x00,0x00,0x00,0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x24DCE94, Host);
byte[] Host1 = new byte[] { 0x00,0x00,0x00,0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x24DCEDC, Host1);
byte[] Host2 = new byte[] { 0x00,0x00,0x00,0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x24DD8FC, Host2);
byte[] Host3 = new byte[] { 0x00,0x00,0x00,0x12 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x24DDEE4, Host3);
Then create a button Force Host double click button and put this code in
Timer1.Start();