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,
06-16-2014, 03:15 PM #2
RTE
Former Staff
no mate, add credits to Sarcastic... Facepalm
06-16-2014, 03:38 PM #3
BroIDontMod
Gym leader
your offset is worng
06-16-2014, 03:40 PM #4
BroIDontMod
Gym leader
and your offset lloks like this does it not? You must login or register to view this content. looooooool

The following user thanked BroIDontMod for this useful post:

Diamond-TFL
06-16-2014, 03:43 PM #5
Broidont mod whats ur skype
06-16-2014, 05:58 PM #6
Citadel
Samurai Poster
Originally posted by BroIDontMod View Post
and your offset lloks like this does it not? You must login or register to view this content. looooooool


That's a uLong address. It will work find. But next time don't decompile someones tool just to make a source code post Facepalm

The following user thanked Citadel for this useful post:

Smooth
06-17-2014, 01:43 AM #7
ImSooCool
Vault dweller
Originally posted by ResistTheEarth View Post
no mate, add credits to Sarcastic... Facepalm


You guys think sarcastic made that small and smart function to get the ip and check if they exist or not ? well he is my friend and i gave him my source and everybody thinks he came up with the whole thing.

The following 2 users say thank you to ImSooCool for this useful post:

06-17-2014, 03:33 AM #8
holy crap are u for real ... so imsocool whats ur skype
06-18-2014, 01:03 AM #9
Diamond-TFL
I am error
Originally posted by BroIDontMod View Post
and your offset lloks like this does it not? You must login or register to view this content. looooooool


get em
06-21-2014, 08:19 PM #10
MMC.TM - MGeoff
Do a barrel roll!
this not work.

but mw3 ip find good work :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo