Dpad Up - Open Menu & Scroll Up
Dpad Down - Scroll Down
X - Select
Square - Go Back / Close
Shark - Huds
OLDSCHOOLMODZHD - Scrollbar & Help Box
NGU people - Offsets
Anyone else i Forgot
Step 1: Put the eboot on inside dev_hdd0/game/REGION/USRDIR/
Step 2: Put the sprx file in dev_hdd0/tmp/
Step 3: Load Up Black Ops 2 and go ham
Yes it Has Anti - Ban inside the eboot
Red Boxes - Can Freeze You
Wall Hack - Can Freeze You
Super Jump - Can Freeze You
I Will Fix the above bugs in the next update thanks to the users who posted the feedback
put the files in exactly the right spot. and the menu never pops up. tried blus,bles, and even debug. renamed the eboot path with seb's sprx tool on each one too. and still nothing..... the game only started up on debug tho. anti-ban blus, and bles gives me an error on starting the game
void WriteString(int address, char* string)
{
int FreeMem = 0x1D00000;
int strlength = strlen(string);
char* strpointer = *(char**)FreeMem = string;
char* StrBytes = PS3Functions::ReadBytes(*(int*)FreeMem, strlength);
PS3Functions::WriteBytes(address, StrBytes, strlength);
}
char returnRead[100];
char* [COLOR="#FF0000"]ReadString[/COLOR](int address)
{
int strlength = 100;
char* StrBytes = PS3Functions::ReadBytes(address, strlength);
for (int i = 0; i < strlength; i++)
{
if (StrBytes[i] != 0x00)
returnRead[i] = StrBytes[i];
else
break;
}
return returnRead;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.