Post: i need help with ip grabber
02-29-2016, 11:00 AM #1
Jtv
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); i have my codes and offsets set idk how to code it is what im using

for (int i = 0; i < 0x18; i++)
{
byte[] buffer = new byte[0x269180c];
PS3.GetMemory(Variables.GrabIp, buffer);
string str = Methods.ByteArrayToString(buffer);
if (!listBox1.Items.Contains(str))
listBox1.Items.Add(str);
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Jtv for this useful post:

CallMeDex
03-01-2016, 12:57 AM #11
Jtv
Bounty hunter
You must login or register to view this content.
You must login or register to view this content.
i got the code in da timer and still isnt working omg im about to give the fuck up on it
03-01-2016, 01:59 PM #12
XxBlud23xX
< ^ > < ^ >
Originally posted by Jvance33 View Post
You must login or register to view this content.
You must login or register to view this content.
i got the code in da timer and still isnt working omg im about to give the fuck up on it


Put the code b777x gave you in a button and put this in a timer Yourbutton.PerformClick();
That should work
03-01-2016, 02:33 PM #13
Adrian
Adrian is back!
Originally posted by DEXBLUD23 View Post
Put the code b777x gave you in a button and put this in a timer Yourbutton.PerformClick();
That should work


From My experience you cant perform button click from another button. Im not 100% you may be able to. But putting the code in a timer itself should work. Just timer start in the button.
03-01-2016, 02:49 PM #14
XxBlud23xX
< ^ > < ^ >
Originally posted by Adrian View Post
From My experience you cant perform button click from another button. Im not 100% you may be able to. But putting the code in a timer itself should work. Just timer start in the button.


Thats what i meant xD, i never put PerformClick in another button, i put it in the timer and have the button start the timer.
03-01-2016, 04:52 PM #15
Jtv
Bounty hunter
but where the timer gonna set at I know where to put don't I have to click it on auto refresh or some shit
03-01-2016, 05:06 PM #16
XxBlud23xX
< ^ > < ^ >
Start the timer in the grab ips button, this part is really up to you. Im here to help not to tell you where to set stuff.
03-04-2016, 10:03 PM #17
Put the code in a timer then in the button start timer
03-18-2016, 08:40 PM #18
How would you clear the ip's?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo