Post: Prestige 14 & 15 Offsets
12-11-2015, 01:03 PM #1
Unhapn
|PS3 Modder | Coder | Developer|
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,

I am after the offsets for Prestige 14 and 15 please!
(adsbygoogle = window.adsbygoogle || []).push({});
12-11-2015, 01:08 PM #2
Toxic
former staff
Originally posted by Dylzy19 View Post
Hello,

I am after the offsets for Prestige 14 and 15 please!


lmao, It is the same as any other prestige, the bytes are different tho, thats it
12-11-2015, 01:11 PM #3
Unhapn
|PS3 Modder | Coder | Developer|
What are the bytes for both of them?
12-11-2015, 01:56 PM #4
XxBlud23xX
< ^ > < ^ >
In game the bytes are 0x14 and 0x15. I don't have a HDD for my laptop so I can't help you with the non host bytes. It's really easy to get them though, just examine the bytes from the other prestige and add to them.
12-11-2015, 01:59 PM #5
Unhapn
|PS3 Modder | Coder | Developer|
i need them for stats Smile
01-08-2016, 02:47 AM #6
public static uint Prestige = 40882196U;

For the numupdown just put 14 or 15
01-08-2016, 04:05 AM #7
Blessings
Do a barrel roll!
Originally posted by Dylzy19 View Post
Hello,

I am after the offsets for Prestige 14 and 15 please!


You could just do:

if (yourButtonIsClicked) or if (metroToggle1.Checked == true) then
{
byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));
PS3.Extension.WriteBytes(0x26FD014, prestige);
}

The word in blue represents whatever way you are setting your prestige with, rather a numeric or a textbox etc...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo