VB.NET:
ON: Dim WallbreachON As Byte() = New Byte() { &H01 ,&H2C }
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x00173b62, WallbreachON);
OFF: Dim WallbreachOFF As Byte() = New Byte() { &H02 ,&H81 }
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x00173b62, WallbreachOFF);
VB.NET:
ON: Dim WallbreachON As Byte() = New Byte() { &H01 ,&H2C }
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x00173b62, WallbreachON);
OFF: Dim WallbreachOFF As Byte() = New Byte() { &H02 ,&H81 }
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x00173b62, WallbreachOFF);
Pls give me Credits for using this
Good release cant wait to see what can be done with this =)
Should kinda give credit to me, if you look on this form I made.. You must login or register to view this content.
I didn't know the exact offsets and values but me and my friend did find this out when 1.24 came out..