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
Does this give walbreach to everyone or just to the host?
Is this only private match?
Last edited by
AlabamaHit ; 08-18-2013 at 06:39 PM.
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);