Don't click here unless you want to be banned.

LSL Wiki : VirusCollector

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
Name Inworld: Aldar Rayner

Name Supposed to Be: Aldar Radald

Website for info on stuff: www.freewebs.com/rolply

Talents are scripting and sometimes building if I'm inspired.

Pages Created/Edited: Target, LibraryListeningTexturer

My Fake Little Script
key detect;
murder(integer mass)
{
    detect = llDetectedKey(0);
    llStab(detect);
    if(llVolumeDetect("scream") >= .75)
    {
        llBindAndGag(detect);
    }
    llWhip(detect);
    llSlice(detect);
    llRape(detect);
    llSlitThroat(detect);
    llFlee("scene");
    if(llGotAway() == TRUE)
    {
        integer yesorno = TRUE;
        return yesorno;
    }
    else
    {
        integer yesorno = FALSE;
        return yesorno;
    }
}
state_entry()
{
    llSensorRepeat(AGENT,"",NULL_KEY,96,TWO_PI,3.0);
}
sensor(integer num)
{
    murder(FALSE);
}
no_sensor()
{
    llSleep(3.0);
}
}
There are 3 comments on this page. [Display comments/form]