Post: XUID, My Party ID, Get Client Party ID
07-08-2017, 04:48 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Sup guys, hate me all you want.

Offsets:
    
XUISad Awesome 0x00FA9998 //this is for reading your xuid
My Party: 0x00F9E734
All Client L/IG Party ISad Awesome 0x00FA9A3C




Get My Party:
Listview Needed:
    
listView1.Items.Clear();
for (uint i = 0; i < 18; i++)
{
string Name = PS3.Extension.ReadString(0xF9E6C0 + (i * 32Cool Man (aka Tustin)),
MyPID = BitConverter.ToString(PS3.Extension.ReadBytes(0x00f9e734 + (i * 32Cool Man (aka Tustin), Cool Man (aka Tustin)).Replace("-", "");
ListViewItem item = new ListViewItem(Convert.ToString(i));
item.SubItems.Add(Name);
item.SubItems.Add(MyPID);
listView1.Items.Add(item);
}



All Client L/IG PISad Awesome
Listview Needed:
    
listView1.Items.Clear();
for (uint i = 0; i < 18; i++)
{
string Name = PS3.Extension.ReadString(0xF9E6C0 + (i * 32Cool Man (aka Tustin)),
LIGPID = BitConverter.ToString(PS3.Extension.ReadBytes(0x00FA9A3C + (i * 32Cool Man (aka Tustin), Cool Man (aka Tustin)).Replace("-", "");
ListViewItem item = new ListViewItem(Convert.ToString(i));
item.SubItems.Add(Name);
item.SubItems.Add(LIGPID);
listView1.Items.Add(item);
}


Have Fun,
Josh
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to hacking247 for this useful post:

AerialOnDex, SyTry

The following user groaned hacking247 for this awful post:

anthonything

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo