Post: needing help
08-02-2016, 02:26 PM #1
Jtv
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); i need to get this apart of coding correct for ip grabber on bo1**numArray);
listView2.Items.Clear();
for (int i = 0; i < 18; i++)
{
string name = PS3.Extension.ReadString(Convert.ToUInt32(33572532U + (i * 0x2a3Cool Man (aka Tustin)));
byte ip0, ip1, ip2, ip3;
ip0 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x08 + (i * 0x2a3Cool Man (aka Tustin)));
ip1 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x0F + (i * 0x2a3Cool Man (aka Tustin)));
ip2 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x09 + (i * 0x2a3Cool Man (aka Tustin)));
ip3 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x01 + (i * 0x2a3Cool Man (aka Tustin)));
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);
Sal
(adsbygoogle = window.adsbygoogle || []).push({});
08-21-2016, 09:03 AM #2
Kronos
Former Staff
Originally posted by Jtv View Post
i need to get this apart of coding correct for ip grabber on bo1**numArray);
listView2.Items.Clear();
for (int i = 0; i < 18; i++)
{
string name = PS3.Extension.ReadString(Convert.ToUInt32(33572532U + (i * 0x2a3Cool Man (aka Tustin)));
byte ip0, ip1, ip2, ip3;
ip0 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x08 + (i * 0x2a3Cool Man (aka Tustin)));
ip1 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x0F + (i * 0x2a3Cool Man (aka Tustin)));
ip2 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x09 + (i * 0x2a3Cool Man (aka Tustin)));
ip3 = PS3.Extension.ReadByte(Convert.ToUInt32(33572532U + 0x01 + (i * 0x2a3Cool Man (aka Tustin)));
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);
Sal


are these using the BO1 offsets or is this the BO2 offsets used from the released code

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo