Post: [1.14|PS3] Ip offset?
07-30-2016, 09:22 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So I found some code on here for the Black Ops 2 ip code, I updated the name grabber and the client interval (0x3700) but I am having trouble with the ip. Here is what i have so far (It gets everything correct but the ip):
for (int i = 0; i < 18; i++)
{
string name = PS3.Extension.ReadString(G_Client(i) + 0x320Cool Man (aka Tustin);
byte ip0, ip1, ip2, ip3;
ip0 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8E + (i * 0x3700)));
ip1 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8F + (i * 0x3700)));
ip2 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x90 + (i * 0x3700)));
ip3 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x91 + (i * 0x3700)));
string ip = ip0 + "." + ip1 + "." + ip2 + "." + ip3;

ListViewItem item = new ListViewItem(Convert.ToString(i));
item.SubItems.Add(name);
item.SubItems.Add(ip);
listView2.Items.Add(item);
}
(adsbygoogle = window.adsbygoogle || []).push({});
08-17-2016, 01:19 AM #11
Originally posted by spideyroc1 View Post
Im unable to find the client_t struct, i saw someone post about it but not the actual code for it. Would you care to share the client_t struct.


did u ever find anything about the ip address ?
08-19-2016, 12:15 PM #12
Originally posted by UnholyTalonTSi View Post
did u ever find anything about the ip address ?


its not too hard to find i have the offsets atm!
08-19-2016, 11:13 PM #13
Originally posted by RippedArmor View Post
its not too hard to find i have the offsets atm!

Can you send them to me ?
08-20-2016, 07:01 AM #14
Kronos
Former Staff
Originally posted by spideyroc1 View Post
So I found some code on here for the Black Ops 2 ip code, I updated the name grabber and the client interval (0x3700) but I am having trouble with the ip. Here is what i have so far (It gets everything correct but the ip):
for (int i = 0; i < 18; i++)
{
string name = PS3.Extension.ReadString(G_Client(i) + 0x320Cool Man (aka Tustin);
byte ip0, ip1, ip2, ip3;
ip0 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8E + (i * 0x3700)));
ip1 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8F + (i * 0x3700)));
ip2 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x90 + (i * 0x3700)));
ip3 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x91 + (i * 0x3700)));
string ip = ip0 + "." + ip1 + "." + ip2 + "." + ip3;

ListViewItem item = new ListViewItem(Convert.ToString(i));
item.SubItems.Add(name);
item.SubItems.Add(ip);
listView2.Items.Add(item);
}


We dont Really want these on NGU, and i would rather not get booted offline while playing MW2

Thread Closed

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo