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
Last edited by hacking247 ; 07-08-2017 at 06:39 PM.

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
08-27-2017, 12:29 AM #2
Amazing
08-27-2017, 03:43 AM #3
Originally posted by hacking247 View Post
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


This the thing people been trying to pay $1000+ for?

The following user thanked Frosty for this useful post:

Shadow
08-27-2017, 04:24 AM #4
anthonything
Space Ninja
Originally posted by hacking247 View Post
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


erm. this is some old shit? wtf lmao?
08-30-2017, 04:05 PM #5
Originally posted by DamnMagician View Post
erm. this is some old shit? wtf lmao?


Lol old hahaahahah this is the first public release for ps3. Known by
Some but never publicly released.
08-30-2017, 07:30 PM #6
ohkarmahd
Save Point
what does this do?
08-31-2017, 04:51 PM #7
anthonything
Space Ninja
Originally posted by hacking247 View Post
Lol old hahaahahah this is the first public release for ps3. Known by
Some but never publicly released.


Oh. Wasnt aware that people didnt know about this. awkward
09-04-2017, 11:04 AM #8
anthonything
Space Ninja
Originally posted by NoRecess
It is in the paradise sprx bo2 source lol. Been out for months. Part of the IP grabber but nobody realized the ip info is in the same structure as the xuid info. This is also in the paradise mw2 source if anybody is wondering... Btw those were released in february to be exact.
Here was the code:
    int ip = *(int*)(0x00F9E690+0x148*i+0x96);

they banned it from being posted on this site though


No im just talking about in general. I dont need some wack ass SPRX to know about XUID lmao. Pretty sure most people who have spent a bit going through the game knew about this way before that release.
10-04-2017, 07:04 PM #9
Originally posted by DamnMagician View Post
No im just talking about in general. I dont need some wack ass SPRX to know about XUID lmao. Pretty sure most people who have spent a bit going through the game knew about this way before that release.


You are spot on but I think you forgot about one major factor, were on a site that contains people who don't really make shit unless it's given to then on a nice and neat platter with complete instruction on how to c&p.
10-21-2017, 06:30 PM #10
paitate56000
Save Point
Cant you give my spoof xuid bo2 plz i can paid

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo