This script will stop an object being returned to the lost and found folder in your inventory when it goes off world:
//This will stop an object being returned to your lost and found folder when it
goes "Off World." This can be useful for bullets etc..
default {
state_entry() {
llSetStatus(STATUS_DIE_AT_EDGE, TRUE);
}
}