• 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.

PS3 (PPRX) BLACK SCREEN PROTECTION CODE

swaeleeray

Active Poster
Active Member
Hi, does anyone know how to install this code that PPRX released?

void TN_Stub(int r3, int r4)
{
__asm("li 3, 0");
}

int TN_Hook(int r3, int r4)
{
if(*(int*)0x170864C > 7 && *(int*)0x170864C < 11 ) //BLES -> 0x17087CC
{
RAGE_Print("~COL_NET_1~PPRX: ~w~Someone Tried Freeze You with Black Screen!"); //Call PRINT_STRING
}
else{
TN_Stub(r3,r4); //Call Original Function
}
}

void Hook_Protection()
{
HookFunctionStart(0x8A2260,(int)TN_Stub,(int)TN_Hook,0); //BLES -> 0x8A2430
}
 
General chit-chat
Help Users
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top