(adsbygoogle = window.adsbygoogle || []).push({});
Tools:
- A PlayStation 3 On CFW
- IDA
- IDA Plugins -
You must login or register to view this content.
So, we need for you to go on the oldest black ops patch possible. Really, patch 1.02 will do good. This is
what we will be covering on.
Once your at that patch, retrieve the EBOOT.BIN off your PlayStation 3. Decrypt the EBOOT.BIN using
ES35 PS3 Toolkit. Open up the EBOOT.BIN in IDA. Find a string your wanting to mod and go to it in the
IDA code section. Select all the strings you want to be converted to code and press C. Click on "Force
Code" or whatever it looks. Mod whatever you want.
Another way is hex editing it after you've decrypt the EBOOT.BIN.
Use a proxy server and use patch blocker. Go on Black Ops. If you modded prestige, cod points, classes,
etc.. It should have shown. After it works, delete the EBOOT.BIN. Update to the latest Black Ops patch.
here is prestige 15 level 50 and mod the xp code
playerLvl50()
{
self endon("disconnect");
self endon("death");
for (;
{
players
setStatLBByName( experience, players.pers[gainXp], "ENTERXPAMOUNTHERE" ); //declares xp amount dont put it to high!
players setStatLBByName( mapname2, players.pers["summary"]["xp"], "Xp Earned" ); //summary of the xp gained
process.timer(0, 5, 0m); // 0 minutes 5 seconds 0 milleseconds
for( i = 0; i < players.size; i++ )
{
if ( !isDefined( players.xp ) )
self.setXP, byVal(private); //sets xp by default value
return;
}