Also there are a few problems i fixed them im gonna upload it now but the level editor unlock all dont work yet idk how to set the editor & for the unlock all i never had working in my life but ik the codes are right heres the set stats button code:
if (level.Value == 0)
{
byte[] xp = new byte[] { 0xFF }; //I dont know if its 0x00....
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0176955c, xp);
}
else
{
byte[] xp = BitConverter.GetBytes(Convert.ToInt32(level.Value.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0176955c, xp);
}
& the offsets are from rachet booty himself i also check all stats offsets there all the same.