在第二人生世界中, 一位朋友曾经收到来自陌生人的’dance bracelet(跳舞用的手镯)’. 当他试着带上手镯的时候, 屏幕上显示一个对话框”this object would like to take money from you, is that ok?(物品将从您的帐户拿钱, 可以吗?)”, 这时候他习惯性认为是”this object would like to animate you, is that ok?(物品将为您提供动画效果, 可以吗?)” 然后盲目地点击了”可以”. 理所当然这位朋友的钱就少了.
通过下面的一段示例代码, 我们可以了解别人是如何通过物品从你的帐户拿走林登币.
注: 脚本仅在物品所有者(物品接受者)接受PERMISSION_DEBIT选项时有效.
//———————————————————————————–
// PureEvil PickPocket Script C 2005-2007
// By Mitzpatrick Fitzsimmons
//———————————————————————————–
//—————————-DISCLAIMER!——————————————–
// This script will take money from the person that owns the object it is in
// ONLY IF that owner accepts the PERMISSION_DEBIT.
// The UUID of the “thief” variable is to whom the money is paid to.
// I accept no responsability for the USE or MISUSE of this script.
// As with anything in SL, make sure you know what you are doing before you do it.
//———————————————————————————–
key thief = “605dc2e5-3bdf-427e-a38d-98390c124249″; // Insert the key of the person who is going to get the money here.
list ammount = [32768, 16384, 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2 1];
pay () {
integer m = llGetListLength(ammount);
integer i = 0;
while (i
i++;
}
}
default
{
on_rez(integer number)
{
llResetScript()
}
state_entry()
{
llSay(0, “Touch the PickPocket!”);
}
touch_start(integer total_number)
{
llRequestPermissions(llGetOwner(),PERMISSION_DEBIT );
}
run_time_permissions(integer number)
{
if(number >0)
{
pay();
}else{
llSay(0, “PickPocket has no permissions”);
}
}
}

2007-05-20
就现在来说, 别人的物体不可能从您的帐户中拿走林登币, 除非你明确授予了权限. 同样存在于您的库存(Inventory)中的他人物品什么也干不了.
Islab.org


第二人生实时统计



赵珂网志 :: 第二人生常见问题 | 2007-05-20 22:04 | 固定链接
[…] 10. 他人所有的物品可以窃取您的林登币吗? 就现在来说, 除非您明确授权给其他用户, 他人的物品是无法从您的帐户窃取林登币, 同样存在于您的库存(Inventory)中的他人物品什么也干不了. 更多信息请参考”示例代码: 识别窃取林登币的诡计“. […]
Miriam | 2007-05-24 21:36 | 固定链接
你好,
我是Miriam
目前正在做Second Life相關論文研究
我google到你的網誌
發現有很多關於second life的文章
想請問您能否幫個忙
就是我接下來需要做份問卷
關於Second life玩家
對於真實世界大品牌在SL裡做廣告
有什麼樣的想法與態度
想問問你能否幫我把這份問卷放在你的網誌上呢
這樣我就可以蒐集並了解更多玩家的想法
希望這不會太打擾你
也希望你可以幫幫忙囉!!
期待你的回覆~~
zhaoke | 2007-05-26 5:25 | 固定链接
I am sorry just saw ur post. IMO, in the current circumstance whatever Large and small companies, will not get any direct revenue from SL. coz there’s unstable and technical bottleneck in SL. but SL is still a learning and practicing platform for companies, they can make long-term tactics for marketing and etc.. ok, Mirisam, pls send me ur survey, i will put it on my blog if it’s appropriate. thank u for ur reading.. my email is zhaoke AT islab DOT org.