Want to add a script or a project? Upload it and a half million people will see it and your name here this year.
![]() |
![]() |
||
---|---|---|---|
Category: | Contributor: | Creator | |
Attachment | Ferd Frederix | Anti_noscript_script |
Category: Attachment
By : Ferd Frederix
Created: 2013-09-06 Edited: 2012-04-03
Worlds: Second Life
Browse the Zip file
This script by Ferd Frederix may be used in any manner, modified, and republished. Unless specified otherwise, my scripts are always free and open source. Objects made with these scripts may be sold with no restrictions. All I ask is that you point others to this location should they ask you about it and to not sell this script, unless it is for $0 L. Please help improve my work by reporting bugs and improvements.1 //2 //3 // ______ _ ______ _ _4 // | ___| | | | ___| | | (_)5 // | |_ ___ _ __ __| | | |_ _ __ ___ __| | ___ _ __ ___ __6 // | _/ _ \ '__/ _` | | _| '__/ _ \/ _` |/ _ \ '__| \ \/ /7 // | || __/ | | (_| | | | | | | __/ (_| | __/ | | |> <8 // \_| \___|_| \__,_| \_| |_| \___|\__,_|\___|_| |_/_/\_\9 //10 // fred@mitsi.com11 // author Ferd Frederix12 //1314 // anti-no-script script15 // makes attached prims into a vehicle so they work in no-script zones.16 // If you attach the prim while in a no-script zone, it won't work. Fly up 100 meters or so and it will start.17 // Works only when in the root prim.1819 default20 {21 state_entry()22 {23 llReleaseControls();25 }2627282930 run_time_permissions(integer perm)31 {32 integer hasPerms = llGetPermissions();333536 }37383941 {43 {45 }46 else47 {48 llReleaseControls(); // detached49 }50 }51 }5253
Back to the Best Free Tools in Second Life and OpenSim.