Post: Bo2 1.18 How To make a IP graber on BO2
06-16-2014, 03:03 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); In ur Tool u need a Text Box, 2 buttons ,1 checkBox..

something like this.[/COLOR]

You must login or register to view this content.

So to Grab IPs its
for (int i = 0; i < 18; i++)
{
byte[] array = new byte[16];
PS3.GetMemory(40441868u, array);
string text = ByteArrayToString(array);
metroTextBox3.Text = text;
if (IPListBO2.Items.Contains(text))
{
IPListBO2.Items.Add(text);
}
}

And For ByteArrayToString You need

public static string ByteArrayToString(byte[] bytes)
{
ASCIIEncoding aSCIIEncoding = new ASCIIEncoding();
return aSCIIEncoding.GetString(bytes);
}


And Now to clear The TextBox

IPListBO2.Items.Clear();

So Now Go and add a timer ,and then click the checkBox And u add this to the checkBox

if (this.What CheckBox .Checked)
{
Timer # here.Start();
}
else
{
Timer # here.Stop();
}


And Now Go to the Timer and put

Button of the ip graber.PerformClick();


And on the ip list u need to add

IPListBO2 = IPListBO2;
for (int i = 0; i < this.IPListBO2.SelectedItems.Count; i++)
{
this.metroTextBox3.Text = this.IPListBO2.SelectedItems[0].ToString();
}
On this
You must login or register to view this content.

So now u have a ip graber!!!




Credits

BroIDontMod - IP Graber.... Found The offsets 43 MIN befor me.
Sarcastic - ip graber
Notorious - Teach Me how to Find offsets, and help with the ip graber
NGU - For letting m post this
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to oExcecuteModz for this useful post:

ALI ALHILFI, dom_m3hdy_xx3, Electricssz, XxBlud23xX

The following 2 users groaned at oExcecuteModz for this awful post:

BroIDontMod,
07-19-2014, 02:44 AM #11
joshk326
Little One
i cant get the ips to show up in the listbox can you help?
07-19-2014, 07:14 AM #12
will put putting this in my tool HappyD thnks!

The following 6 users say thank you to Electricssz for this useful post:

07-19-2014, 03:29 PM #13
Idris
Haxor!
How change offset to 40441868u ? please
07-21-2014, 02:32 PM #14
Unhapn
|PS3 Modder | Coder | Developer|
Can you make a Video on how to make this ip grabber! I want to make one.
07-21-2014, 10:43 PM #15
Swaqq
Professional Thanker
Originally posted by oExcecuteModz View Post
In ur Tool u need a Text Box, 2 buttons ,1 checkBox..

something like this.[/COLOR]

You must login or register to view this content.

So to Grab IPs its
for (int i = 0; i < 18; i++)
{
byte[] array = new byte[16];
PS3.GetMemory(40441868u, array);
string text = ByteArrayToString(array);
metroTextBox3.Text = text;
if (IPListBO2.Items.Contains(text))
{
IPListBO2.Items.Add(text);
}
}

And For ByteArrayToString You need

public static string ByteArrayToString(byte[] bytes)
{
ASCIIEncoding aSCIIEncoding = new ASCIIEncoding();
return aSCIIEncoding.GetString(bytes);
}


And Now to clear The TextBox

IPListBO2.Items.Clear();

So Now Go and add a timer ,and then click the checkBox And u add this to the checkBox

if (this.What CheckBox .Checked)
{
Timer # here.Start();
}
else
{
Timer # here.Stop();
}


And Now Go to the Timer and put

Button of the ip graber.PerformClick();


And on the ip list u need to add

IPListBO2 = IPListBO2;
for (int i = 0; i < this.IPListBO2.SelectedItems.Count; i++)
{
this.metroTextBox3.Text = this.IPListBO2.SelectedItems[0].ToString();
}
On this
You must login or register to view this content.

So now u have a ip graber!!!




Credits

BroIDontMod - IP Graber.... Found The offsets 43 MIN befor me.
Sarcastic - ip graber
Notorious - Teach Me how to Find offsets, and help with the ip graber
NGU - For letting m post this


Lmao and u called me a leecher :P
09-08-2014, 07:40 AM #16
And i gave you the idea from my mw3 tool from back in the day!
09-08-2014, 11:12 PM #17
kmart
09-10-2014, 02:30 PM #18
Originally posted by oExcecuteModz View Post
In ur Tool u need a Text Box, 2 buttons ,1 checkBox..

something like this.[/COLOR]

You must login or register to view this content.

So to Grab IPs its
for (int i = 0; i < 18; i++)
{
byte[] array = new byte[16];
PS3.GetMemory(40441868u, array);
string text = ByteArrayToString(array);
metroTextBox3.Text = text;
if (IPListBO2.Items.Contains(text))
{
IPListBO2.Items.Add(text);
}
}

And For ByteArrayToString You need

public static string ByteArrayToString(byte[] bytes)
{
ASCIIEncoding aSCIIEncoding = new ASCIIEncoding();
return aSCIIEncoding.GetString(bytes);
}


And Now to clear The TextBox

IPListBO2.Items.Clear();

So Now Go and add a timer ,and then click the checkBox And u add this to the checkBox

if (this.What CheckBox .Checked)
{
Timer # here.Start();
}
else
{
Timer # here.Stop();
}


And Now Go to the Timer and put

Button of the ip graber.PerformClick();


And on the ip list u need to add

IPListBO2 = IPListBO2;
for (int i = 0; i < this.IPListBO2.SelectedItems.Count; i++)
{
this.metroTextBox3.Text = this.IPListBO2.SelectedItems[0].ToString();
}
On this
You must login or register to view this content.

So now u have a ip graber!!!




Credits

BroIDontMod - IP Graber.... Found The offsets 43 MIN befor me.
Sarcastic - ip graber
Notorious - Teach Me how to Find offsets, and help with the ip graber
NGU - For letting m post this


Hey nice post can you make a ip grabber and ip booter please.
12-25-2014, 08:06 AM #19
Would this work for jailbreak users only?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo