Post: Any BO2 Names + IPs Tool?
06-29-2016, 01:38 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Help pls i need to get names with ips ahah
06-29-2016, 02:13 PM #2
Blackshadow-000
Bounty hunter
Why ?

hmmmmmmmmmmmm


for (int i = 0; i < 18; i++)
{
string name = PS3.Extension.ReadString(Convert.ToUInt32(0xF9E698 + (i * 0x14Cool Man (aka Tustin)));
byte ip0, ip1, ip2, ip3;
ip0 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8E + (i * 0x14Cool Man (aka Tustin)));
ip1 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x8F + (i * 0x14Cool Man (aka Tustin)));
ip2 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x90 + (i * 0x14Cool Man (aka Tustin)));
ip3 = PS3.Extension.ReadByte(Convert.ToUInt32(0xF9E698 + 0x91 + (i * 0x14Cool 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);
}
06-30-2016, 06:08 AM #3
No u don't need one

The following user thanked BulletProof3160 for this useful post:

Like
06-30-2016, 07:48 PM #4
You must login or register to view this content. even tho he didnt credit the right people for the name and ip source
You must login or register to view this content. he released it first
07-02-2016, 01:23 PM #5
Unhapn
|PS3 Modder | Coder | Developer|
Yes Smile

You must login or register to view this content.
07-03-2016, 03:36 AM #6
Paradox v2
07-09-2016, 11:03 AM #7
Perplexed v3, it's free

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo